summaryrefslogtreecommitdiff
path: root/internal/federation
AgeCommit message (Expand)AuthorFiles
2025-11-17[bugfix] recheck for just-processed-emoji within mutex lock before starting p...Libravatar kim1
2025-11-17[performance] handle emoji refreshes asynchronously when fetched as part of a...Libravatar kim2
2025-10-17[chore] Better handling of Gone accounts during `PostInbox` (return 202 Accep...v0.20.1Libravatar tobi2
2025-10-17[chore] Rationalize HTTP return codes for fedi endpoints, other tidying up (#...Libravatar tobi4
2025-10-17[bugfix] Fix HTTP return code for Likes of remote statuses (#4504)Libravatar tobi1
2025-10-05[bugfix] Update interaction policies of freshly dereffed statuses if differen...Libravatar tobi1
2025-10-03[bugfix] status refresh race condition causing double edit notifications (#4470)Libravatar kim2
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi13
2025-08-09[feature + performance] add JSON logging format (#4355)Libravatar kim1
2025-07-29[performance] bump codeberg.org/gruf/go-kv to v2 (#4341)Libravatar kim4
2025-06-21[bugfix] fix status.Local sometimes being nil (#4285)Libravatar kim1
2025-06-19[feature] Support incoming avatar/header descriptions (#4275)Libravatar nicole mikołajczyk2
2025-05-26[chore] migration to update `statuses.thread_id` to be notnull (#4160)Libravatar kim2
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney16
2025-05-15[chore] various federatingdb tweaks (#4178)Libravatar kim25
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi2
2025-05-05[bugfix] Prevent multiple mentions being created for one mention (#4127)Libravatar tobi2
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi1
2025-04-30[bugfix] Fix wrong URI used in dereferenceLocal (#4097)Libravatar tobi1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney54
2025-04-26[feature] Update attachment format, receive + send `focalPoint` prop + use it...Libravatar tobi1
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim4
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi37
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi8
2025-03-06[bugfix] Store and expose status content type (#3870)Libravatar ewwwin1
2025-03-03[bugfix] fix refreshed additional media info being ignored (#3867)Libravatar kim2
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-03-02[chore] github.com/superseriousbusiness/httpsig -> codeberg.org/superseriousb...Libravatar tobi2
2025-03-02[chore] github.com/superseriousbusiness/activity -> codeberg.org/superserious...Libravatar tobi36
2025-02-20[bugfix] update fedi api to support multiple separate votes in same multiple ...Libravatar kim1
2025-02-19[feature] Forward-compatibility with Approval objects (#3807)Libravatar tobi2
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont1
2025-02-11[bug] respect `X-Robots-Tag` and `robots.txt` on api/v1/instance and nodeinfo...Libravatar alemi.dev2
2025-02-03[bugfix] Don't panic on delivery of Activity with no `object` (#3730)Libravatar tobi1
2025-01-30[bugfix] harden checks for remotes masquerading as local, and return correct ...Libravatar kim3
2025-01-28[chore] remove type switch in Create() and instead move to FederatedCallbacks...Libravatar kim13
2025-01-27[feature] Implement `deliveryRecipientPreSort` to prioritize delivery to ment...Libravatar tobi1
2025-01-24[feature] Process incoming Undo Announce properly (#3676)Libravatar tobi1
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi1
2025-01-22[performance] reduce InboxForward->Create calls by partially implementing Exi...Libravatar kim5
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi2
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim2
2024-12-24[bugfix] small editing tweaks (#3631)Libravatar kim1
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim2
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim7
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer2
2024-10-11[bugfix] Check interaction policies properly on incoming Likes (#3416)Libravatar tobi2
2024-10-09[bugfix] Fix replies not being stored pending approval (#3409)Libravatar tobi1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi3