summaryrefslogtreecommitdiff
path: root/internal/processing/processor.go
AgeCommit message (Expand)AuthorFiles
2023-01-25[feature] Public list of suspended domains (#1362)Libravatar f0x521
2023-01-25[feature] Implement reports admin API so admins can view + close reports (#1378)Libravatar tobi1
2023-01-23[feature] Implement `/api/v1/reports` endpoints on client API (#1330)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi1
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips1
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi1
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi1
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi1
2022-10-13[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...Libravatar tobi1
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi1
2022-10-10[chore] Make paging logic more generic (#901)Libravatar tobi1
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi1
2022-10-08[feature] `oob` oauth token support (#889)Libravatar tobi1
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-08-31[feature] Add support for the exclude_types[] parameter on the notifications ...Libravatar Blackle Morisanchetto1
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis1
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi1
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi1
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi1
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 tobi1
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-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi1
2022-03-19[feature] Admin account actions (#432)Libravatar tobi1
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi1
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst1
2022-02-05[feature] Rework timeline code to make it useful for more than just statuses ...Libravatar tobi1
2022-01-15emoji code passing musterLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-11-13update dependencies (#296)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi1
2021-10-14User password change (#280)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-10-04Refactor/tidy (#261)Libravatar tobi1