summaryrefslogtreecommitdiff
path: root/internal/federation/federatingdb
AgeCommit message (Expand)AuthorFiles
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
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim2
2023-01-27[feature] Federate reports to remote instance as Flag (if desired) (#1386)Libravatar tobi2
2023-01-25[feature] Accept incoming federated Flag activity (#1382)Libravatar tobi2
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi2
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi24
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi1
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim2
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi2
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim2
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim13
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim4
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi2
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim2
2022-05-02[chore] Fix inbox iris test to use 'contains' instead of index (#529)Libravatar tobi1
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi2
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim12
2022-04-28[bugfix] Fix possible race condition in federatingdb (#490)Libravatar kim2
2022-04-24Revert "[chore] Tidy up federating db locks a tiny bit (#472)" (#479)Libravatar tobi1
2022-04-19[chore] Tidy up federating db locks a tiny bit (#472)Libravatar tobi1
2022-04-05[dependency] Update superseriousbusiness/activity dependency (#446)Libravatar tobi1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi21
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi8
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi6
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi4
2021-11-13move to ssb gofed fork (#298)Libravatar tobi17
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi4