summaryrefslogtreecommitdiff
path: root/internal/processing/workers
AgeCommit message (Expand)AuthorFiles
2025-11-17[performance] reduce account stats database calls (#4496)Libravatar kim3
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi5
2025-07-30[feature] add streaming of statuses and status updates to LOCAL / PUBLIC time...Libravatar kim2
2025-07-29[performance] bump codeberg.org/gruf/go-kv to v2 (#4341)Libravatar kim2
2025-07-14[bugfix] use correct interaction type for pre-accepted interaction requests (...Libravatar nicole mikołajczyk3
2025-07-04[chore] move status filtering from type converter (#4306)Libravatar kim5
2025-07-01[performance] add statusfilter cache to cache calculated status filtering res...Libravatar kim3
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim3
2025-06-11[bugfix] process account delete synchronously to prevent OOM (#4260)Libravatar kim2
2025-05-31[performance] cache mute check results (#4202)Libravatar kim8
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney3
2025-05-15[chore] various federatingdb tweaks (#4178)Libravatar kim1
2025-05-11[feature] Notify accounts when a status they've interacted with has been edit...Libravatar tobi5
2025-05-06[bugfix] fix statuses not being notified (#4143)Libravatar tobi1
2025-05-05[bugfix] Prevent multiple mentions being created for one mention (#4127)Libravatar tobi2
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi4
2025-05-02[bugfix/chore] Invalidate prepared statuses when account representation chang...Libravatar tobi3
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney14
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim4
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi1
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-03-02[chore] github.com/superseriousbusiness/activity -> codeberg.org/superserious...Libravatar tobi1
2025-02-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi1
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