| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 6 | -13/+13 |
* | Support disable passkey auth (#33348) | yp05327 | 2025-01-22 | 3 | -0/+14 |
* | Fix Account linking page (#33325) | CrimsonEdgeHope | 2025-01-19 | 1 | -0/+11 |
* | Support for email addresses containing uppercase characters when activating u... | Zettat123 | 2024-12-27 | 2 | -3/+3 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 1 | -2/+2 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 8 | -27/+28 |
* | Allow to disable the password-based login (sign-in) form (#32687) | wxiaoguang | 2024-12-02 | 1 | -31/+17 |
* | Fix: passkey login not working anymore (#32623) | hiifong | 2024-11-26 | 1 | -5/+16 |
* | Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32... | Marcell Mars | 2024-11-22 | 1 | -1/+15 |
* | Use user.FullName in Oauth2 id_token response (#32542) | Baltazár Radics | 2024-11-18 | 2 | -21/+2 |
* | Use better name for userinfo structure (#32544) | Lunny Xiao | 2024-11-18 | 1 | -11/+11 |
* | Fix oauth2 error handle not return immediately (#32514) | Lunny Xiao | 2024-11-15 | 1 | -0/+2 |
* | Fix LFS route mock, realm, middleware names (#32488) | wxiaoguang | 2024-11-13 | 1 | -2/+2 |
* | Refactor CSRF token (#32216) | wxiaoguang | 2024-10-10 | 2 | -5/+7 |
* | Make oauth2 code clear. Move oauth2 provider code to their own packages/files... | Lunny Xiao | 2024-10-02 | 3 | -850/+672 |
* | Failed authentications are logged to level Warning (#32016) | Daniel | 2024-09-11 | 1 | -4/+4 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 1 | -1/+5 |
* | Remove urls from translations (#31950) | Denys Konovalov | 2024-09-02 | 2 | -3/+3 |
* | add CfTurnstileSitekey context data to all captcha templates (#31874) | Rowan Bohde | 2024-08-19 | 2 | -0/+4 |
* | OIDC: case-insensitive comparison for auth scheme `Basic` (#31706) | Shivaram Lingamneni | 2024-07-26 | 1 | -2/+2 |
* | add `username` to OIDC introspection response (#31688) | Shivaram Lingamneni | 2024-07-25 | 1 | -2/+6 |
* | fix OIDC introspection authentication (#31632) | Shivaram Lingamneni | 2024-07-23 | 1 | -18/+28 |
* | add skip secondary authorization option for public oauth2 clients (#31454) | Denys Konovalov | 2024-07-19 | 1 | -3/+3 |
* | allow synchronizing user status from OAuth2 login providers (#31572) | Rowan Bohde | 2024-07-16 | 2 | -38/+33 |
* | Add Passkey login support (#31504) | Anbraten | 2024-06-29 | 1 | -0/+99 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 2 | -3/+3 |
* | Add missed return after `ctx.ServerError` (#31130) | Lunny Xiao | 2024-05-28 | 1 | -0/+1 |
* | use existing oauth grant for public client (#31015) | Denys Konovalov | 2024-05-21 | 1 | -2/+17 |
* | Return `access_denied` error when an OAuth2 request is denied (#30974) | Zettat123 | 2024-05-20 | 1 | -0/+10 |
* | Refactor AppURL usage (#30885) | wxiaoguang | 2024-05-07 | 1 | -1/+1 |
* | Prevent automatic OAuth grants for public clients (#30790) | Archer | 2024-05-02 | 1 | -2/+3 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 4 | -28/+81 |
* | Allow `preferred_username` as username source for OIDC (#30454) | SimonErm | 2024-04-16 | 1 | -0/+7 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -2/+0 |
* | Refactor external URL detection (#29973) | wxiaoguang | 2024-03-22 | 2 | -4/+3 |
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 3 | -5/+5 |
* | Make "/user/login" page redirect if the current user has signed in (#29583) | wxiaoguang | 2024-03-05 | 2 | -10/+63 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -4/+4 |
* | Allow to change primary email before account activation (#29412) | wxiaoguang | 2024-02-27 | 1 | -3/+28 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 7 | -7/+7 |
* | Refactor "user/active" related logic (#29390) | wxiaoguang | 2024-02-25 | 1 | -59/+66 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 5 | -237/+39 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -1/+1 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 5 | -39/+237 |
* | Remove unnecessary "Str2html" modifier from templates (#29319) | wxiaoguang | 2024-02-22 | 1 | -3/+4 |
* | Do not use `ctx.Doer` when reset password (#29289) | Jason Song | 2024-02-21 | 1 | -1/+1 |
* | Refactor more code in templates (#29236) | wxiaoguang | 2024-02-18 | 1 | -9/+1 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -1/+1 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 3 | -113/+90 |
* | Normalize oauth email username (#28561) | Kyle D | 2024-01-03 | 3 | -6/+15 |