summaryrefslogtreecommitdiff
path: root/internal/federation
AgeCommit message (Expand)AuthorFiles
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi4
2024-02-06[bugfix] Ensure activities sender always = activities actor (#2608)Libravatar tobi6
2024-01-31[feature] Try HTTP signature validation with and without query params for inc...Libravatar tobi2
2024-01-31[bugfix] parent status replied to status not dereferenced sometimes (#2587)Libravatar kim5
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi3
2024-01-22[feature] Allow "charset=utf8" in incoming AP POST requests (#2564)Libravatar tobi2
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim2
2024-01-18[chore] chore rationalise http return codes for activitypub handlers (#2540)Libravatar kim3
2024-01-09[bugfix] misc dereferencer fixes (#2475)Libravatar kim2
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi2
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim4
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim3
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi4
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim2
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi4
2023-11-10[bugfix] Don't try to update suspended accounts (#2348)Libravatar tobi2
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim2
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim10
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim7
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi3
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim18
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim8
2023-10-03[chore] internal/ap: add pollable AS types, code reformatting, general niceti...Libravatar kim1
2023-09-23[bugfix] support both CollectionPage AND OrderedCollectionPage in status repl...Libravatar kim2
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim14
2023-09-20[feature] add paging to AP following / followers endpoints (#2198)Libravatar kim2
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim4
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi5
2023-09-05[bugfix] fix checks for deref the same status descendants / ascendants (#2181)Libravatar kim1
2023-08-11[bugfix] Suppress 'errNoEntries' warnings from InboxForwarding function call ...v0.11.0-rc1Libravatar tobi1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi7
2023-08-08[bugfix] don't accept unrelated statuses (#2078)Libravatar kim2
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi3
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-12[bugfix] Update account `Update` logic (#1984)Libravatar tobi2
2023-07-07[bugfix] Reorder web view logic, other small fixes (#1954)Libravatar tobi2
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi1
2023-06-24[bugfix] Only mark status orphaned on 410 Gone (#1923)Libravatar tobi1
2023-06-24[bugfix] Ensure `InReplyToID` set properly, update dereference ancestors func...Libravatar tobi3
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim5
2023-06-17[chore/bugfix] Refactor `ap/extract.go` functions, return URIs more reliably ...Libravatar tobi3
2023-06-14[chore/bugfix] Demote failed inbox forwarding to warn log rather than error r...Libravatar tobi1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi15
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-06-03[bugfix] Fix first item of thread dereferencing always being skipped (#1858)Libravatar tobi1
2023-05-31[bugfix] only attempt to populate account/statuses from DB if already exist (...Libravatar kim2