| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump github.com/golang-jwt/jwt to v5 (#25975) | harryzcy | 2023-07-19 | 2 | -13/+11 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -8/+8 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 5 | -15/+15 |
* | Log the real reason when authentication fails (but don't show the user) (#25414) | Lunny Xiao | 2023-07-03 | 3 | -12/+31 |
* | Use JSON response for "user/logout" (#25522) | wxiaoguang | 2023-06-26 | 1 | -1/+1 |
* | Show OAuth2 errors to end users (#25261) | wxiaoguang | 2023-06-15 | 1 | -3/+19 |
* | Allow for PKCE flow without client secret + add docs (#25033) | Denys Konovalov | 2023-06-03 | 1 | -2/+2 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 2 | -3/+3 |
* | Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035) | Gary Moon | 2023-04-25 | 1 | -1/+1 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 4 | -16/+15 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 1 | -4/+7 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 2 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 5 | -7/+7 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 2 | -30/+72 |
* | Fix error on account activation with wrong passwd (#22609) | Otto Richter (fnetX) | 2023-01-28 | 1 | -3/+3 |
* | Allow setting `redirect_to` cookie on OAuth login (#22594) | Sybren | 2023-01-24 | 1 | -0/+5 |
* | Replace deprecated Webauthn library (#22400) | techknowlogick | 2023-01-11 | 1 | -2/+2 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 4 | -8/+8 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 9 | -18/+9 |
* | Add option to enable CAPTCHA validation for login (#21638) | Xinyu Zhou | 2022-11-22 | 3 | -115/+25 |
* | Extract updateSession function to reduce repetition (#21735) | Jason Song | 2022-11-10 | 4 | -135/+80 |
* | Set last login when activating account (#21731) | Jason Song | 2022-11-09 | 1 | -0/+7 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -3/+3 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 1 | -1/+14 |
* | Require authentication for OAuth token refresh (#21421) | M Hickford | 2022-10-23 | 1 | -0/+29 |
* | Suppress `ExternalLoginUserNotExist` error (#21504) | KN4CK3R | 2022-10-19 | 2 | -2/+8 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 1 | -5/+12 |
* | Parse OAuth Authorization header when request omits client secret (#21351) | M Hickford | 2022-10-07 | 1 | -2/+21 |
* | Improve error descriptions for unauthorized_client (#21292) | M Hickford | 2022-09-28 | 1 | -4/+4 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+2 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -1/+1 |
* | Add support mCaptcha as captcha provider (#20458) | Gusted | 2022-08-10 | 3 | -0/+27 |
* | WebAuthn CredentialID field needs to be increased in size (#20530) | zeripath | 2022-07-30 | 1 | -2/+1 |
* | Remove U2F support (#20141) | Gusted | 2022-06-26 | 2 | -14/+3 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 2 | -4/+4 |
* | Use neutral language in comments and docs (#20135) | Gusted | 2022-06-25 | 1 | -1/+1 |
* | Catch the error before the response is processed by goth. (#20000) | SteveTheEngineer | 2022-06-20 | 1 | -12/+20 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Use DisplayName() instead of FullName in Oauth provider (#19991) | oGi4i | 2022-06-16 | 2 | -1/+20 |
* | Adding button to link accounts from user settings (#19792) | Mai-Lapyst | 2022-05-29 | 1 | -1/+11 |
* | Prevent NPE when cache service is disabled (#19703) | zeripath | 2022-05-21 | 2 | -9/+15 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -27/+29 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -1/+1 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 4 | -26/+25 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#... | wxiaoguang | 2022-04-08 | 2 | -2/+2 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 2 | -6/+6 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 3 | -11/+9 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 3 | -20/+20 |
* | Do not send activation email if manual confirm is set (#19119) | zeripath | 2022-03-18 | 1 | -0/+6 |