Commit graph

327 commits

Author SHA1 Message Date
d8dd5eb671
Add fetch debug endpoint for requesting an url as a user 2025-05-22 17:01:47 +02:00
ca8f5fd483
Modify note inbox to use inbox actor for requesting the note 2025-05-22 17:01:02 +02:00
ef58b5ca9b
Add func for easy double-knocking of requests 2025-05-22 17:00:39 +02:00
6cc699cbbd
Clean up unused code and better shutdown in main
All checks were successful
/ docker (push) Successful in 4m4s
2025-05-22 16:56:56 +02:00
b01f60d273
Add placeholder user for events by unknown actors 2025-05-22 15:22:54 +02:00
db85e831d9
Remove identicon from here, will move to separate repo
All checks were successful
/ docker (push) Successful in 4m27s
2025-05-22 12:45:49 +02:00
c9895bc9af Add debug endpoint for getting replies to node id
All checks were successful
/ docker (push) Successful in 4m19s
2025-05-16 22:04:57 +02:00
1b0c63a3b1 Now with extra replies
All checks were successful
/ docker (push) Successful in 4m26s
2025-05-16 21:45:43 +02:00
c70928ec7b Forgot to also create activity entry
All checks were successful
/ docker (push) Successful in 4m26s
2025-05-16 21:38:02 +02:00
440399f8d2 And create activities work-ish
All checks were successful
/ docker (push) Successful in 4m18s
2025-05-16 21:31:17 +02:00
8ec486cfc1
Start work on inbound notes
All checks were successful
/ docker (push) Successful in 4m17s
2025-05-16 19:11:13 +02:00
6f2686e0d3 Double-bang requests with rfc9421 and cavage after on error
All checks were successful
/ docker (push) Successful in 4m20s
2025-05-16 16:43:24 +02:00
3f4f1fd9d2 Remove host header, add todo comment 2025-05-16 11:31:29 +02:00
f991a1f353 Add func to add ap links to local users (untested)
All checks were successful
/ docker (push) Successful in 4m27s
2025-05-15 11:13:58 +02:00
e69f53bbd7 Note down a bug for later fixing
All checks were successful
/ docker (push) Successful in 4m26s
2025-05-13 14:07:15 +02:00
2b93d51be1 Add (for now) empty route for note reactions 2025-05-13 14:06:57 +02:00
e06d955f98 Rename objectNote to just note and delete empty file 2025-05-13 14:05:17 +02:00
ae33de8e2d
Update goutils for a fix for the ip logging fix
All checks were successful
/ docker (push) Successful in 4m16s
2025-05-12 15:37:06 +02:00
26cabc02f6
Modify trace logging for more info
All checks were successful
/ docker (push) Successful in 4m19s
2025-05-12 15:27:08 +02:00
96f03d4659
Update goutils
All checks were successful
/ docker (push) Successful in 4m18s
2025-05-12 15:13:59 +02:00
b6d1fbc74b
Add more logging to inbox
All checks were successful
/ docker (push) Successful in 4m19s
2025-05-12 14:39:10 +02:00
af6ff2dd30
Add follower and following collections
All checks were successful
/ docker (push) Successful in 4m34s
2025-05-11 18:28:51 +02:00
b75db5676b
Ensure public id for accept is an url
All checks were successful
/ docker (push) Successful in 4m22s
2025-05-10 12:21:51 +02:00
2c0a4c88d5
Make the code slightly better
All checks were successful
/ docker (push) Successful in 4m26s
2025-05-10 12:03:25 +02:00
e7632c6ad4
Remove an annoying log entry 2025-05-10 12:03:12 +02:00
06841782df
Update how self is inserted for server 2025-05-10 12:02:57 +02:00
4f64f0b847
Split up package pull and build 2025-05-10 12:02:41 +02:00
b363b87013
And fix it not using go 1.24 from the start
All checks were successful
/ docker (push) Successful in 4m24s
2025-05-10 11:29:19 +02:00
3cd9644cb9
Fix dockerfile not being able to pull correct go version 2025-05-10 11:28:58 +02:00
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
9a3a330b1d Moe wok
Some checks failed
/ docker (push) Failing after 3m2s
2025-05-09 19:19:16 +02:00
b0e344b170 Work on Accept activity 2025-05-09 19:18:26 +02:00
e1051e81ac Fix follow activity insertion, impl undo follow
Some checks failed
/ docker (push) Failing after 2m59s
- Follow created a new id instead of using the Id of the activity for
  the db activity
2025-05-08 13:03:49 +02:00
d84a693b22
Add inbox follow request handling
Some checks failed
/ docker (push) Failing after 3m6s
- Not tested yet
- Undo needs to be extended to also handle undo of follow
2025-05-08 08:32:02 +02:00
7e60188fb5
Add follow and unfollow samples 2025-05-08 08:31:46 +02:00
82627e8467 Add undo of likes
Some checks failed
/ docker (push) Failing after 2m58s
2025-05-07 17:43:52 +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
c7f875a9c5
Add some samples for like and undo 2025-05-06 22:18:09 +02:00
30e2702df6
Log config on boot in trace mode 2025-05-06 14:35:50 +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
796e393985
Update testing conf 2025-05-05 17:55:27 +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
cfa0566c6d
Work on AS activities and objects
All checks were successful
/ docker (push) Successful in 4m15s
2025-04-29 21:35:58 +02:00
d32818af09
Start move to unify ID generation
All checks were successful
/ docker (push) Successful in 4m14s
2025-04-28 17:28:28 +02:00
aa2b056f8b
Update dependencies
All checks were successful
/ docker (push) Successful in 4m16s
2025-04-23 15:42:03 +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
d70786439e
Add placeholder ActivitStreams object and activity type files
All checks were successful
/ docker (push) Successful in 4m7s
2025-04-22 16:52:36 +02:00