summaryrefslogtreecommitdiff
path: root/internal/processing/account/delete.go
AgeCommit message (Expand)AuthorFiles
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-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim1
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim1
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-08[bugfix] fix panic during status delete loop by breaking out early on len(sta...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim1
2022-11-20[bugfix] fix possible infinite loop on federated AP profile delete (#1091)Libravatar kim1
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi1
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-09-30handle remote account deletion more systematically (#254)Libravatar tobi1
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst1
2021-09-01change muchos thingsLibravatar tsmethurst1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi1
2021-07-06Blocklist import (#77)Libravatar Tobi Smethurst1
2021-07-05Domain block (#76)Libravatar Tobi Smethurst1