summaryrefslogtreecommitdiff
path: root/internal/processing/workers/surfacetimeline.go
AgeCommit message (Expand)AuthorFiles
2025-07-30[feature] add streaming of statuses and status updates to LOCAL / PUBLIC time...Libravatar kim1
2025-07-04[chore] move status filtering from type converter (#4306)Libravatar kim1
2025-07-01[performance] add statusfilter cache to cache calculated status filtering res...Libravatar kim1
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim1
2025-05-31[performance] cache mute check results (#4202)Libravatar kim1
2025-05-06[bugfix] fix statuses not being notified (#4143)Libravatar tobi1
2025-05-02[bugfix/chore] Invalidate prepared statuses when account representation chang...Libravatar tobi1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney1
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2024-09-23[chore] local instance count query caching, improved status context endpoint ...Libravatar kim1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-09[feature] Implement exclusive lists (#3280)Libravatar Vyr Cossont1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont1
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-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont1
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi1
2024-02-20[bugfix] fix possible mutex lockup during streaming code (#2633)Libravatar kim1
2023-12-16[feature] Push status edit messages into open streams (#2418)Libravatar Sam Lade1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-09-29[bugfix] Move follow.show_reblogs check further up to avoid showing unwanted ...Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1