| Commit message (Expand) | Author | Age | Files | Lines |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 2 | -15/+15 |
* | Enhanced auth token / remember me (#27606) | KN4CK3R | 2023-10-14 | 5 | -0/+60 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -24/+25 |
* | Pre-register OAuth application for tea (#27509) | M Hickford | 2023-10-08 | 1 | -0/+5 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 3 | -64/+34 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 3 | -42/+45 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+1 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) | wxiaoguang | 2023-08-21 | 2 | -2/+23 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+91 |
* | Remove "misc" scope check from public API endpoints (#26134) | wxiaoguang | 2023-07-26 | 1 | -1/+1 |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 1 | -6/+6 |
* | 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 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 3 | -187/+276 |
* | 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 |