summaryrefslogtreecommitdiff
path: root/internal/processing/processor.go
AgeCommit message (Expand)AuthorFiles
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-09-23[feature] Show info for pending replies, allow implicit accept of pending rep...Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-07[feature] Implement filters_changed stream event (#2972)Libravatar Vyr Cossont1
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi1
2024-05-31[feature] Implement Filter API v2 (#2936)Libravatar Vyr Cossont1
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi1
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi1
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont1
2023-06-21[feature] Add partial text search for accounts + statuses (#1836)Libravatar tobi1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
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-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi1
2023-03-14[feature] Allow admins to send test emails (#1620)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-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
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