summaryrefslogtreecommitdiff
path: root/internal/processing/workers
AgeCommit message (Expand)AuthorFiles
2025-02-20[bugfix] update fedi api to support multiple separate votes in same multiple ...Libravatar kim1
2025-02-19[feature] Forward-compatibility with Approval objects (#3807)Libravatar tobi1
2025-02-17adds more code comments and some small code formatting tweaks (#3799)Libravatar kim1
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont2
2025-01-24[feature] Process incoming Undo Announce properly (#3676)Libravatar tobi2
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont6
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-11-28send out poll votes as separate create activities given that no other AP serv...Libravatar kim1
2024-11-25[bugfix] notification types missing from link header (#3571)Libravatar kim1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi1
2024-09-23[chore] local instance count query caching, improved status context endpoint ...Libravatar kim1
2024-09-20[chore] ensure consistent caller name fetching regardless of compiler inlinin...Libravatar kim2
2024-09-16[bugfix] Ensure id set on outgoing Reject + Accept (#3312)Libravatar tobi1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim3
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi4
2024-09-09[feature] Implement exclusive lists (#3280)Libravatar Vyr Cossont2
2024-08-24[chore/bugfix] Fix missing insertion of preapproved interaction requests (#3228)Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi9
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi1
2024-08-13[security] harden account update logic (#3198)Libravatar kim1
2024-08-11[bugfix] updated pinned counts on status delete (#3188)Libravatar kim3
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont2
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi5
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi6
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont7
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi2
2024-06-30[bugfix] update SignupURL routing in email template. (#3055)Libravatar CDN1
2024-06-17[feature] Implement types[] param for notifications (#3009)Libravatar Vyr Cossont1
2024-06-13[chore] Update move test (#3005)Libravatar tobi1
2024-06-12[bugfix] Ensure side effects handled for local unlocked follows (#2998)Libravatar tobi1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont3
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi4
2024-05-27[chore] Fix report email link (#2932)Libravatar tobi1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont3
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi10
2024-04-29[chore] Fix conflict in workers tests (#2880)Libravatar tobi3
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim9
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi5
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi2
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi4
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim2
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi7
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi3
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1