aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show OpenID Connect and OAuth on signup page (#20242)Dmitry Sharshakov2023-09-131-0/+18
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-3/+4
* Update team invitation email link (#26550)Jack Hay2023-08-311-0/+11
* Start using template context function (#26254)wxiaoguang2023-08-081-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-1/+1
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-192-13/+11
* Less naked returns (#25713)65432023-07-071-8/+8
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-15/+15
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-033-12/+31
* Use JSON response for "user/logout" (#25522)wxiaoguang2023-06-261-1/+1
* Show OAuth2 errors to end users (#25261)wxiaoguang2023-06-151-3/+19
* Allow for PKCE flow without client secret + add docs (#25033)Denys Konovalov2023-06-031-2/+2
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-082-3/+3
* Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035)Gary Moon2023-04-251-1/+1
* Refactor cookie (#24107)wxiaoguang2023-04-134-16/+15
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-4/+7
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-192-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-155-7/+7
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-30/+72
* Fix error on account activation with wrong passwd (#22609)Otto Richter (fnetX)2023-01-281-3/+3
* Allow setting `redirect_to` cookie on OAuth login (#22594)Sybren2023-01-241-0/+5
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-8/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-279-18/+9
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-223-115/+25
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-104-135/+80
* Set last login when activating account (#21731)Jason Song2022-11-091-0/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-3/+3
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-1/+14
* Require authentication for OAuth token refresh (#21421)M Hickford2022-10-231-0/+29
* Suppress `ExternalLoginUserNotExist` error (#21504)KN4CK3R2022-10-192-2/+8
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-121-5/+12
* Parse OAuth Authorization header when request omits client secret (#21351)M Hickford2022-10-071-2/+21
* Improve error descriptions for unauthorized_client (#21292)M Hickford2022-09-281-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-103-0/+27
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-301-2/+1
* Remove U2F support (#20141)Gusted2022-06-262-14/+3
* Make better use of i18n (#20096)Gusted2022-06-262-4/+4
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
* Catch the error before the response is processed by goth. (#20000)SteveTheEngineer2022-06-201-12/+20
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Use DisplayName() instead of FullName in Oauth provider (#19991)oGi4i2022-06-162-1/+20