summaryrefslogtreecommitdiff
path: root/internal/federation/federatingdb
AgeCommit message (Expand)AuthorFiles
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-10-11[bugfix] Check interaction policies properly on incoming Likes (#3416)Libravatar tobi2
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)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[chore] Refactor federatingDB.Undo, avoid 500 errors on Undo Like (#3310)Libravatar tobi1
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi2
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi3
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim1
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi4
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim11
2024-04-17update to set requesting account when deleting status (#2849)Libravatar kim1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi5
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-04-03[bugfix] Sort follows chronologically (#2801)Libravatar Daenney1
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi6
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi3
2024-02-17[chore] refactor extractFromCtx a bit (#2646)Libravatar tobi8
2024-02-06[bugfix] Ensure activities sender always = activities actor (#2608)Libravatar tobi5
2024-01-31[bugfix] parent status replied to status not dereferenced sometimes (#2587)Libravatar kim2
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-18[chore] chore rationalise http return codes for activitypub handlers (#2540)Libravatar kim2
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim6
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim2
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim6
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim8
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-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-07-12[bugfix] Update account `Update` logic (#1984)Libravatar tobi1
2023-06-17[chore/bugfix] Refactor `ap/extract.go` functions, return URIs more reliably ...Libravatar tobi1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi9
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi4
2023-04-05[bugfix] Add proper constraints on status faves, dedupe (#1674)Libravatar tobi4
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim8
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi4
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney25
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim16
2023-02-17[chore] Update more log calls to include context (#1517)Libravatar Daenney6
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney8