aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api/v1/user
Commit message (Expand)AuthorAge
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
* refactor(db): merge relation stores into entity stores (#7341)Joe Chen2023-02-08
* refactor(db): migrate methods off `user.go` (#7331)Joe Chen2023-02-04
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* refactor(db): migrate `Follow` off `user.go` (#7203)Joe Chen2022-10-23
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
* refactor(db): move some methods from `user.go` to `users.go` (#7195)Joe Chen2022-10-22
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* chore: fix typos in code comments (#6556)Atin2021-05-19
* db: add tests for users (#6116)ᴜɴᴋɴᴡᴏɴ2020-04-18
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* internal: move packages under this directory (#5836)Unknwon2019-10-24