| Commit message (Expand) | Author | Age | Files | Lines |
* | update #9066 Always show Password field on link account sign in page (#9147) | Benno | 2019-11-24 | 1 | -0/+1 |
* | Add single sign-on support via SSPI on Windows (#8463) | QuaSoft | 2019-11-23 | 1 | -0/+2 |
* | Add password requirement info on error (#9074) | guillep2k | 2019-11-19 | 1 | -2/+2 |
* | Fix require external registration password (#8885) | guillep2k | 2019-11-09 | 1 | -3/+3 |
* | Fix password complexity check on registration (#8887) | guillep2k | 2019-11-09 | 1 | -0/+5 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -5/+6 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -37/+51 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -4/+8 |
* | Allow registration when button is hidden (#8237) | guillep2k | 2019-09-19 | 1 | -1/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -5/+6 |
* | Support setting cookie domain (#6288) | Tamal Saha | 2019-07-12 | 1 | -12/+12 |
* | Make captcha and password optional for external accounts (#6606) | AJ ONeal | 2019-07-06 | 1 | -26/+48 |
* | routers/user: ensure that decryption of cookie actually suceeds (#7363) | leonklingele | 2019-07-06 | 1 | -2/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -30/+83 |
* | Allow Recaptcha service url to be configured (#6820) | zeripath | 2019-05-02 | 1 | -2/+5 |
* | UX + Security current user password reset (#5042) | AJ ONeal | 2019-04-18 | 1 | -43/+68 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -6/+6 |
* | Don't Unescape redirect_to cookie value (#6399) | mrsdizzie | 2019-03-20 | 1 | -5/+4 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 1 | -1/+5 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -0/+13 |
* | Block registration based on email domain (#5157) | Lanre Adelowo | 2018-11-14 | 1 | -0/+5 |
* | UX of link account (Step 1) (#5006) | AJ ONeal | 2018-10-28 | 1 | -2/+24 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -1/+72 |
* | Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) | SagePtr | 2018-08-14 | 1 | -16/+16 |
* | log user in after a successful sign up (#4615) | Lanre Adelowo | 2018-08-11 | 1 | -1/+2 |
* | Switch plaintext scratch tokens to use hash instead (#4331) | techknowlogick | 2018-07-27 | 1 | -1/+5 |
* | Add flash message after an account has been successfully activated (#4510) | Lanre Adelowo | 2018-07-25 | 1 | -0/+1 |
* | Redirect to correct page after using scratch token (#4458) | techknowlogick | 2018-07-19 | 1 | -1/+2 |
* | Add Recaptcha functionality to Gitea (#4044) | Fluf | 2018-07-05 | 1 | -2/+33 |
* | Fix open redirect vulnerability on login screen (#4312) | Jonas Franz | 2018-06-26 | 1 | -1/+2 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 1 | -5/+134 |
* | issue-2768: added new option allow_only_external_registration (#3910) | FabioFortini | 2018-05-13 | 1 | -1/+2 |
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 1 | -0/+13 |
* | Do not allow to reuse TOTP passcode (#3878) | Lauris BH | 2018-05-02 | 1 | -1/+7 |
* | Refactor and simplify redirect to url (#3674) | Lauris BH | 2018-03-15 | 1 | -8/+4 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -44/+44 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Apply LANDING_PAGE config options for logged in users (#2894) | schaffman5 | 2017-11-20 | 1 | -1/+1 |
* | Log failed authentication attempts with remote address for fail2ban (#2334) | David Schneiderbauer | 2017-08-24 | 1 | -0/+2 |
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -8/+10 |
* | Make time diff translatable (#2057) | Lauris BH | 2017-06-28 | 1 | -5/+5 |
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 1 | -5/+5 |
* | Add new text for reset password flash (#1718) | Jonas Östanbäck | 2017-05-14 | 1 | -2/+2 |
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 1 | -2/+7 |
* | Reduce conditionals in signin/signup inner forms | Sandro Santilli | 2017-03-20 | 1 | -4/+9 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -1/+9 |
* | Rename /forget_password url to /forgot_password | Sandro Santilli | 2017-03-14 | 1 | -2/+2 |
* | Show a link to password reset from password change and delete account (#862) | Sandro Santilli | 2017-03-11 | 1 | -0/+3 |