summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts
AgeCommit message (Expand)AuthorFiles
2025-11-17[chore] Apply schema for OpenAPI errors (#4511)Libravatar Vyr Cossont24
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney2
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney38
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
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-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi2
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-02-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi24
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-08[chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598)Libravatar Patrycja2
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim1
2024-11-05[bugfix] Fix setting immediate `expires_at` value on filter endpoints (#3513)v0.17.2Libravatar tobi1
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim1
2024-09-09[feature] Implement exclusive lists (#3280)Libravatar Vyr Cossont1
2024-09-09[feature/frontend] Add options to include Unlisted posts or hide all posts (#...Libravatar tobi1
2024-08-02[feature] Allow import of following and blocks via CSV (#3150)Libravatar tobi2
2024-07-31[feature] Implement Mastodon-compatible roles (#3136)Libravatar Vyr Cossont2
2024-07-20[chore/frontend] Use smaller webp images for logo and default avatars (#3119)Libravatar tobi1
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim2
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-07-08[feature/frontend] Allow setting alt-text for avatar + header (#3086)Libravatar tobi1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont5
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi2
2024-05-29[feature] Implement profile API (#2926)Libravatar Vyr Cossont3
2024-04-30[bugfix] further paging mishaps (#2884)Libravatar kim1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi1
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi3
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi5
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi2
2024-03-15[chore] Swagger: correct names and formats for several array params (#2758)Libravatar Vyr Cossont1
2024-03-13[chore] Expose move endpoint again, small settings panel fixes (#2752)Libravatar tobi2
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi5
2024-03-13[bugfix]: Add missing Link headers in Swagger spec (#2751)Libravatar Vyr Cossont3
2024-03-06[bugfix] Fix Swagger spec and add test script (#2698)Libravatar Vyr Cossont1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-17[chore] Disable Move API endpoints for now until Move is fully implemented in...Libravatar tobi2
2024-01-17[chore] update viper version (#2539)Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi3
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim17
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-10[chore/bugfix/horror] Allow `expires_in` and poll choices to be parsed from s...Libravatar tobi2
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-10-04[docs] statuses-query-pinned #2250 (#2251)Libravatar 恐咖兵糖1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1