Commit graph

8 commits

Author SHA1 Message Date
03ca524c99
Cleanup, store likes
Some checks failed
/ docker (push) Failing after 3m1s
- Clean up some logging
- Properly store likes in db
2025-05-06 22:18:28 +02:00
12c9e17c4b
Lots of progress on public AP interface
Some checks failed
/ docker (push) Failing after 2m57s
- Read handler for create activities (notes only so far)
- Read handler for note objects
- Structure laid out for other objects, activities and collections
- DB structure for activities created
- Update access logging

TODO: Create collections type in DB to describe a collection group
2025-05-04 22:08:06 +02:00
415cd89792
Debug proxy, duck as fs
All checks were successful
/ docker (push) Successful in 4m23s
- Add proxy endpoint for proxying a message to a target's inbox
- Change duck embed to fs based to fix mk not understanding it
2025-04-23 15:11:46 +02:00
627926460c
Auth fetch verification (cavage) works now
All checks were successful
/ docker (push) Successful in 4m14s
- Verifying inbound requests signed with Cavage are now checked as
  expected
- Fixed a bug where the signature header is not generated correctly
- Extended config to include settings for what requests to verify
- Fixed new server in main not using internal port from config
2025-04-22 15:27:24 +02:00
271acc8d29 Forgot those
All checks were successful
/ docker (push) Successful in 4m8s
2025-04-20 22:10:55 +02:00
9957ba8302 More work on getting auth fetch verification working 2025-04-20 22:10:35 +02:00
7eac1db475
Start work on auth fetch middleware
All checks were successful
/ docker (push) Successful in 4m12s
2025-04-16 16:43:57 +02:00
087728cfe5
Add middleware for checking the requested mime type 2025-04-16 16:43:04 +02:00