aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth/linkaccount.go
Commit message (Expand)AuthorAgeFilesLines
* Normalize oauth email username (#28561)Kyle D2024-01-031-1/+5
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-031-6/+29
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+7
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-26/+2
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-101-16/+6
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-101-0/+9
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+1
* format with gofumpt (#18184)65432022-01-201-3/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-3/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+300