summaryrefslogtreecommitdiff
path: root/internal/api/client/user
AgeCommit message (Expand)AuthorFiles
2025-11-17[chore] Apply schema for OpenAPI errors (#4511)Libravatar Vyr Cossont4
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney8
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 tobi3
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-02-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi3
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont2
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-06-07[chore] Warn about email/password change when using OIDC (#2975)Libravatar tobi1
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi6
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney4
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi3
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi4
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi3
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim2
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi2
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi3
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-05-09[feature] Include password strength in error message when password strength i...Libravatar Eamonn O'Brien-Strain1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi4
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi2
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi2
2021-11-13update dependencies (#296)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-14User password change (#280)Libravatar tobi4