summaryrefslogtreecommitdiff
path: root/internal/federation
AgeCommit message (Expand)AuthorFiles
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
2024-10-05[chore] Change order of error checking after PostInbox (#3394)Libravatar tobi1
2024-09-29[bugfix] Carry-over "PinnedAt" when refreshing status (#3373)Libravatar tobi1
2024-09-17[chore] improved federatingdb logging in cases of unknown iri / types (#3313)Libravatar kim12
2024-09-17[bugfix] Fix pending approval check (#3316)Libravatar tobi1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-16[chore] Refactor federatingDB.Undo, avoid 500 errors on Undo Like (#3310)Libravatar tobi2
2024-09-16[chore] Reject replies to rejected replies (#3291)Libravatar tobi2
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi2
2024-09-10[chore] status dereferencing improvements (#3255)Libravatar kim2
2024-09-03fix new processing media / emoji not being added to dereferencer maps (#3269)Libravatar kim2
2024-08-25[chore] Tiny tweak to ApprovedByURI (#3234)Libravatar tobi1
2024-08-25[bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ...Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-08-13[security] harden account update logic (#3198)Libravatar kim3
2024-08-13[bugfix] relax missing preferred_username, instead using webfingered username...Libravatar kim2
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim2
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-07-30[chore] add some more slice related utility functions + remove duplicated fun...Libravatar kim1
2024-07-27[chore] replaces nested ifs with switch cases, removes defer 'onFail()' being...Libravatar kim1
2024-07-26[bugfix] Use punycode for `host` part of `resource` query param when doing we...Libravatar tobi2
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi4
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi7
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim1
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1