summaryrefslogtreecommitdiffstats
path: root/routers/user/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-1769/+0
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-6/+6
* Fix goth user infer bug (#15821)Lunny Xiao2021-05-101-5/+10
* Allow only internal registration (#15795)65432021-05-091-2/+3
* Fixed several activation bugs (#15473)KN4CK3R2021-04-301-5/+36
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-141-84/+178
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-10/+10
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-34/+34
* [refactor] mailer service (#15072)65432021-04-021-1/+1
* Validate email in oauth registration form (#15014)Kyle D2021-03-171-0/+5
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-18/+19
* Set HCaptchaSiteKey on Link Account pages (#14834)zeripath2021-02-281-0/+3
* Allow blocking some email domains from registering an account (#14667)Damien Goutte-Gattat2021-02-151-1/+1
* Fix captcha (#14488)Lunny Xiao2021-01-271-0/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-18/+26
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-4/+2
* Fix creating OAuth2 auth source from CLI (#14116)Daniil Pankratov2020-12-241-2/+11
* Manually approve new registration (#13083)Jiri Vlasak2020-12-191-2/+2
* Whenever the password is updated ensure that the hash algorithm is too (#13966)zeripath2020-12-121-2/+2
* log error when login failed (#13903)Lunny Xiao2020-12-081-4/+4
* Verify password for local-account activation (#13631)65432020-11-281-27/+45
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+6
* hCaptcha Support (#12594)John Olheiser2020-10-021-2/+17
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-1/+21
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+3
* When must change password only show Signout (#11600)zeripath2020-05-261-0/+1
* Whenever the ctx.Session is updated, release it to save it before sending the...zeripath2020-05-171-48/+65
* Forcibly clean and destroy the session on logout (#11447)zeripath2020-05-171-5/+2
* ui: Replenish the missing ‘PageIsSignUp’ in sign up view (#11390)赵智超2020-05-121-0/+2
* Add EventSource support (#11235)zeripath2020-05-071-2/+10
* Don't allow registration via the web form, when AllowOnlyExternalRegistratio...n0emis2020-04-291-2/+3
* On logout redirect to start page and clear redirect cookie (#11202)colorfulberry2020-04-251-0/+1
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-231-0/+4
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-0/+10
* Fix 404 after activating secondary email (#10547)Andreas Shimokawa2020-02-291-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+4
* Ensure that 2fa is checked on reset-password (#9857)zeripath2020-01-191-8/+75
* update #9066 Always show Password field on link account sign in page (#9147)Benno2019-11-241-0/+1
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+2
* Add password requirement info on error (#9074)guillep2k2019-11-191-2/+2
* Fix require external registration password (#8885)guillep2k2019-11-091-3/+3
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-0/+5
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-5/+6
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-37/+51
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-4/+8
* Allow registration when button is hidden (#8237)guillep2k2019-09-191-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-5/+6
* Support setting cookie domain (#6288)Tamal Saha2019-07-121-12/+12
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-26/+48