Commit graph

20 commits

Author SHA1 Message Date
ff6a730e58
Follow accept works and messags are pushed as expected
Some checks failed
/ docker (push) Failing after 2m50s
2025-05-10 11:18:28 +02:00
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
e182949a8d
Remove id autogeneration from db models
Remove automatic uuid v4 ID generation from the models and replace it
with `shared.NewId()`, which generates an Id depending on the config
setting
2025-05-06 14:34:32 +02:00
412a8be600
Merge branch 'main' of git.mstar.dev:mstar/linstrom 2025-05-05 17:56:01 +02:00
6df7a354f0
Make debug created users verified by default 2025-05-05 17:55:17 +02:00
dff031397e More activity stuff
Some checks failed
/ docker (push) Failing after 2m51s
2025-05-05 17:33:34 +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
9957ba8302 More work on getting auth fetch verification working 2025-04-20 22:10:35 +02:00
5e93ecee73
User import now works
Some checks failed
/ docker (push) Failing after 3m56s
2025-04-15 17:18:56 +02:00
08f6de0bd7
Rename cavage singing func, add import for server
All checks were successful
/ docker (push) Successful in 4m1s
2025-04-15 14:51:07 +02:00
59dd8d82cf
More attempt at getting this shit to work
All checks were successful
/ docker (push) Successful in 4m9s
2025-04-14 17:00:11 +02:00
f4e876a4b1
Current state
All checks were successful
/ docker (push) Successful in 4m7s
2025-04-13 20:10:19 +02:00
f8b3a6ff06
Add debug handler for fetching a remote actor
All checks were successful
/ docker (push) Successful in 3m59s
Will be used later to add to internal db
2025-04-12 11:47:01 +02:00
d767921e0e
Addr flag for debug server, logging 2025-04-11 11:12:04 +02:00
da2a89010c
Signing works 2025-04-10 16:40:06 +02:00
d272fa90b4
AP stuff almost works
Some checks are pending
/ test (push) Waiting to run
2025-04-09 17:35:31 +02:00
28a4f4121e
See previous commit
Some checks are pending
/ test (push) Waiting to run
2025-04-08 16:34:04 +02:00
671d18d2ba
Add note info stuff to debug server. Also docs
Some checks are pending
/ test (push) Waiting to run
2025-04-08 16:33:47 +02:00
befaccd59c
Move new web stuff into dedicated folder 2025-04-07 17:42:04 +02:00