aboutsummaryrefslogtreecommitdiff
path: root/internal/route/user/setting.go
Commit message (Expand)AuthorAge
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
* refactor(db): finish migrate methods off `user.go` (#7337)Joe Chen2023-02-07
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
* refactor(db): migrate `UpdateUser` off `user.go` (#7267)Joe Chen2022-11-27
* refactor(db): add `Users.Update` (#7263)Joe Chen2022-11-27
* refactor(db): migrate `ChangeUsername` off `user.go` (#7261)Joe Chen2022-11-25
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` (#7228)Joe Chen2022-11-05
* refactor(db): migrate perms methods off `user.go` (#7207)Joe Chen2022-10-23
* refactor(db): migrate avatar methods off `user.go` (#7206)Joe Chen2022-10-23
* refactor(db): migrate password methods off `user.go` (#7205)Joe Chen2022-10-23
* refactor: replace `ioutil.ReadAll` with `io.ReadAll` (#7200)Joe Chen2022-10-22
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* db: use `context` and go-mockgen for `TwoFactorsStore` (#7045)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* db: add tests for users (#6116)ᴜɴᴋɴᴡᴏɴ2020-04-18
* db: add tests for repos (#6112)ᴜɴᴋɴᴡᴏɴ2020-04-17
* db: add tests for two factors (#6099)ᴜɴᴋɴᴡᴏɴ2020-04-14
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* email: check the owner when set as primary (#5988)ᴜɴᴋɴᴡᴏɴ2020-03-15
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* conf: overhaul email settings (#5940)ᴜɴᴋɴᴡᴏɴ2020-02-25
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* user/setting: check for IsErrEmailAlreadyUsed when updating user (#5900)Achilleas Koutsou2020-01-23
* internal: move packages under this directory (#5836)Unknwon2019-10-24