Commit graph

583 commits

Author SHA1 Message Date
Laura Hausmann
a623b870cd
[backend/masto-client] Add push notification support (ISH-182) 2024-03-15 19:20:48 +01:00
Laura Hausmann
3ab36f7d70
[backend/core] Enforce blocks & mutes everywhere (ISH-189) 2024-03-14 17:02:29 +01:00
Laura Hausmann
3a866d04dd
[backend/core] Federate blocks (ISH-169) 2024-03-14 15:58:13 +01:00
Laura Hausmann
085671b00c
[backend/core] Add block support (ISH-169) 2024-03-14 15:55:11 +01:00
Laura Hausmann
f41be007d7
[backend/core] Add mute support (ISH-169) 2024-03-14 15:33:54 +01:00
Laura Hausmann
a2075d4c63
[backend/masto-client] Add missing media endpoints, handle media_attributes on status update (ISH-155) 2024-03-14 12:10:03 +01:00
Laura Hausmann
80da86897f
[backend/core] Allow 0 & 1 as stand-ins for true & false during model binding (ISH-180) 2024-03-13 05:50:39 +01:00
Laura Hausmann
d4fe223552
[backend/masto-client] Improve quote handling (ISH-176) 2024-03-13 05:01:46 +01:00
Laura Hausmann
e65c76ca39
[backend/masto-client] Render quote uris inline (ISH-177) 2024-03-13 03:50:55 +01:00
Laura Hausmann
abf93138e1
[backend/masto-client] Add renoted_by & favourited_by endpoints (ISH-181) 2024-03-13 03:22:00 +01:00
Laura Hausmann
3224186447
[backend/masto-client] Fix query string dictionary handling in FromHybridProvider (ISH-183) 2024-03-13 03:08:18 +01:00
Laura Hausmann
4f8460914d
[backend/database] Also index & query note.cw for full text search (ISH-129) 2024-03-13 00:34:29 +01:00
Laura Hausmann
921f6a19b3
[backend/federation] Separate authorized fetch & inbox validation (ISH-127)
This fixes user creates & sporadic errors resulting from creating users during validation of their deletion
2024-03-13 00:21:51 +01:00
Laura Hausmann
e626d43627
[backend] Code cleanup 2024-03-12 23:16:45 +01:00
Laura Hausmann
104a2c485d
[backend/startup] Validate configuration on startup (ISH-23) 2024-03-12 22:07:48 +01:00
Laura Hausmann
0833cf49d2
[backend/federation] Fall back to JRD during host-meta step of the WebFinger process (ISH-162) 2024-03-12 05:45:15 +01:00
Laura Hausmann
91137b7fd9
[backend/api] Add reactions endpoints & return reaction data with note & timeline responses (ISH-156) 2024-03-11 05:20:07 +01:00
Laura Hausmann
4c9f3dd6d9
[backend/api] Add user profile endpoint (ISH-157) 2024-03-11 04:47:35 +01:00
Laura Hausmann
a8d68ac1e6
[backend/core] Switch to ConcurrentDictionary for ContextCache, Separate ContextCache from PreloadedContexts, limit ContextCache to 20 entries (ISH-166) 2024-03-11 04:28:03 +01:00
Laura Hausmann
be65176d29
[backend/core] Fix unit tests 2024-03-11 04:14:34 +01:00
Laura Hausmann
64fc07ff53
[backend/masto-client] Fix errors in WebSocket notification handler 2024-03-11 04:00:40 +01:00
Laura Hausmann
fe5e02e791
[backend/federation] Make sure AP.NoteRenderer.RenderLite compacts to a string and not an object 2024-03-11 04:00:40 +01:00
Laura Hausmann
4d21aa1670
[backend/federation] Fix remote custom emoji reactions (ISH-154) 2024-03-11 04:00:40 +01:00
Laura Hausmann
58a514394c
[backend/federation] Support Misskey-style emoji reactions (ISH-148) 2024-03-11 02:54:58 +01:00
Laura Hausmann
12bec02cfd
[backend/core] Reject like/bookmark/pin/react actions for puree renotes (ISH-167) 2024-03-11 02:41:11 +01:00
Laura Hausmann
bef11d5cca
[backend/masto-client] Add local_only & quote_id parameters on POST /statuses (ISH-146) 2024-03-11 02:32:18 +01:00
Laura Hausmann
fc99afa754
[backend/masto-client] Fall back to token.scopes on /oauth/token (ISH-145)
Despite what the Mastodon API docs say, fallback to read is not what Mastodon does, and some clients (e.g. Enafore) rely on this undocumented API quirk.
2024-03-11 02:19:47 +01:00
Laura Hausmann
794abcd727
[backend/core] Don't run webfinger for local note urls (ISH-159) 2024-03-11 02:11:25 +01:00
Laura Hausmann
b7ddbdcbaa
[backend/federation] Fix polls being falsely marked as edited when results become available (ISH-128) 2024-03-11 02:04:50 +01:00
Laura Hausmann
4bf4f369b8
[backend/federation] Improve WebFinger handling 2024-03-11 01:32:17 +01:00
Laura Hausmann
95ac792ad9
[backend/federation] Make use of RemoveUnusedInlineContextProperties dotNetRdf option 2024-03-11 00:47:01 +01:00
Laura Hausmann
7c0e6dfea1
[backend/federation] Use dotNetRdf ForceArray option instead of patching the AS context (ISH-153) 2024-03-10 23:47:17 +01:00
Laura Hausmann
46140b3ace
[backend/federation] Fix federation with akkoma (ISH-149) 2024-03-10 23:42:50 +01:00
Laura Hausmann
8bee76380c
[backend/masto-client] Support WebSocket authentication using the access_token query parameter (ISH-147) 2024-03-10 22:05:14 +01:00
Laura Hausmann
a8dc214400
[backend/federation] Add /.well-known/host-meta.json endpoint (ISH-160) 2024-03-10 21:41:14 +01:00
Laura Hausmann
52db34db48
[backend/federation] Use XmlSerializer for the host-meta response (ISH-161) 2024-03-10 21:23:27 +01:00
Laura Hausmann
a855e0fc44
[backend/core] Catch exceptions in WebSocket event handlers (ISH-158) 2024-03-09 03:11:00 +01:00
Laura Hausmann
30818985fb
[backend/federation] Fix custom emoji reaction federation with Akkoma (ISH-153) 2024-03-09 02:35:36 +01:00
Laura Hausmann
aaec212a08
[backend/core] Trim whitespace around note text & cw (ISH-150) 2024-03-09 01:36:55 +01:00
Laura Hausmann
52a7f90697
[backend/federation] Add reactions support (ISH-69) 2024-03-09 01:16:57 +01:00
Lilian
c9be2f2e49 [backend/api] Add CreatedAt to NoteResponse 2024-03-08 04:23:27 +01:00
Laura Hausmann
2c529495f3
[backend] Code cleanup 2024-03-07 21:26:12 +01:00
Laura Hausmann
57ac4750ad
[backend/core] Allow editing of locally originated polls (ISH-136)
This also improves the behavior of handling remotely originating poll edits.
2024-03-07 20:17:58 +01:00
Laura Hausmann
fdf1245070
[backend/api] Increment instead of decrement on like 2024-03-07 05:39:38 +01:00
Laura Hausmann
992189e824
[backend/api] Fix json property name in UserResponse 2024-03-07 05:37:53 +01:00
Laura Hausmann
5c34ef59a1
[backend/api] Fix NoteRenderer 2024-03-07 05:36:37 +01:00
Laura Hausmann
066189985f
[backend/api] Fix missing awaits on async method calls 2024-03-07 05:33:49 +01:00
Laura Hausmann
af2f88d9d3
[backend] Fix regressions causing build to fail 2024-03-07 05:30:26 +01:00
Laura Hausmann
679a6fe6c6
[backend/api] Implement next batch of web api endpoints (ISH-134) 2024-03-07 05:27:26 +01:00
Laura Hausmann
7d4d2e831e
[backend/masto-client] Fix notifications endpoints when notification has no notifier (because the user was deleted, etc) 2024-03-07 04:20:01 +01:00