aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/auth.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-281-2/+24
* Force user to change password (#4489)Lanre Adelowo2018-09-131-1/+72
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-141-16/+16
* log user in after a successful sign up (#4615)Lanre Adelowo2018-08-111-1/+2
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-271-1/+5
* Add flash message after an account has been successfully activated (#4510)Lanre Adelowo2018-07-251-0/+1
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-051-2/+33
* Fix open redirect vulnerability on login screen (#4312)Jonas Franz2018-06-261-1/+2
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-191-5/+134
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-131-1/+2
* Added user language setting (#3875)kolaente2018-05-051-0/+13
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-021-1/+7
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-8/+4
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1