Commit graph

378 commits

Author SHA1 Message Date
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
03872a1ce1
[backend/mfm] Implement more mfm node types in MfmParser
Only FnNode, MfmSearchNode & MfmQuoteNode are missing now.
2024-02-02 01:06:53 +01:00
Laura Hausmann
4a1cf59e23
[docker] Update Dockerfile 2024-02-02 00:27:42 +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
c293a0bd3c
[backend/masto-client] Fix /oauth/authorize when client id contains pluses 2024-01-31 22:17:23 +01:00
Laura Hausmann
8a64511f3a
[backend/masto-client] Fix /api/v1/apps 2024-01-31 22:13:46 +01:00
Laura Hausmann
bfd353d756
[frontend] Update yarn version to 4.1.0 2024-01-31 22:04:08 +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
a734583b15
Fix FromHybrid for query data with no body 2024-01-30 19:33:32 +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
3f333b0c5d
Allow ProcessNoteAsync to succeed even if inReplyTo resolution fails 2024-01-28 23:33:57 +01:00
Laura Hausmann
cb3caf4f26
Correctly set SharedInbox on UserService.CreateUserAsync 2024-01-28 23:19:15 +01:00
Laura Hausmann
bd4c809449
Improve WebFinger error handling 2024-01-28 23:10:18 +01:00
Laura Hausmann
dc45ba8adc
Catch http errors early in WebFingerService 2024-01-28 23:03:09 +01:00
Laura Hausmann
f4a584b46a
Methods that return a non-generic Task should also end in Async 2024-01-28 22:29:09 +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
242d01583f
Use WebDomain as fallback redis prefix if none is set explicitly 2024-01-28 18:55:21 +01:00
Laura Hausmann
a88612bc18
Visually align authorize button with the rest of SwaggerUI components 2024-01-28 03:54:33 +01:00
Laura Hausmann
c961111d55
Add authorization options to swagger-ui 2024-01-28 03:33:20 +01:00
Laura Hausmann
3dc64fad38
Cleanup OpenAPI WebUI (Swagger) 2024-01-28 03:13:12 +01:00
Laura Hausmann
8522cb7d0d
AddStackExchangeRedisRedisOptions InstanceName doesn't automatically add a : 2024-01-28 02:52:18 +01:00
Laura Hausmann
f7539b5374
Fix cache serializer 2024-01-28 02:49:30 +01:00
Laura Hausmann
3e4410f52c
Basic redis object cache implementation 2024-01-28 02:26:41 +01:00
Laura Hausmann
a0425aaf4c
Add litepub context caching 2024-01-28 01:50:50 +01:00
Laura Hausmann
8c7ebbd865
Suppress Argon2-related DPA issues correctly & add justifications, improve AuthController.Login 2024-01-28 01:40:44 +01:00
Laura Hausmann
c7c8dc501d
Don't create a new session for every request that uses AuthController.Login 2024-01-28 01:22:18 +01:00
Laura Hausmann
6a23b915bd
Use relaxed json escaping profile for system.text.json 2024-01-28 01:19:06 +01:00
Laura Hausmann
bd3ebeeb87
Set defaults if [Security] config section is missing 2024-01-28 01:01:21 +01:00
Laura Hausmann
f9480d096b
Add redis prefix option 2024-01-28 00:59:57 +01:00
Laura Hausmann
135d26127b
Allow changing the password of a user 2024-01-28 00:54:58 +01:00
Laura Hausmann
64a70e688c
Split authentication and authorization 2024-01-28 00:42:22 +01:00
Laura Hausmann
e755f9f96f
Add basic authentication system 2024-01-28 00:31:54 +01:00
Laura Hausmann
6fde3ede7c
Separate AuthRequest and RegistrationRequest 2024-01-27 23:51:36 +01:00
Laura Hausmann
3a466b2e0c
Add support for registration invites 2024-01-27 23:50:31 +01:00
Laura Hausmann
3c72d50459
Refactor controller OpenAPI tags 2024-01-27 23:26:31 +01:00
Laura Hausmann
6de8ea12e6
Add redis cache 2024-01-27 22:38:06 +01:00
Laura Hausmann
f32912d147
Improve PerformActivity error logging 2024-01-27 22:14:51 +01:00
Laura Hausmann
37e7f339bc
Add basic api rate limiter 2024-01-27 22:11:46 +01:00
Laura Hausmann
baaee0bb27
Hardcode default config options 2024-01-27 21:20:48 +01:00
Laura Hausmann
0cbbb83977
Fix enum serialization in AuthResponse 2024-01-27 21:19:45 +01:00
Laura Hausmann
8e902775ff
Fix sporadic unit test failures 2024-01-27 20:58:50 +01:00
Laura Hausmann
8308a749e9
Log request path in FallbackController 2024-01-27 20:31:20 +01:00