aboutsummaryrefslogtreecommitdiff
path: root/internal/route/user/auth.go
Commit message (Expand)AuthorAge
* refactor(db): migrate methods off `user.go` (#7230)Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` (#7228)Joe Chen2022-11-05
* refactor(db): migrate helpers off `user_cache.go` (#7214)Joe Chen2022-10-24
* refactor(db): migrate perms methods off `user.go` (#7207)Joe Chen2022-10-23
* refactor(db): migrate password methods off `user.go` (#7205)Joe Chen2022-10-23
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
* 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 login sources (#7041)Joe Chen2022-06-10
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* conf: remove legacy options (#6267)ᴜɴᴋɴᴡᴏɴ2020-08-22
* 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
* login_source: migrate to GORM and add tests (#6090)ᴜɴᴋɴᴡᴏɴ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
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
* conf: overhaul sessions settings (#5952)ᴜɴᴋɴᴡᴏɴ2020-02-29
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* conf: overhaul email settings (#5940)ᴜɴᴋɴᴡᴏɴ2020-02-25
* conf: overhaul security settingsᴜɴᴋɴᴡᴏɴ2020-02-22
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
* internal: move packages under this directory (#5836)Unknwon2019-10-24