summaryrefslogtreecommitdiff
path: root/internal/processing/workers
AgeCommit message (Expand)AuthorFiles
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
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi3
2024-02-20[bugfix] fix possible mutex lockup during streaming code (#2633)Libravatar kim4
2024-02-09use pointer for freshness window (#2614)Libravatar tobi1
2023-12-16[feature] Push status edit messages into open streams (#2418)Libravatar Sam Lade3
2023-12-08[bugfix] Fix wrong notification type sent for poll end (#2429)Libravatar tobi1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi2
2023-12-01[bugfix] in fedi API CreateStatus(), handle case of data-race and return earl...Libravatar kim1
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-08[bugfix] fix poll vote count responses on client and fedi API vote creation (...Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim7
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim2