e6330125be
test(postgres): add list_mutual integration tests
2026-05-28 03:42:12 +02:00
14b7928026
fix: list_mutual sort by follow created_at, apply pagination in TestStore
2026-05-28 03:40:44 +02:00
a6a555e6a7
feat(domain): add list_mutual to FollowRepository, add remote actor storage to TestStore
2026-05-28 03:37:41 +02:00
75e6fe61ca
fix: look up remote parent by ap_id to thread remote-to-remote replies
2026-05-28 02:59:45 +02:00
e338254099
feat(domain): add RemoteFollowAccepted, RemoteFollowRejected, ActorMoved events
2026-05-28 02:19:46 +02:00
2445cad1c9
feat: add PATCH /federation/me/also-known-as endpoint
...
Adds alsoKnownAs column to users table (migration 013), reads it in
the AP actor JSON, and exposes PATCH /federation/me/also-known-as to
set or clear it. Required pre-condition for broadcast_move.
2026-05-28 01:59:35 +02:00
5097c91261
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
2026-05-24 04:29:04 +02:00
01932cf337
feat: add image upload for avatar and banner
2026-05-24 02:06:47 +02:00
6936b7ce62
chore: switch activitypub-base to k-ap git dep
2026-05-17 22:47:32 +02:00
d56d34cc27
refactor: replace long arg lists with input/config structs and builder
...
- Thought::new_local → NewThought struct (7 args → 1)
- UserWriter::update_profile → UpdateProfileInput struct (6 args → 2)
- update_profile use case → UpdateProfileInput (8 args → 3)
- ActivityPubService::new → builder pattern (9 args → 5 required + 4 optional setters)
- accept_note → AcceptNoteInput struct (8 args → 1)
- ThoughtNote::new_public → ThoughtNoteInput struct (8 args → 1)
Remove all #[allow(clippy::too_many_arguments)] annotations.
2026-05-17 12:25:53 +02:00
2c2decba72
clean up
2026-05-17 12:14:45 +02:00
d813e59b5c
fmt
2026-05-17 12:04:51 +02:00
a0aa3f381e
refactor: extract inline test modules to separate files
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 12:08:38 +02:00
9aee4ceb6d
feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready ( #1 )
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 09:42:40 +00:00