aboutsummaryrefslogtreecommitdiffstats
path: root/models/auth/oauth2.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-27/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-9/+0
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-12/+12
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-0/+5
* Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597)wxiaoguang2023-08-211-2/+11
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+91
* Less naked returns (#25713)65432023-07-071-3/+4
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-8/+0
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* 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