| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 500 error if there is a name conflict when edit authentication source (#2... | yp05327 | 2023-03-31 | 1 | -1/+8 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 2 | -4/+10 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 2 | -2/+2 |
* | Add scopes to API to create token and display them (#22989) | zeripath | 2023-02-20 | 1 | -3/+22 |
* | Support scoped access tokens (#20908) | Chongyi Zheng | 2023-01-17 | 3 | -0/+336 |
* | Replace deprecated Webauthn library (#22400) | techknowlogick | 2023-01-11 | 2 | -2/+2 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -2/+2 |
* | Use random bytes to generate access token (#21959) | Jason Song | 2022-11-28 | 1 | -3/+6 |
* | Replace fmt.Sprintf with hex.EncodeToString (#21960) | Jason Song | 2022-11-28 | 1 | -1/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 11 | -22/+11 |
* | Add index for access_token (#21908) | Jason Song | 2022-11-23 | 1 | -1/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 2 | -4/+4 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -2/+2 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 2 | -25/+37 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 5 | -1/+41 |
* | 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 | 2 | -0/+33 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 6 | -59/+422 |
* | Fix panic when an invalid oauth2 name is passed (#20820) | Balki | 2022-08-17 | 1 | -1/+5 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 2 | -11/+11 |
* | WebAuthn CredentialID field needs to be increased in size (#20530) | zeripath | 2022-07-30 | 2 | -14/+9 |
* | 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 | 2 | -113/+54 |
* | 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 a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -7/+10 |
* | Attempt to fix the webauthn migration again - part 3 (#18770) | zeripath | 2022-02-16 | 1 | -1/+1 |
* | Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439) | Gusted | 2022-02-04 | 1 | -4/+18 |
* | Use base32 for 2FA scratch token (#18384) | wxiaoguang | 2022-01-26 | 1 | -2/+6 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -7/+7 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 2 | -9/+9 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 5 | -255/+292 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 9 | -0/+1812 |