Commit graph

1891 commits

Author SHA1 Message Date
pancakes
b3b2adb127 [backend] Add sensitive field to emojis 2024-10-04 00:36:38 +02:00
Laura Hausmann
c1e348b0d5
[backend/asp] Increase JsonSerializer MaxDepth to 256
200 is the maximum required by the note descendants/ascendants tree, so 256 is that + some margins. Cycle detection is unaffected by this change.
2024-10-03 00:47:30 +02:00
Laura Hausmann
9d1a21e2d9
[backend/razor] Move public preview to Blazor SSR (razor components) 2024-10-02 02:17:51 +02:00
Laura Hausmann
7662c28745
[backend/database] Canonicalize punycode host representations to lowercase 2024-10-02 01:16:25 +02:00
Laura Hausmann
1b4ba8b6a0
[backend/api] Add admin endpoint to manually trigger media cleanup 2024-09-30 23:30:12 +02:00
Laura Hausmann
138ac01d13
[backend/configuration] Make sure there's no difference between zero durations with/without suffixes 2024-09-30 23:19:38 +02:00
Laura Hausmann
f6d2fd329d
[backend/middleware] Fix error responses always returning 500 2024-09-29 00:30:24 +02:00
Laura Hausmann
97de0b8410
[backend/api] Fix erroneous values regarding reply/quote inaccessibility 2024-09-28 04:35:40 +02:00
Laura Hausmann
99ea086731
[backend/federation] Only forward activities to relays that are addressed to the public audience 2024-09-28 04:21:31 +02:00
Laura Hausmann
df4eea5c0e
[backend/database] PushSubscription.Types should be a property, not a field
This fixes creating migrations failing with an extremely unhelpful error message when using .NET 9.0.
2024-09-28 02:09:11 +02:00
Laura Hausmann
4cfd4de389
[backend/core] Disallow following of system users 2024-09-28 00:37:36 +02:00
Laura Hausmann
df26db0585
[backend/federation] Add relay support (ISH-266) 2024-09-28 00:32:43 +02:00
Laura Hausmann
a5fa4e4be9
[backend/api] Fix frontend crash on startup 2024-09-27 20:21:37 +02:00
Laura Hausmann
8c4df51756
[backend/pleroma-client] Fix multiple enumeration 2024-09-27 20:21:26 +02:00
Laura Hausmann
f1b7218c60
[backend/api-shared] Fix typo 2024-09-27 19:52:41 +02:00
Laura Hausmann
5192b58150
[backend/api-shared] Also filter renotes & quotes mentioning muted/blocked users 2024-09-27 19:50:39 +02:00
pancakes
f39c6bb80d
[backend/akko-client] Handle remote custom emojis 2024-09-27 19:32:32 +02:00
pancakes
9bd46e6a61
[backend/akko-client] Handle escaped Unicode emojis 2024-09-27 19:32:32 +02:00
pancakes
d2ad8391b6
[backend/akko-client] Implement specific reaction endpoint 2024-09-27 19:32:31 +02:00
Laura Hausmann
e72b124497
[backend/razor] Add indication for migrated users to public preview 2024-09-27 04:13:11 +02:00
Laura Hausmann
6bd9a50777
[backend/api] Don't serialize UserResponse.MovedTo when null 2024-09-27 04:01:04 +02:00
Laura Hausmann
79871c51c3
[backend/api] Add MovedTo property to UserResponse 2024-09-27 03:59:14 +02:00
Laura Hausmann
7532d5c52a
[backend/queue] Add abandon button for delayed jobs to the queue dashboard 2024-09-27 03:43:17 +02:00
Laura Hausmann
1883f426a7
[backend/federation] Add support for incoming, outgoing & local account migrations (ISH-118) 2024-09-27 03:27:34 +02:00
Laura Hausmann
4448e00333
[backend/core] Fix erroneous attempts to compute instance stats for local instance when creating follow relationship between local users 2024-09-27 03:01:30 +02:00
Laura Hausmann
f2bf80100d
[backend/federation] Expose alsoKnownAs & movedTo properties for local actors 2024-09-26 21:09:24 +02:00
Laura Hausmann
36f277e0d3
[backend/queue] Improve inbox queue retry mechanism (ISH-503)
This retries jobs for a cumulative maximum of 24 hours.
2024-09-26 20:43:45 +02:00
Laura Hausmann
9f39895142
[backend/queue] Improve inbox queue logging 2024-09-26 20:12:40 +02:00
Laura Hausmann
b4c2712172
[parsing/tests] Fix tests 2024-09-26 18:49:08 +02:00
Laura Hausmann
834119aa38
[backend] Fix typo 2024-09-26 18:40:15 +02:00
Laura Hausmann
8c2a2f0d15
[backend/database] Clarify license wording for prune-designer-cs-files.sh 2024-09-26 18:38:37 +02:00
Laura Hausmann
3fab1a2b8f
[backend/database] License prune-designer-cs-files helper script under MIT in addition to the project-scoped EUPL license 2024-09-26 18:37:34 +02:00
Laura Hausmann
7c93dcf79d
[backend/queue] Fix duplicate exception logging 2024-09-26 02:54:33 +02:00
Laura Hausmann
efd1878fc1
[backend/queue] Fix erroneous job timeout logs, improve error messages for job timeouts 2024-09-26 02:52:38 +02:00
Laura Hausmann
9d18a145ed
[backend/core] Fix typo 2024-09-26 02:52:14 +02:00
Laura Hausmann
c68e0bbd94
[backend/core] Fix AsChunkedAsyncEnumerable pagination 2024-09-26 02:14:20 +02:00
Laura Hausmann
c02af726e1
[parsing/mfm] Rework codeblock node parsing & serialization 2024-09-26 01:12:21 +02:00
Laura Hausmann
5b3dec0a08
[parsing/mfm] Further improve codeblock newline handling 2024-09-26 00:37:25 +02:00
Laura Hausmann
0fc667527f
[parsing/mfm] Fix handling of newlines surrounding code blocks 2024-09-26 00:33:26 +02:00
Laura Hausmann
4c21cb5a1c
[backend/cron] Fix media cleanup task causing query warnings 2024-09-26 00:02:10 +02:00
Laura Hausmann
b773876028
[parsing/mfm] Fix mentions in parentheses not getting parsed correctly 2024-09-25 23:51:28 +02:00
Laura Hausmann
5a26c5e7f2
[backend/razor] Fix public preview disabled error page login button position 2024-09-24 02:43:05 +02:00
Laura Hausmann
9789c8452e
[backend/razor] Show login button when displaying public preview disabled error page 2024-09-24 02:36:29 +02:00
Laura Hausmann
1d4ddb1190
[backend/razor] Display emoji in public preview 2024-09-24 02:17:56 +02:00
Laura Hausmann
304d9f2750
[backend/masto-client] Enforce RestrictedNoMedia public preview mode 2024-09-24 01:02:05 +02:00
Laura Hausmann
1c2079e1ee
[backend] Rework GracefulException throws without additional detail 2024-09-24 00:45:18 +02:00
Laura Hausmann
d1721d71c2
[backend/federation] Retry inbox jobs with exponential backoff (ISH-499)
This should cover most transient failures. If one is missing, we can add it later.
2024-09-24 00:36:18 +02:00
Laura Hausmann
0c39101046
[backend/federation] Improve error logging for invalid accept activities 2024-09-24 00:09:37 +02:00
Laura Hausmann
1e650d8649
[backend/razor] Add batch retry functionality to the queue dashboard (ISH-494) 2024-09-24 00:09:37 +02:00
Laura Hausmann
13614c2201
[backend] Reformat code 2024-09-23 02:00:34 +02:00