| Commit message (Expand) | Author | Age | Files | Lines |
* | add skip secondary authorization option for public oauth2 clients (#31454) | Denys Konovalov | 2024-07-19 | 1 | -19/+24 |
* | chore: use errors.New to replace fmt.Errorf with no parameters will much bett... | Cheng | 2024-04-21 | 1 | -1/+2 |
* | Add comment for ContainsRedirectURI about the exact match (#30457) | wxiaoguang | 2024-04-13 | 1 | -0/+5 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 1 | -5/+15 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 1 | -15/+5 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -27/+1 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 1 | -9/+0 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -12/+12 |
* | Pre-register OAuth application for tea (#27509) | M Hickford | 2023-10-08 | 1 | -0/+5 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) | wxiaoguang | 2023-08-21 | 1 | -2/+11 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+91 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -3/+4 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -8/+0 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -2/+2 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 1 | -24/+35 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -1/+11 |
* | Allow creation of OAuth2 applications for orgs (#18084) | qwerty287 | 2022-10-09 | 1 | -2/+3 |
* | Ignore port for loopback redirect URIs (#21293) | M Hickford | 2022-09-29 | 1 | -0/+13 |
* | Fix panic when an invalid oauth2 name is passed (#20820) | Balki | 2022-08-17 | 1 | -1/+5 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -4/+4 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -97/+37 |
* | Delete user related oauth stuff on user deletion too (#19677) | 6543 | 2022-05-11 | 1 | -0/+20 |
* | Fix some slice problems (incorrect slice length) (#19592) | Lunny Xiao | 2022-05-03 | 1 | -1/+1 |
* | Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439) | Gusted | 2022-02-04 | 1 | -4/+18 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -0/+564 |