Laura Hausmann
62dde50af2
[backend/core] Support note filters (ISH-97)
2024-03-31 23:56:55 +02:00
Laura Hausmann
ab1c974ff1
[backend/masto-client] Don't show public user notes when blocked
2024-03-26 21:24:29 +01:00
Laura Hausmann
893a0d2feb
[backend/masto-client] Fix typo in InstanceStats JSON mapping
2024-03-26 20:21:33 +01:00
Laura Hausmann
578d9f59c1
[backend/core] Add missing auto-accessor on InstanceInfoV1Response
2024-03-26 20:19:56 +01:00
Laura Hausmann
02b80a1a2a
[backend/core] Skip database queries for 0 member collections
2024-03-26 20:13:47 +01:00
Laura Hausmann
715f47cafc
[backend/masto-client] Fix notification pagination (ISH-204)
2024-03-26 20:13:47 +01:00
Laura Hausmann
530cdf0832
[backend/masto-client] Fix mute endpoint
2024-03-26 19:11:50 +01:00
Laura Hausmann
45dcbf29fe
[backend/masto-client] Handle mutes & blocks in WebSockets (ISH-219)
2024-03-26 19:11:49 +01:00
Laura Hausmann
b4adfe7067
[backend/masto-client] Update followed users on user follow/unfollow/block (ISH-218)
2024-03-26 18:17:24 +01:00
Laura Hausmann
d9a4b406e4
[backend/masto-client] Enforce mutes & blocks in more places
2024-03-25 12:42:48 +01:00
Laura Hausmann
9bd421c3a0
[backend] Replace old MfmParser with the new F# implementation (ISH-112)
2024-03-24 23:10:39 +01:00
Laura Hausmann
ff97dfa627
[backend/core] Render renote notifications correctly
2024-03-24 15:07:20 +01:00
Laura Hausmann
6d49eb07ca
[backend/core] Dispose service scopes properly for long-running connections (WebSocket)
2024-03-24 14:34:07 +01:00
Laura Hausmann
a67fe3722d
[backend] Code cleanup
2024-03-24 14:17:02 +01:00
Laura Hausmann
c02b2bd34c
[backend/core] Improve handling of explicit service scopes & event logic
2024-03-24 14:13:51 +01:00
Laura Hausmann
e3e34b4495
[backend/masto-client] Make idempotency keys unique by user id
2024-03-23 19:10:27 +01:00
Laura Hausmann
c6300d1c96
[backend/core] Replace IDistributedCache with postgres k/v cache (ISH-212)
2024-03-23 19:10:27 +01:00
Laura Hausmann
5be537e7dd
[backend/core] Improve meta store performance, make it hit postgres directly
2024-03-22 18:40:11 +01:00
Laura Hausmann
d4da5ed9de
Change license to EUPL v1.2
...
Consent was given by all project contributors.
2024-03-22 17:10:52 +01:00
Laura Hausmann
62469e2ea4
[backend/api] Use UserRenderer in AuthController instead of instantiating the response object directly (ISH-209)
2024-03-21 16:52:23 +01:00
Laura Hausmann
1123f1114d
[backend/masto-client] Add /instance/extended_description endpoint (ISH-95)
2024-03-17 14:10:22 +01:00
Laura Hausmann
f36daf860a
[backend/masto-client] Return instance name, instance description & admin contact
2024-03-17 14:02:54 +01:00
Laura Hausmann
a408fa247a
[backend] Code cleanup
2024-03-17 13:36:08 +01:00
Laura Hausmann
b7584674c7
[backend/api] Add notifications endpoints (ISH-202)
2024-03-17 13:30:56 +01:00
Laura Hausmann
a0e83949ff
[backend/masto-client] Allow searching by user fqn (ISH-196)
2024-03-16 18:02:34 +01:00
Laura Hausmann
be27893c32
[backend/core] Improve meta store (ISH-133)
2024-03-16 13:19:02 +01:00
Laura Hausmann
c0cd136140
[backend/core] Add very basic metadata store (ISH-133)
2024-03-15 19:55:14 +01:00
Laura Hausmann
6c4ce82461
[backend/masto-client] Render identicon with file extension
...
This is required by some clients to render push notification avatars correctly
2024-03-15 19:20:48 +01:00
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
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
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
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
64fc07ff53
[backend/masto-client] Fix errors in WebSocket notification handler
2024-03-11 04:00:40 +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
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
a855e0fc44
[backend/core] Catch exceptions in WebSocket event handlers (ISH-158)
2024-03-09 03:11:00 +01:00
Laura Hausmann
52a7f90697
[backend/federation] Add reactions support (ISH-69)
2024-03-09 01:16:57 +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
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
Laura Hausmann
657bc43761
[backend/core] Finish the polls implementation (ISH-130, ISH-131)
2024-03-07 03:34:52 +01:00
Laura Hausmann
9de208b49b
[backend/federation] Initial poll support (ISH-62)
2024-03-06 00:55:53 +01:00
Laura Hausmann
810c21a275
[backend/masto-client] Add tag timeline endpoint (ISH-115)
2024-03-04 19:54:50 +01:00