summaryrefslogtreecommitdiff
path: root/internal/gtsmodel
AgeCommit message (Expand)AuthorFiles
2025-11-17[bugfix] Add Swagger docs for blur filter action (#4551)Libravatar Vyr Cossont1
2025-10-17[chore] Rationalize HTTP return codes for fedi endpoints, other tidying up (#...Libravatar tobi1
2025-10-06[bugfix] Fix nil ptr in `DifferentFrom` func (#4477)Libravatar tobi1
2025-10-05[bugfix] Update interaction policies of freshly dereffed statuses if differen...Libravatar tobi1
2025-10-03[chore] Use bulk updates + fewer loops in status rethreading migration (#4459)Libravatar tobi1
2025-09-15[bugfix] API status edit history returned in inverse order (#4432)Libravatar kim1
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi2
2025-08-13[feature] support blur filter action (#4371)Libravatar nicole mikołajczyk1
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk1
2025-07-09[feature] Use `hidesToPublicFromUnauthedWeb` and `hidesCcPublicFromUnauthedWe...Libravatar tobi2
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim2
2025-06-15[feature] Handle retractions of domain permission subscription entries (#4261)Libravatar tobi2
2025-06-10[chore] Update interactionPolicy sub-policy parsing in line with documented d...Libravatar tobi1
2025-06-06[chore] updates code.superseriousbusiness.org/oauth2/v4 to ssb-v4.5.3-1 (#4245)Libravatar kim1
2025-05-26[chore] migration to update `statuses.thread_id` to be notnull (#4160)Libravatar kim2
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi1
2025-05-11[feature] Notify accounts when a status they've interacted with has been edit...Libravatar tobi4
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi2
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney5
2025-04-14don't panic on non-fully populated status edits, it may not always be possibl...Libravatar kim1
2025-04-11[bugfix] Fix setting bot on/off (#3986)Libravatar tobi1
2025-04-07[feature] add TOTP two-factor authentication (2FA) (#3960)Libravatar tobi1
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi1
2025-04-04[feature] Allow editing domain blocks/allows, fix comment import (#3967)Libravatar tobi2
2025-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi1
2025-03-17[feature] Application creation + management via API + settings panel (#3906)Libravatar tobi1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi1
2025-03-06[bugfix] Store and expose status content type (#3870)Libravatar ewwwin2
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi3
2025-02-20[bugfix] update fedi api to support multiple separate votes in same multiple ...Libravatar kim1
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont1
2025-02-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont1
2025-01-30[bugfix] Missing emoji urls (#3707)Libravatar kim2
2025-01-27[chore] some tidy ups (#3677)Libravatar kim1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont3
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi1
2025-01-18[bugfix] Fix existing perm adoption (#3651)Libravatar tobi5
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi1
2024-12-31[bugfix] more little edit fixes (#3633)Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim4
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte1
2024-11-28[chore] rename New___(string) int signature functions to Parse___(string) int...Libravatar kim3
2024-11-27[bugfix] Log + ignore unknown notification types (#3577)Libravatar tobi1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim5
2024-11-21[feature] Add domain permission drafts and excludes (#3547)Libravatar tobi5
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-10-19[bugfix] Fix filter title unique constraint (#3458)Libravatar tobi1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1