summaryrefslogtreecommitdiff
path: root/internal/api/client/auth
AgeCommit message (Expand)AuthorFiles
2022-10-08[feature] `oob` oauth token support (#889)Libravatar tobi5
2022-10-03[performance] add user cache and database (#879)Libravatar tobi4
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi2
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi2
2022-07-28[feature] add 'state' oauth2 param to /oauth/authorize (#730)Libravatar tobi4
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-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi6
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi6
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-08[bugfix] Fix remote media pruning failing if media already gone (#548)Libravatar tobi1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson4
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi7
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi3
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi3
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi2
2021-11-24Fix broken defaults and broken flags (#314)v0.1.1Libravatar Forest Johnson1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi2
2021-11-13First db migration (#297)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell6
2021-10-04Refactor/tidy (#261)Libravatar tobi4
2021-09-08handle oauth token scope, fix user.SigninCount + token.UserIDLibravatar kim (grufwub)1
2021-09-01moving stuff aroundLibravatar tsmethurst2
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst1
2021-08-26fix broken db queries in auth (#160)Libravatar tobi2
2021-08-25Pg to bun (#148)Libravatar tobi5
2021-08-20Database updates (#144)Libravatar tobi1
2021-07-23Oidc (#109)Libravatar Tobi Smethurst5
2021-07-08Auth flow fixes (#82)Libravatar Tobi Smethurst3
2021-07-07clean up some weirdness in the router (#80)Libravatar Tobi Smethurst1
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst1
2021-05-21Home timeline (#28)Libravatar Tobi Smethurst1
2021-05-21Follows and relationships (#27)Libravatar Tobi Smethurst3
2021-05-15Inbox post (#22)Libravatar Tobi Smethurst3
2021-05-10Mediahandler (#21)Libravatar Tobi Smethurst1
2021-05-08Ap (#14)Libravatar Tobi Smethurst6