Commit graph

2575 commits

Author SHA1 Message Date
pancakes
3b7fb93b3e
[frontend/components] Fix reply/quote style in compose 2025-01-12 22:17:41 +10:00
pancakes
ec0e23a1f7
[frontend/components] Fix compose going off screen and add mobile styling 2025-01-12 22:14:13 +10:00
Laura Hausmann
9e37942e9d
[backend/federation] Improve hashtag handling (ISH-651) 2025-01-12 12:27:34 +01:00
Laura Hausmann
09919bdc77
[backend/core] Add support for HTTP proxy authentication 2025-01-12 08:34:07 +01:00
Laura Hausmann
ea7bcfa652
[backend/core] Add HTTP proxy support 2025-01-12 08:26:22 +01:00
pancakes
2811d3bded
[frontend/components] Fix newlines in MFM preview 2025-01-11 15:33:16 +01:00
pancakes
f0ea307334
[frontend/components] Add character count to compose and disable posting notes that are too long 2025-01-11 15:33:15 +01:00
pancakes
b6d8f9c00b
[backend/api] Add note length limit to instance response 2025-01-11 15:33:15 +01:00
pancakes
a92ddee5f1
[frontend/components] Move note preview below compose footer 2025-01-11 15:33:15 +01:00
pancakes
f93690dab1
[frontend/components] Add note preview 2025-01-11 15:33:15 +01:00
pancakes
d0eac29552
[frontend/pages] Don't show copy remote link button if URL is null 2025-01-11 05:16:01 +01:00
pancakes
1b032a6cd9
[frontend/pages] Don't show open original page button if URL is null 2025-01-11 05:16:01 +01:00
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