aboutsummaryrefslogtreecommitdiff
path: root/internal/route/lfs/route_test.go
Commit message (Expand)AuthorAge
* refactor(db): migrate perms methods off `user.go` (#7207)Joe Chen2022-10-23
* refactor: replace `ioutil.ReadAll` with `io.ReadAll` (#7200)Joe Chen2022-10-22
* auth: enable authentication by token from password (#7198)Yang Liu2022-10-22
* db: add tests for authentication through login sources (#7049)Joe Chen2022-06-12
* db: use `context` and go-mockgen for `ReposStore` (#7046)Joe Chen2022-06-11
* 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 `PermsStore` (#7033)Joe Chen2022-06-08
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* lfs: add unit test for middleware (#6070)ᴜɴᴋɴᴡᴏɴ2020-04-06