summaryrefslogtreecommitdiff
path: root/internal/api/client/statuses
AgeCommit message (Expand)AuthorFiles
2025-11-17[chore] Apply schema for OpenAPI errors (#4511)Libravatar Vyr Cossont19
2025-09-15[bugfix] Parse `scheduled_at` as ISO8601 with offset if RFC3339 parse fails (...Libravatar tobi2
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi2
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk2
2025-07-04[bugfix] set correct scope for StatusFavePOSTHandler (#4310)Libravatar nicole mikołajczyk1
2025-06-09[bugfix] return 422 for invalid status visibility (#4252)Libravatar nicole mikołajczyk1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney4
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi4
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney35
2025-04-26[feature] Update attachment format, receive + send `focalPoint` prop + use it...Libravatar tobi1
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2025-04-19[chore] Little settings panel report view tweak (#4025)v0.19.0-rc2Libravatar tobi1
2025-03-30[docs] Fix Swagger URL for the "edit status" operation (#3932)Libravatar Leonid Shevtsov1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi5
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-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi19
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont2
2025-02-08[bug] Add missing `group` property to the Account model (#3746)Libravatar pnwmatt2
2025-02-01[bugfix] Swagger: fix media_ids[] param for creating statuses (#3722)Libravatar Vyr Cossont1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
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 kim5
2024-11-05[bugfix] Fix setting immediate `expires_at` value on filter endpoints (#3513)v0.17.2Libravatar tobi1
2024-10-21[feature] Add image descriptions for default avatar + header; don't allow edi...v0.17.1Libravatar tobi2
2024-10-12[bugfix] Account.last_status_at is a date, not datetime (#3419)Libravatar Markus Unterwaditzer2
2024-10-05[bugfix] Return 501 (not implemented) if user tries to schedule post (#3395)Libravatar tobi2
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim2
2024-09-23[feature] Show info for pending replies, allow implicit accept of pending rep...Libravatar tobi4
2024-09-18[feature] Allow users to submit `interaction_policy` on new statuses (#3314)Libravatar tobi2
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi1
2024-07-31[feature] Implement Mastodon-compatible roles (#3136)Libravatar Vyr Cossont2
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi3
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim2
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi2
2024-07-12[feature/frontend] Better visual separation between "main" thread and "replie...Libravatar tobi1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi5
2024-07-08[feature/frontend] Allow setting alt-text for avatar + header (#3086)Libravatar tobi2
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim2
2024-04-18[bugfix] Fix incorrect field name for status source, add helpful message (#2854)Libravatar tobi1
2024-04-17[feature] Status source endpoint (#2848)Libravatar tobi3
2024-04-17[feature] Stub status history endpoint (#2847)Libravatar tobi3
2024-04-17[bugfix] Fix minor API issue w/ boosted statuses (#2846)Libravatar tobi1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi1
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 tobi6