Commit graph

179 commits

Author SHA1 Message Date
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
8308a749e9
Log request path in FallbackController 2024-01-27 20:31:20 +01:00
Laura Hausmann
8f58e9abe9
Don't print XmlKeyManager warnings by default 2024-01-27 20:27:30 +01:00
Laura Hausmann
55ba51be25
Store data protection keys in database 2024-01-27 20:24:16 +01:00
Laura Hausmann
a3441a1f35
Fix instance actor comparison for authorized fetch 2024-01-27 19:37:37 +01:00
Laura Hausmann
331f3a5322
Allow fetching the instance actor without authorized fetch 2024-01-27 03:59:45 +01:00
Laura Hausmann
471516f729
Fix follow accept rendering 2024-01-27 03:44:33 +01:00
Laura Hausmann
7af8840f2d
Correctly generate Guid 2024-01-27 03:18:10 +01:00
Laura Hausmann
75062fca2f
Handle undo activity for follow requests 2024-01-27 03:04:11 +01:00
Laura Hausmann
a3d2e3c0d3
Handle follow requests properly 2024-01-27 02:58:02 +01:00
Laura Hausmann
a8bd625ce1
Refactor type constants 2024-01-27 02:54:05 +01:00
Laura Hausmann
831a1ceeba
Refactor AP core 2024-01-27 02:39:16 +01:00
Laura Hausmann
e4211fde56
Outgoing federation 2024-01-27 01:18:21 +01:00
Laura Hausmann
2f6a433663
Resolve note threads 2024-01-26 20:32:00 +01:00
Laura Hausmann
5f3696fa74
Handle note visibility 2024-01-26 19:12:15 +01:00
Laura Hausmann
431bbaccb2
Handle follow and unfollow activity types 2024-01-26 18:57:59 +01:00
Laura Hausmann
0dc1533b75
Improve NoteService.CreateNote 2024-01-26 03:09:52 +01:00
Laura Hausmann
ffe8408738
Update nodeinfo to reflect new repo name 2024-01-25 22:59:40 +01:00
Laura Hausmann
e72a25db3c
Clean up unused references 2024-01-25 03:46:11 +01:00
Laura Hausmann
31daa063d3
Inject the correct ILogger into APService 2024-01-25 03:31:54 +01:00
Laura Hausmann
7f8d2e2012
Improve QueueService 2024-01-25 03:29:15 +01:00
Laura Hausmann
bf3e72da9b
Basic note create 2024-01-25 03:16:29 +01:00
Laura Hausmann
8d4a20896c
Federation groundwork 2024-01-25 01:36:07 +01:00
Laura Hausmann
59f2e93fee
Add stub inbox queue processor 2024-01-25 00:22:05 +01:00
Laura Hausmann
4c12cbf65c
Add basic queue system 2024-01-24 23:49:01 +01:00
Laura Hausmann
59a55d0821
Implement GracefulException details attribute 2024-01-24 20:35:26 +01:00
Laura Hausmann
37ed6bbb96
Make exception verbosity configurable 2024-01-24 19:38:00 +01:00
Laura Hausmann
5569fe061f
Rename CustomException to GracefulException 2024-01-24 19:14:01 +01:00
Laura Hausmann
2e4a1137ed
Implement IMiddleware for all middlewares 2024-01-24 19:10:43 +01:00
Laura Hausmann
bb365ddc66
Improve & refactor exception handling 2024-01-24 18:58:19 +01:00
Laura Hausmann
de3ca32aa9
Update TODOs 2024-01-24 04:16:56 +01:00