Laura Hausmann
67d1d776c8
[backend/federation] Basic mentions handling (ISH-38)
...
This implementation adds handling of incoming mentions, including rewriting non-canonical mentions of split domain users into their canonical form when inserting notes into the database.
2024-02-11 18:50:28 +01:00
Laura Hausmann
b87e524b4f
[backend/drive] Add support for serving files using the /files route (ISH-31)
2024-02-10 17:05:04 +01:00
Laura Hausmann
78b69c180c
[backend/database] Update follower/following counts on follow/unfollow/accept (ISH-17)
2024-02-09 14:11:55 +01:00
Laura Hausmann
dde377f41d
[backend] Code cleanup: remove unnecessary using directives
2024-02-09 12:09:03 +01:00
Laura Hausmann
faee1e01dc
[backend/masto-client] Respect account_id query parameter when searching for notes
2024-02-08 01:13:33 +01:00
Laura Hausmann
48b78de6a3
[backend/mastodon] Add filter support to GetUserStatusees (ISH-13)
2024-02-08 01:06:23 +01:00
Laura Hausmann
b22d0b98a3
[backend/masto-client] Implement search endpoint (ISH-7)
2024-02-07 23:35:59 +01:00
Laura Hausmann
6ed944156f
[backend/masto-client] Fail early on PostNote
2024-02-07 21:20:57 +01:00
Laura Hausmann
13a05337cb
[backend/masto-client] Fix return types of GetNote and PostNote
2024-02-07 20:52:50 +01:00
Laura Hausmann
eaabe4896e
[backend/masto-client] Remove Mastodon prefix from MastodonApiControllers
...
This is no longer necessary due to namespacing changes
2024-02-07 20:49:52 +01:00
Laura Hausmann
06e4a0ac9d
[backend/masto-client] Don't silently drop invalid reply targets
2024-02-07 20:47:25 +01:00
Laura Hausmann
ad17c7c097
[backend/masto-client] Basic support for posting notes (ISH-4)
2024-02-07 20:03:47 +01:00
Laura Hausmann
61ba7b543e
[backend/masto-client] Add user notes endpoint
2024-02-06 22:13:40 +01:00
Laura Hausmann
ec561706d6
[backend/masto-client] Federate unfollow activities
2024-02-06 20:42:23 +01:00
Laura Hausmann
94820c2b71
[backend] Add request duration header for non-timing-sensitive (cryptography-related) endpoints
2024-02-06 02:42:35 +01:00
Laura Hausmann
2984abbe2b
[backend/api] Only expose public notes on /api/iceshrimp/v1/user/{id}/notes
2024-02-06 02:12:09 +01:00
Laura Hausmann
81c8386eaf
[backend] Fix hidden list members projectable
2024-02-06 02:06:57 +01:00
Laura Hausmann
8c9e6ef56c
[backend/masto-client] Add follow/unfollow/relationship endpoints
2024-02-06 01:27:56 +01:00
Laura Hausmann
e31a0719f4
[backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute
2024-02-05 21:08:20 +01:00
Laura Hausmann
29581d4fb2
[backend] Refactor postgres jsonb columns
2024-02-05 20:09:18 +01:00
Laura Hausmann
d31c20d6ae
[backend] Merge duplicate postgres enums
2024-02-04 23:40:10 +01:00
Laura Hausmann
285c2ba531
[backend/masto-client] Precompute reply/renote visibility in database query
2024-02-04 01:06:24 +01:00
Laura Hausmann
ee449ec751
[backend/masto-client] Implement link pagination response headers
2024-02-03 21:55:26 +01:00
Laura Hausmann
4dd1997f45
[backend/masto-client] Implement visibility/blocking/muting/list filters for timelines
2024-02-03 06:42:29 +01:00
Laura Hausmann
4aca474398
[backend/masto-client] Add /statuses/{id} and /accounts/{id} routes
2024-02-03 04:37:20 +01:00
Laura Hausmann
d3da11f827
[backend/masto-client] Fix concurrent DbContext access
2024-02-03 04:21:55 +01:00
Laura Hausmann
8e2a116ad9
[backend/masto-client] Add pagination
2024-02-03 03:34:38 +01:00
Laura Hausmann
af7a776337
[backend] Refactor inverse properties; add projectable computed properties to the User class
2024-02-03 02:13:50 +01:00
Laura Hausmann
b015c464dd
[backend/masto-client] Add EnumerableExtensions
2024-02-02 22:48:21 +01:00
Laura Hausmann
519b5280ac
[backend/masto-client] Use Task.WhenAll in timeline controller methods
2024-02-02 20:24:59 +01:00
Laura Hausmann
a3fd46bb96
[backend/masto-client] Include navigation properties for note queries
2024-02-02 20:19:56 +01:00
Laura Hausmann
f230d95b5b
[backend/masto-client] Actually render timeline notes
2024-02-02 20:11:18 +01:00
Laura Hausmann
b9cfbe52fc
[backend/masto-client] Add basic timeline endpoints
2024-02-02 20:05:27 +01:00
Laura Hausmann
27ecd27ba0
[backend/mfm] Move MFM handling code into the main backend project
2024-02-02 18:04:13 +01:00
Laura Hausmann
2736ce1b71
[backend/masto-client] Implement /oauth/revoke endpoint
2024-02-02 03:03:17 +01:00
Laura Hausmann
aa6988399d
[backend/masto-client] Add schemas and renderers for user statuses
2024-02-02 02:35:03 +01:00
Laura Hausmann
09f9d2395c
[backend/masto-client] Implement /api/v1/accounts/verify_credentials
2024-02-02 01:46:37 +01:00
Laura Hausmann
a3c3f6b848
[backend] Implement mfm-to-html
2024-02-02 00:16:28 +01:00
Laura Hausmann
16316b81ff
[backend/masto-client] Rename VerifyCredentials to VerifyAppCredentials
2024-01-31 22:23:25 +01:00
Laura Hausmann
d255de0dd0
[backend/masto-client] Fix /oauth/token
2024-01-31 22:19:22 +01:00
Laura Hausmann
8a64511f3a
[backend/masto-client] Fix /api/v1/apps
2024-01-31 22:13:46 +01:00
Laura Hausmann
f5c2ed46c8
Add Mastodon OAuth implementation
2024-01-30 21:49:50 +01:00
Laura Hausmann
8b7c227619
Validate scopes on /api/v1/apps
2024-01-30 19:50:00 +01:00
Laura Hausmann
12a18987b0
Fix FromHybrid attributes in SwaggerGen
2024-01-30 19:28:11 +01:00
Laura Hausmann
fb5bca15ef
Return scopes with RegisterAppResponse
2024-01-29 04:29:06 +01:00
Laura Hausmann
61e8d7f640
Apply strict rate limiting to /api/v1/apps endpoint
2024-01-29 04:12:03 +01:00
Laura Hausmann
cec4abd841
Mastodon client API foundations
2024-01-29 04:02:34 +01:00
Laura Hausmann
626b267692
All methods that return a Task should end in Async
2024-01-28 22:21:58 +01:00
Laura Hausmann
3c95f4a0e3
Significantly more powerful queue system
2024-01-28 22:04:53 +01:00
Laura Hausmann
8c7ebbd865
Suppress Argon2-related DPA issues correctly & add justifications, improve AuthController.Login
2024-01-28 01:40:44 +01:00