aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* Allow for PKCE flow without client secret + add docs (#25033)Denys Konovalov2023-06-031-2/+2
* Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035)Gary Moon2023-04-251-1/+1
* Refactor cookie (#24107)wxiaoguang2023-04-131-2/+2
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-4/+7
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-30/+65
* Allow setting `redirect_to` cookie on OAuth login (#22594)Sybren2023-01-241-0/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-101-35/+15
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* 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-191-1/+3
* 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
* 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-161-1/+1
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-291-1/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-19/+20
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-9/+12
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-4/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-3/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* Prevent panic on prohibited user login with oauth2 (#18562)zeripath2022-02-031-1/+1
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-311-0/+4
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-14/+10
* format with gofumpt (#18184)65432022-01-201-1/+0
* Fix incorrect OAuth message (#18332)wxiaoguang2022-01-191-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-8/+12
* Show OAuth callback error message (#18185)KN4CK3R2022-01-071-1/+35
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+1124