summaryrefslogtreecommitdiff
path: root/internal/processing/admin
AgeCommit message (Expand)AuthorFiles
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi3
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi2
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi4
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi1
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi2
2022-10-13[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...Libravatar tobi2
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi3
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi2
2022-10-06[bugfix] Fix new domain block date (#893)Libravatar tobi1
2022-10-04[bugfix] Use background context instead of request context for async processi...Libravatar tobi2
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim2
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi3
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi2
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-05-03[chore] Move initial MediaRemotePrune to cmd.server function (#536)Libravatar tobi2
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim3
2022-04-16[bugfix] Use background ctx for domain block side effects (#457)Libravatar tobi1
2022-03-19[feature] Admin account actions (#432)Libravatar tobi2
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi1
2022-02-08merge fixupLibravatar tsmethurst1
2022-01-23rework data function to provide filesizeLibravatar tsmethurst1
2022-01-16pass reader around instead of []byteLibravatar tsmethurst1
2022-01-15emoji code passing musterLibravatar tsmethurst2
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi7
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell2
2021-10-04Refactor/tidy (#261)Libravatar tobi5
2021-09-10fixes + db changes (#204)Libravatar tobi2
2021-09-01change muchos thingsLibravatar tsmethurst2
2021-08-25Pg to bun (#148)Libravatar tobi7
2021-08-20Database updates (#144)Libravatar tobi4
2021-07-26Markdown Statuses (#116)Libravatar Tobi Smethurst1
2021-07-13sanitize html for statuses + instance (#97)Libravatar Tobi Smethurst1
2021-07-06Blocklist import (#77)Libravatar Tobi Smethurst6
2021-07-05Domain block (#76)Libravatar Tobi Smethurst6