aboutsummaryrefslogtreecommitdiffstats
path: root/models/auth/oauth2.go
Commit message (Expand)AuthorAgeFilesLines
* Improve utils of slices (#22379)Jason Song2023-01-111-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-24/+35
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-1/+11
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-091-2/+3
* Ignore port for loopback redirect URIs (#21293)M Hickford2022-09-291-0/+13
* Fix panic when an invalid oauth2 name is passed (#20820)Balki2022-08-171-1/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-97/+37
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+20
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-031-1/+1
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-041-4/+18
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+564