aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor auth package (#17962)Lunny Xiao2022-01-021-2006/+0
* Reset Session ID on login (#18018)zeripath2021-12-201-5/+62
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Reset locale on login (#18023)zeripath2021-12-191-0/+33
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-1/+16
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-22/+101
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-8/+7
* Fix value of User.IsRestricted to default setting when oauth2 user auto regis...Galen Suen2021-11-281-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-62/+62
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-8/+9
* Reset locale on login (#17734)zeripath2021-11-201-0/+4
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-5/+6
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-081-10/+35
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-031-1/+1
* Don't panic if we fail to parse U2FRegistration data (#17304)David Jimenez2021-10-141-1/+1
* AutoRegistration is supposed to be working with disabled registration (#17219)Viktor Kuzmin2021-10-111-1/+1
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-20/+20
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-10/+11
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-2/+12
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-8/+12
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-13/+13
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-15/+15
* Refactor: Move login out of models (#16199)zeripath2021-07-241-11/+11
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-4/+5
* Fix activation of primary email addresses (#16385)Meano2021-07-131-3/+9
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add better errors for disabled account recovery (#15117)John Olheiser2021-06-251-0/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+1769