aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSRF token (#32216)wxiaoguang2024-10-102-5/+7
* Make oauth2 code clear. Move oauth2 provider code to their own packages/files...Lunny Xiao2024-10-023-850/+672
* Failed authentications are logged to level Warning (#32016)Daniel2024-09-111-4/+4
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+5
* Remove urls from translations (#31950)Denys Konovalov2024-09-022-3/+3
* add CfTurnstileSitekey context data to all captcha templates (#31874)Rowan Bohde2024-08-192-0/+4
* OIDC: case-insensitive comparison for auth scheme `Basic` (#31706)Shivaram Lingamneni2024-07-261-2/+2
* add `username` to OIDC introspection response (#31688)Shivaram Lingamneni2024-07-251-2/+6
* fix OIDC introspection authentication (#31632)Shivaram Lingamneni2024-07-231-18/+28
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-3/+3
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-162-38/+33
* Add Passkey login support (#31504)Anbraten2024-06-291-0/+99
* Refactor names (#31405)wxiaoguang2024-06-192-3/+3
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1
* use existing oauth grant for public client (#31015)Denys Konovalov2024-05-211-2/+17
* Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-201-0/+10
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-1/+1
* Prevent automatic OAuth grants for public clients (#30790)Archer2024-05-021-2/+3
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-254-28/+81
* Allow `preferred_username` as username source for OIDC (#30454)SimonErm2024-04-161-0/+7
* Clean up log messages (#30313)wxiaoguang2024-04-071-2/+0
* Refactor external URL detection (#29973)wxiaoguang2024-03-222-4/+3
* Refactor URL detection (#29960)wxiaoguang2024-03-213-5/+5
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-052-10/+63
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-3/+28
* Move context from modules to services (#29440)Lunny Xiao2024-02-277-7/+7
* Refactor "user/active" related logic (#29390)wxiaoguang2024-02-251-59/+66
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-245-237/+39
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-1/+1
* Support SAML authentication (#25165)techknowlogick2024-02-235-39/+237
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-3/+4
* Do not use `ctx.Doer` when reset password (#29289)Jason Song2024-02-211-1/+1
* Refactor more code in templates (#29236)wxiaoguang2024-02-181-9/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-043-113/+90
* Normalize oauth email username (#28561)Kyle D2024-01-033-6/+15
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-5/+5
* Always enable caches (#28527)Lunny Xiao2023-12-192-15/+9
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-8/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-143-11/+11
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-144-48/+44
* Don't show Link to TOTP if not set up (#27585)JakobDev2023-10-111-0/+8
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-113-6/+6
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-254-4/+4
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-10/+10
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-155-10/+10
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-145-18/+18