summaryrefslogtreecommitdiff
path: root/internal/processing/status
AgeCommit message (Expand)AuthorFiles
2025-09-15[bugfix] API status edit history returned in inverse order (#4432)Libravatar kim1
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk7
2025-07-06[chore] update error message (#4311)Libravatar nicole mikołajczyk1
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-06-20[bugfix] Queue implicit accepts *before* other side effects (#4282)Libravatar tobi3
2025-06-09[bugfix] return 422 for invalid status visibility (#4252)Libravatar nicole mikołajczyk2
2025-05-31[performance] cache mute check results (#4202)Libravatar kim2
2025-05-26[chore] migration to update `statuses.thread_id` to be notnull (#4160)Libravatar kim1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney4
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi3
2025-05-06[feature] support nested configuration files, and setting ALL configuration v...Libravatar kim1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney17
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2025-04-14ensure 'none' gets included in serializable visibilities (#4007)Libravatar kim1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi6
2025-03-06[bugfix] Store and expose status content type (#3870)Libravatar ewwwin6
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-02-17adds more code comments and some small code formatting tweaks (#3799)Libravatar kim1
2025-02-13[bugfix] Return 404 when web context target status hidden (#3792)Libravatar tobi1
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont2
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim3
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim6
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-12-04[feature] unending polls (#3592)Libravatar kim1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim1
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-10-11[bugfix] Ensure `pending_approval` set on statuses + status faves (#3415)Libravatar tobi1
2024-10-09[bugfix/frontend] Don't show replies to hidden parents; return 404 if no "mai...v0.17.0-rc3Libravatar tobi1
2024-09-23[feature] Show info for pending replies, allow implicit accept of pending rep...Libravatar tobi6
2024-09-23[chore] local instance count query caching, improved status context endpoint ...Libravatar kim1
2024-09-18[feature] Allow users to submit `interaction_policy` on new statuses (#3314)Libravatar tobi1
2024-09-16[bugfix/chore] Always set the status sensitive if media + content-warning pre...Libravatar kim1
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi2
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi3
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi6
2024-07-17[chore] Fix typo (#3113)Libravatar tobi1
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi1
2024-07-13[chore/frontend] Tweak threading a bit, inform about hidden replies (#3097)Libravatar tobi1
2024-07-12[feature/frontend] Better visual separation between "main" thread and "replie...Libravatar tobi3
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi3
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-10[bugfix] boost and account recursion (#2982)Libravatar kim1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-06-06[feature] do not uncache status / emoji media if attached status is bookmarke...Libravatar kim1
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