- Oct 15, 2024
- Oct 14, 2024
-
-
Hazelnoot authored
View MR for information: !663 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
-
- Oct 13, 2024
-
-
Hazelnoot authored
-
-
-
-
-
This commit implements the `following/requests/sent` interface firstly implemented on Firefish, and provides a UI interface to view the pending follow requests users sent.
-
Marie authored
View MR for information: !683 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
-
Marie authored
View MR for information: !673 Closes #727 Approved-by: Marie <github@yuugi.dev> Approved-by: Tess K <me@thvxl.se>
-
Marie authored
View MR for information: !679 Approved-by: Marie <github@yuugi.dev> Approved-by: Tess K <me@thvxl.se>
-
- Oct 12, 2024
-
-
Hazelnoot authored
View MR for information: !682 Closes #737 Approved-by: Marie <github@yuugi.dev> Approved-by: Tess K <me@thvxl.se>
-
Hazelnoot authored
View MR for information: !684 Closes #741 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
-
dakkar authored
since `misskeyApi` doesn't pass us the request, we close over a copy of the username we requested, to make sure it still matches the current username value
-
dakkar authored
* person starts typing "abcd" * request for user "abcd" is sent to server * person continues typing "ef" * request for user "abcdef" is sent to server * response for user "abcdef" arrives, icon for user "abcdef" is shown * response for user "abcd" arrives, icon for user "abcd" was shown – with this commit, this response is ignored instead This is not just "showing the wrong avatar", btw: `MkSignin` uses the `user` variable to decide whether to use 2FA, so having the wrong data in user can make a login attempt fail.
-
dakkar authored
Despite the cache, different processes can race to insert a row for the same remote host. This is particularly apparent in our unit tests, with `test/unit/activitypub.ts` randomly failing. This is a (somewhat clumsy) attempt at working around that race: trap the "duplicate key value" error, and fetch the record. Tests pass, with or without values in the cache.
-
Hazelnoot authored
-
- Oct 11, 2024
-
-
Marie authored
View MR for information: !681 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
-
Hazelnoot authored
View MR for information: !677 Closes #725 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
-
Sneexy authored
-
Hazelnoot authored
-
Hazelnoot authored
-
Hazelnoot authored
-
Hazelnoot authored
-
Hazelnoot authored
View MR for information: !674 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
-
- Oct 10, 2024
-
-
Marie authored
View MR for information: !676 Closes #522 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
-
Charlotte Herngreen authored
Custom emoji names and aliases that include capital letters can now be found in the emoji picker. I kind of hate copy-pasting `.toLowerCase()` like this but apparently I'm not allowed to refactor Misskey code.
-