summaryrefslogtreecommitdiffstats
path: root/routers/user/auth.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-44/+44
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Apply LANDING_PAGE config options for logged in users (#2894)schaffman52017-11-201-1/+1
* Log failed authentication attempts with remote address for fail2ban (#2334)David Schneiderbauer2017-08-241-0/+2
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-8/+10
* Make time diff translatable (#2057)Lauris BH2017-06-281-5/+5
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-5/+5
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-2/+2
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-2/+7
* Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-201-4/+9
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-1/+9
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
* Show a link to password reset from password change and delete account (#862)Sandro Santilli2017-03-111-0/+3
* Link OAuth2 account to 2FA enabled account (fix #1050) (#1052)Willem van Dreumel2017-02-271-2/+20
* fix 500 when use a duplicat email instead of giving an error tip (#1040)Lunny Xiao2017-02-251-7/+9
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-8/+350
* Two factor authentication support (#630)Andrew2017-01-161-8/+169
* Added minimum password length to app.ini (#223)Bwko2016-12-241-3/+8
* Fix random string generator (#384)Denis Denisov2016-12-201-3/+14
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-19/+19
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-33/+47
* Normalize files with gofmtThibault Meyer2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* Support to last login featureJoubert RedRat2016-11-091-0/+7
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6