Commit graph

2563 commits

Author SHA1 Message Date
pancakes
35f391b042
[frontend/pages] Fix profile URL null check 2025-01-11 05:16:01 +01:00
pancakes
f8ec2fd163
[backend/api] Fix UserProfileResponse.Url 2025-01-11 05:16:00 +01:00
Laura Hausmann
86e941c111
[docs] Update README.md 2025-01-10 12:42:00 +01:00
Laura Hausmann
5d7020faeb
[backend/drive] Don't proxy requests for local emoji 2025-01-10 10:24:54 +01:00
Lilian
6b17623cfd
[backend] Add font "Inter" 2025-01-10 09:25:27 +01:00
Laura Hausmann
19d9f4b719
[backend/libmfm] Don't parse 0-content-length markup node sequences as markup nodes 2025-01-10 09:11:18 +01:00
Laura Hausmann
1d418b1c0c
[backend/core] Fix negated search parameters when match:words is used 2025-01-10 07:55:40 +01:00
Laura Hausmann
77fef1e63e
[backend/core] Revert: "Fix negated search parameters when match:words is used"
This reverts commit 37fc124b08, as it caused search to not use the FTS index.
2025-01-10 07:31:26 +01:00
Laura Hausmann
37fc124b08
[backend/core] Fix negated search parameters when match:words is used 2025-01-10 07:04:57 +01:00
Laura Hausmann
af750a010d
[backend/drive] Improve handling of configurations with disabled media proxy 2025-01-10 06:23:54 +01:00
a549a04801
[backend/razor] Fix navigation between remote user pages 2025-01-09 09:54:08 -05:00
pancakes
afce3552e3
[frontend/components] Refactor timestamps 2025-01-09 23:45:23 +10:00
Laura Hausmann
26bb26c0da
[backend/startup] Delete ASPNETCORE_TEMP writability test file on close 2025-01-09 13:17:26 +01:00
Laura Hausmann
c335a44327
[backend/drive] Don't use thumbnail proxy url when no thumbnail is available 2025-01-09 12:54:25 +01:00
Laura Hausmann
885aaad080
[backend/database] Fix typo 2025-01-09 12:44:42 +01:00
Laura Hausmann
8acb9bd932
[backend/federation] Federate processed images with the correct mime type 2025-01-09 12:40:54 +01:00
Laura Hausmann
113bd98b0e
[backend/drive] Proxy remote media by default 2025-01-09 12:36:34 +01:00
Laura Hausmann
241486a778
[backend/razor] Add remote user management & search to admin dashboard (ISH-582) 2025-01-09 09:28:44 +01:00
Laura Hausmann
ba0b8f76d4
[backend/razor] Fix NavBarLink not being highlighted when url matches but query doesn't 2025-01-09 09:08:35 +01:00
Laura Hausmann
9c4aa7a092
[backend/razor] Add search box to federation management admin dashboard page 2025-01-09 08:57:54 +01:00
Laura Hausmann
3bafb0ec7c
[backend/federation] Improve UserResolver uri/acct mismatch error message 2025-01-09 07:54:07 +01:00
Laura Hausmann
3611155786
[backend/core] Increase TOTP window size to +-1 2025-01-08 18:09:12 +01:00
Laura Hausmann
8d9856fd62
[parsing] Migrate SearchQuery parser to C# 2025-01-08 17:33:31 +01:00
Laura Hausmann
553c0cf7ab
[backend/api] Allow naming single emojis during upload (ISH-602) 2025-01-08 14:42:26 +01:00
Laura Hausmann
a8e8b67e0b
[backend/razor] Make generate invite button on admin dashboard accessible (ISH-600) 2025-01-08 12:42:17 +01:00
Laura Hausmann
873b48e2f8
[backend/core] Add CollapseWhitespace rewrite policy (ISH-625) 2025-01-08 12:16:22 +01:00
Laura Hausmann
62493dbe19
[backend/asp] Allow customizing the unix socket permissions that are set on startup (ISH-671) 2025-01-08 12:04:53 +01:00
Laura Hausmann
ce6784b4c4
[backend/libmfm] Ignore trailing question marks when parsing URLs 2025-01-08 11:53:24 +01:00
pancakes
1d9280d688
[frontend/components] Correctly display follow back button on follow requests 2025-01-08 01:06:34 +10:00
Laura Hausmann
0c18f50a1a
[backend/federation] Reject requests signed by suspended remote users in AuthorizedFetchMiddleware and InboxValidationMiddleware (ISH-639) 2025-01-07 13:01:33 +01:00
Laura Hausmann
e2b888a776
[backend/libmfm] Collapse duplicate leading newlines when parsing quote nodes, improve quote & code block parse performance, 2025-01-07 12:56:05 +01:00
Laura Hausmann
e5fc326531
[backend/masto-client] Adjust line breaks after blockquote when SupportsHtmlFormatting is false 2025-01-07 09:06:27 +01:00
Laura Hausmann
bacd9a9262
[backend/masto-client] Fix missing line break after blockquote when SupportsHtmlFormatting is false 2025-01-07 09:04:04 +01:00
Laura Hausmann
dc2ea392ae
[backend/startup] Check whether ASPNETCORE_TEMP is writable during startup 2025-01-07 08:41:53 +01:00
Laura Hausmann
0723f39797
[backend/api] Add mastodon session management endpoints 2025-01-07 08:32:42 +01:00
Laura Hausmann
76a3f94fe8
[backend/masto-client] Fix missing replyInaccessible marker 2025-01-07 08:29:15 +01:00
Laura Hausmann
9de6d15a0c
[backend/masto-client] Move replyInaccessible marker into CW field for notes with CW 2025-01-07 08:14:33 +01:00
Laura Hausmann
c21147c86f
[backend/federation] Bypass authorized fetch for relay actor (ISH-529) 2025-01-07 07:38:57 +01:00
Laura Hausmann
2fbff537a6
[backend/federation] Don't mark notes as edited during refetch (ISH-601) 2025-01-07 07:02:32 +01:00
Laura Hausmann
1ecd823cbe
[sln] Code cleanup 2025-01-07 06:38:23 +01:00
Laura Hausmann
74daf1ad47
[backend/federation] Fix sporadic LD signature validation errors (ISH-642) 2025-01-07 06:21:39 +01:00
Laura Hausmann
c3ca7d389d
[backend/federation] Use Uri struct comparison instead of string comparison when validating EnforceUri in UserResolver (ISH-679) 2025-01-07 06:13:07 +01:00
Kopper
66ee14b2a1 [backend/federation] Hide outbox if public preview is locked down 2025-01-07 02:05:14 +03:00
Kopper
ff320e43c9 [backend/federation] Expose outbox collection 2025-01-07 01:42:18 +03:00
Kopper
d965653972 [backend] Backfill users on incoming follow 2025-01-07 01:42:18 +03:00
Kopper
6b1d84801e [backend] Implement infrastructure for outbox backfill 2025-01-07 01:42:15 +03:00
Laura Hausmann
5ea44932d6
[mfmsharp] Allow uppercase ascii letters in fn descriptor and arg keys 2025-01-06 08:11:56 +01:00
Laura Hausmann
fd08aa1d00
[mfmsharp] Allow uppercase ascii letters in fn arg values 2025-01-06 08:08:21 +01:00
blueb
48717745de [backend] only use MetaService once and include admin contact email as well 2025-01-06 03:18:00 +01:00
blueb
b64a8898aa [backend] use MetaService to provide instance name and description in nodeinfo 2025-01-06 03:18:00 +01:00