Laura Hausmann
c083305123
[backend] Code cleanup
2024-02-24 21:03:29 +01:00
Laura Hausmann
703e58b3fe
[backend/api] Return identicon for users without avatars
2024-02-22 22:43:58 +01:00
Laura Hausmann
53044c6521
[backend/api] Add admin endpoints that dump user/note activities
2024-02-22 19:32:57 +01:00
Laura Hausmann
9b99f9245f
[backend/masto-client] Add basic WebSocket support
2024-02-21 03:36:34 +01:00
Laura Hausmann
5e91bed599
[backend/masto-client] Add Idempotency-Key to allowed CORS headers
2024-02-20 22:59:58 +01:00
Laura Hausmann
5a2e5af3ac
[backend/masto-client] Set CORS headers correctly
2024-02-19 01:29:16 +01:00
Laura Hausmann
98bdf9ca3c
[backend/core] Make HttpClient timeout after 30s (instead of 100s) normally, and after 10s for WebFinger
2024-02-18 05:36:47 +01:00
Laura Hausmann
b3d0c0f476
[backend/core] Update user in background to avoid accessing a disposed DbContext
2024-02-17 18:57:46 +01:00
Laura Hausmann
bc0f585029
[backend/core] Set user agent in derived HttpClient singleton service implementation
2024-02-17 18:25:11 +01:00
Laura Hausmann
d4e1d92771
[backend] Code cleanup: switch to BSD braces style, tweak code style
2024-02-17 02:31:00 +01:00
Laura Hausmann
70657e1650
[backend/configuration] Allow connecting to redis unix sockets, document connecting to postgres unix sockets (ISH-76)
2024-02-16 01:57:00 +01:00
Laura Hausmann
11caf32ebb
[backend/services] Media cleanup cron task (ISH-66, ISH-27)
2024-02-16 01:21:04 +01:00
Laura Hausmann
ff27d7ff16
[backend/services] Basic event bus implementation (ISH-60)
2024-02-14 17:57:55 +01:00
Laura Hausmann
8f8e3f9d1a
[backend/database] Add following query heuristics
2024-02-14 00:59:14 +01:00
Laura Hausmann
61938a4d5b
[backend/masto-client] Render notifications (ISH-45)
2024-02-13 17:58:24 +01:00
Laura Hausmann
c46573ae37
[backend/federation] Generate mention & reply notifications (ISH-45)
2024-02-13 03:43:35 +01:00
Laura Hausmann
97df7ea5e6
[backend] Send CORS headers for WellKnownController and NodeInfoController
2024-02-11 20:37:34 +01:00
Laura Hausmann
924153c809
[backend] Set CORS headers for all Mastodon controllers & DriveController (ISH-40, ISH-41)
2024-02-11 19:35:42 +01:00
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
8f948ab130
[backend/drive] Implement basic drive support (ISH-9)
2024-02-09 19:41:46 +01:00
Laura Hausmann
66c6f5be6f
[backend/services] Add object storage service (ISH-10)
2024-02-09 17:28:02 +01:00
Laura Hausmann
d566875f54
[backend/database] Add database maintenance service with functions to recompute note & user counters (ISH-21)
2024-02-09 14:58:00 +01:00
Laura Hausmann
02e003afa3
[backend/federation] Resolve incoming activity objects (ISH-20, ISH-12)
2024-02-09 13:28:07 +01:00
Laura Hausmann
5978f1abc4
[backend] Implement federation control (ISH-2)
2024-02-07 17:52:41 +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
e31a0719f4
[backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute
2024-02-05 21:08:20 +01:00
Laura Hausmann
843b7edb86
[backend] Refactor Startup.cs
2024-02-05 03:31:10 +01:00
Laura Hausmann
b72a22b9b0
[backend] Reject requests if Host header doesn't match configured WebDomain or AccountDomain
2024-02-03 22:57:35 +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
f5c2ed46c8
Add Mastodon OAuth implementation
2024-01-30 21:49:50 +01:00
Laura Hausmann
12a18987b0
Fix FromHybrid attributes in SwaggerGen
2024-01-30 19:28:11 +01:00
Laura Hausmann
cec4abd841
Mastodon client API foundations
2024-01-29 04:02:34 +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
c961111d55
Add authorization options to swagger-ui
2024-01-28 03:33:20 +01:00
Laura Hausmann
8522cb7d0d
AddStackExchangeRedisRedisOptions InstanceName doesn't automatically add a :
2024-01-28 02:52:18 +01:00
Laura Hausmann
f9480d096b
Add redis prefix option
2024-01-28 00:59:57 +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
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
37e7f339bc
Add basic api rate limiter
2024-01-27 22:11:46 +01:00
Laura Hausmann
55ba51be25
Store data protection keys in database
2024-01-27 20:24:16 +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
2f6a433663
Resolve note threads
2024-01-26 20:32:00 +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