summaryrefslogtreecommitdiffstats
path: root/routers/web/auth/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* Catch the error before the response is processed by goth. (#20000) (#20102)SteveTheEngineer2022-06-241-12/+20
* 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