Commit graph

1576 commits

Author SHA1 Message Date
Lilian
e09d670511
[frontend] Fix whitespace wrapping in profile bio 2024-06-29 00:22:11 +02:00
Lilian
576048ec5e
[frontend] Fix username and host rendering in note header 2024-06-29 00:22:11 +02:00
Lilian
3f6c241f59
[frontend] Add notification streaming to timeline 2024-06-29 00:22:11 +02:00
Lilian
671346a308
[frontend] Implement basic notification display component 2024-06-29 00:22:11 +02:00
Lilian
29a87d8dde
[frontend] Blur images marked as sensitive (ISH-373) 2024-06-29 00:22:11 +02:00
Lilian
7e398f1990
[frontend] SingleNote: CSS fixes 2024-06-29 00:22:11 +02:00
Lilian
7181f9301b
[frontend] VirtualScroller: CSS and layout fixes 2024-06-29 00:22:10 +02:00
Lilian
54ff8efa1f
[frontend] Clean up warnings 2024-06-29 00:22:10 +02:00
Lilian
868311a5a2
[frontend] Hide note attachments when cw is collapsed (ISH-373) 2024-06-29 00:22:10 +02:00
Lilian
56d5ff9e93
[frontend] Use renote endpoint, disable renotes where they aren't possible, add lock icon 2024-06-29 00:22:10 +02:00
Laura Hausmann
d6c3fb028f
[backend/queue] Fix sporadic background task queue errors 2024-06-28 18:54:29 +02:00
Laura Hausmann
03f34340cc
[backend/api] Cleanup EmojiService code 2024-06-28 18:46:07 +02:00
pancakes
31c17b333a [backend/api] Delete DriveFile associated with Emoji if possible 2024-06-28 18:42:32 +02:00
pancakes
15ad2e438d [backend/api] Limit DeleteEmoji to local emojis 2024-06-28 18:42:32 +02:00
pancakes
af376ffbe5 [backend/api] Add endpoint for deleting emojis 2024-06-28 18:42:32 +02:00
Laura Hausmann
6743442ce8
[backend/queue] Code cleanup 2024-06-28 18:28:23 +02:00
Laura Hausmann
ca8ce9137d
[backend/queue] Refactor queue job count functions into DatabaseContext 2024-06-28 18:20:59 +02:00
Laura Hausmann
6ba374a681
[backend/queue] Only raise a job queued event for the first matching queue when retrying a job 2024-06-28 18:01:26 +02:00
Laura Hausmann
0e6edb9046
[backend/federation] Don't fetch inboxUser from database if inboxUserId is null 2024-06-27 18:01:37 +02:00
Laura Hausmann
e65c678a35
[backend/core] Revert to heuristic-based home timeline query
There can be performance issues with the other query, so we have to revert this for now.
2024-06-26 22:56:36 +02:00
Laura Hausmann
d0eaf13b6b
[backend] Code cleanup 2024-06-26 21:57:22 +02:00
Laura Hausmann
c290c546f4
[backend/core] Move FilterByFollowingAndOwn back into QueryableExtensions 2024-06-26 21:57:22 +02:00
Laura Hausmann
a0aa632bf4
[backend/core] Make universal home timeline query fast 2024-06-26 21:55:23 +02:00
Laura Hausmann
46644b2ab1
[backend/core] Switch to universal home timeline query 2024-06-26 21:54:54 +02:00
Laura Hausmann
7a57862048
[backend/core] Improve heuristics query performance, move timeline-related extensions into its own file 2024-06-26 21:54:16 +02:00
Laura Hausmann
2858f66ad4
[backend/federation] Make sure DateTime objects are being converted to Utc when (de)serializing activities 2024-06-26 16:53:21 +02:00
Laura Hausmann
8d158cc7b9
[backend/streaming] Add connection state handlers, enable stateful auto-reconnect, remove stub message handlers 2024-06-26 16:08:19 +02:00
Laura Hausmann
5fd34e690d
[backend/streaming] Fix typo that caused block/mute checks to do the opposite of what they're supposed to do 2024-06-26 15:49:42 +02:00
pancakes
6b5a5a1a09
[backend/masto-client] Set category for emojis 2024-06-24 17:02:52 +10:00
Laura Hausmann
6a5ae73e11
[backend/razor] Allow opening button-links in a new tab 2024-06-23 15:29:33 +02:00
Laura Hausmann
583e954106
[backend/federation] Don't mark client error deliver jobs as successful 2024-06-23 14:45:04 +02:00
Laura Hausmann
d5a5a3d464
[backend/federation] Don't retry deliver jobs that returned a client error (except for HTTP 429) 2024-06-23 14:38:45 +02:00
Laura Hausmann
bfc3140381
[backend/core] Fix renote/reply FTS filters being swapped 2024-06-23 14:17:36 +02:00
pancakes
84190fe489 [backend/api] FIx UpdateLocalEmoji and prevent duplicate emoji names 2024-06-23 13:42:33 +02:00
pancakes
51c5ab30cc [backend/api] Refactor UploadEmoji 2024-06-23 13:42:33 +02:00
pancakes
74f094217f [backend/api] Refactor UpdateEmoji 2024-06-23 13:42:33 +02:00
pancakes
8d432a5e26 [backend/api] Add PATCH admin/emoji/{id} and UpdateEmojiRequest 2024-06-23 13:42:33 +02:00
pancakes
87e1444993 [backend/api] Add GET admin/emoji/{id} 2024-06-23 13:42:33 +02:00
pancakes
8a80c69b91 [backend/api] Create all required fields and return EmojiResponse 2024-06-23 13:42:33 +02:00
Laura Hausmann
ea0f07d459 [backend/api] Create /admin/emoji endpoint 2024-06-23 13:42:33 +02:00
Laura Hausmann
e971a781e6
[backend/queue] Don't reset RetryCount for manually retried jobs 2024-06-23 13:30:31 +02:00
Laura Hausmann
8606df89c0
[backend/api] Add url & uri properties to NoteBase 2024-06-23 01:13:43 +02:00
Laura Hausmann
259a21b273
[backend/database] Fix possible stall / race condition on first startup in EntityFrameworkCoreXmlRepositoryAsync 2024-06-23 00:54:34 +02:00
Laura Hausmann
3bf933782a
[backend/federation] Ignore duplicate renote activities 2024-06-22 02:26:18 +02:00
Laura Hausmann
74b2f69b0c
[backend/razor] Add retry job functionality to queue dashboard 2024-06-22 02:17:35 +02:00
Laura Hausmann
728a33c819
[backend/federation] Improve WebFinger algorithm 2024-06-22 01:41:33 +02:00
Laura Hausmann
f724a55901
[backend/core] Improve logging 2024-06-22 01:17:40 +02:00
Laura Hausmann
07f0223c99
[backend] Code cleanup 2024-06-21 22:06:28 +02:00
Lilian
81b2a6b592
[frontend] Specify session cookie path 2024-06-21 22:06:14 +02:00
Lilian
e8ecee4c76 [frontend] Set session cookies SameSite attribute to Lax (ISH-381) 2024-06-21 21:52:25 +02:00