7a2d8308d9
fix: extract initiate_actor_move use case — remove event publish from handler
2026-05-28 02:41:42 +02:00
4a5d5df884
fix(tests): update federation_management tests for EventPublisher arg
2026-05-28 02:34:30 +02:00
421cb463e3
feat: split accept/reject into DB+event; broadcast_move via event in API
2026-05-28 02:32:50 +02:00
e5c8380ba7
feat(application): add FederationManagementEventService
2026-05-28 02:28:15 +02:00
1ad02e0806
feat: add PATCH /federation/me/also-known-as endpoint
...
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (push) Has been cancelled
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
a460428be1
feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links
lint / lint (push) Failing after 7m11s
test / unit (push) Successful in 16m59s
test / integration (push) Failing after 18m3s
2026-05-27 23:38:14 +02:00
9c99f7a7a8
feat: add image upload for avatar and banner
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-24 02:06:47 +02:00
cd2eb48ddb
chore: switch activitypub-base to k-ap git dep
2026-05-17 22:47:32 +02:00
c5d9833c8b
refactor: replace long arg lists with input/config structs and builder
...
lint / lint (push) Failing after 7m8s
test / unit (push) Successful in 17m2s
test / integration (push) Failing after 17m47s
- 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
6a8c8b1fb8
chore: add pre-commit fmt+clippy hooks, fix clippy warnings
2026-05-17 12:09:24 +02:00
4ec0725ff8
fmt
lint / lint (push) Failing after 5m3s
test / integration (push) Has been cancelled
test / unit (push) Has been cancelled
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