Gabriel Kaszewski
84edf58de6
lint / lint (push) Failing after 9m26s
test / unit (push) Successful in 16m3s
fix(federation): fix 27 AP bugs, gaps, and inconsistencies
Round 1 — 18 bug fixes:
- remote likes/boosts now persist in engagement tables
- intern_remote_actor uses name@domain, expanded username to VARCHAR(255)
- PgRemoteActorRepository upsert/find now handles all fields
- update_following_status no longer a no-op, count_followers counts all
- accept/reject follow publishes event before DB mark (atomicity)
- fetch_outbox_page follows pagination via next links
- actor URL canonicalized to /users/{uuid}
- content_to_html escapes single quotes
- WebFinger accepts application/ld+json type
- try_from_ap accepts Article and Page object types
- feed SQL uses parameterized viewer UUID instead of format!
- content cap raised from 500 to 5000 chars
- also_known_as changed from Option<String> to Vec<String>
- connections fetch always triggers from page 1
Round 2 — 9 gap fixes:
- on_announce_removed handler deletes boost row on Undo(Announce)
- on_update handles Person/Service/Group actor profile updates
- sync_remote_actor_to_user syncs remote_actors → users on create/update
- FederationBlockPort: block_by_username sends Block activity to remote
- domain RemoteActor gains inbox_url, shared_inbox_url fields
- remote_actors attachment column (JSONB) with read/write
- .well-known/host-meta endpoint
- 256KB body limit on AP inbox routes
- outbox cleanup job (7-day retention, hourly sweep)
2026-05-29 11:28:40 +02:00
..
2026-05-28 02:01:56 +02:00
2026-05-29 11:28:40 +02:00
2026-05-16 14:55:51 +02:00
2026-05-28 22:50:50 +02:00
2026-05-16 09:42:40 +00:00
2025-09-07 17:43:17 +02:00
2026-05-27 23:38:14 +02:00
2026-05-24 03:26:34 +02:00
2026-05-24 03:26:34 +02:00
2026-05-24 03:26:34 +02:00
2026-05-16 14:55:51 +02:00
2026-05-29 01:35:36 +02:00
2026-05-29 00:23:07 +02:00
2026-05-16 14:55:51 +02:00
2026-05-29 04:35:32 +02:00
2026-05-28 04:22:26 +02:00
2026-05-28 22:47:53 +02:00
2025-09-09 04:51:29 +02:00
2026-05-29 01:14:29 +02:00
2026-05-29 01:14:29 +02:00
2026-05-16 09:42:40 +00:00
2026-05-29 01:08:57 +02:00
2026-05-29 01:47:50 +02:00
2026-05-16 09:42:40 +00:00
2026-05-16 14:55:51 +02:00
2026-05-28 22:52:56 +02:00
2026-05-28 04:22:26 +02:00
2026-05-29 01:37:57 +02:00
2026-05-29 01:40:11 +02:00
2025-09-07 14:06:28 +02:00
2025-09-06 21:44:52 +02:00
2025-09-06 21:44:52 +02:00
2026-05-29 01:47:50 +02:00
2026-05-16 09:42:40 +00:00
2026-05-16 09:42:40 +00:00
2026-05-16 09:42:40 +00:00
2025-09-06 22:37:06 +02:00
2026-05-28 04:22:26 +02:00
2026-05-28 04:22:26 +02:00
2026-05-16 14:55:51 +02:00
2026-05-16 14:55:51 +02:00
2025-09-06 22:22:44 +02:00
2025-09-07 14:06:28 +02:00
2026-05-16 15:21:18 +02:00
2026-05-16 14:55:51 +02:00