summaryrefslogtreecommitdiffstats
path: root/routers/user/auth.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* routers/user: ensure that decryption of cookie actually suceeds (#7363)leonklingele2019-07-061-2/+2
* Add golangci (#6418)kolaente2019-06-121-30/+83
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-021-2/+5
* UX + Security current user password reset (#5042)AJ ONeal2019-04-181-43/+68
* Better logging (#6038) (#6095)zeripath2019-04-021-6/+6
* Don't Unescape redirect_to cookie value (#6399)mrsdizzie2019-03-201-5/+4
* Minor UI tweaks (#5980)John Olheiser2019-02-191-1/+5
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-0/+13
* Block registration based on email domain (#5157)Lanre Adelowo2018-11-141-0/+5