| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -371/+0 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -2/+2 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 1 | -3/+3 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -7/+8 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -1/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -3/+6 |
* | Use ServerError provided by Context (#14333) | Lunny Xiao | 2021-01-14 | 1 | -4/+4 |
* | [Refactor] Passwort Hash/Set (#14282) | 6543 | 2021-01-10 | 1 | -1/+4 |
* | Add option to change username to the admin panel (#14229) | 6543 | 2021-01-10 | 1 | -0/+10 |
* | Add option for administrator to reset user 2FA (#14243) | 6543 | 2021-01-05 | 1 | -0/+23 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -8/+9 |
* | Added option to disable migrations (#13114) | Paweł Bogusławski | 2020-12-21 | 1 | -0/+2 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 1 | -0/+6 |
* | Only set the user password if the password field would have been shown (#12980) | zeripath | 2020-09-29 | 1 | -1/+1 |
* | Check passwords against HaveIBeenPwned (#12716) | John Olheiser | 2020-09-08 | 1 | -0/+22 |
* | Users should not be able to prohibit their own login (#10970) | 赵智超 | 2020-04-06 | 1 | -1/+7 |
* | Various fixes in login sources (#10428) | guillep2k | 2020-02-23 | 1 | -0/+3 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+5 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -0/+1 |
* | Fix password checks on admin create/edit user (#9076) | guillep2k | 2019-11-20 | 1 | -3/+14 |
* | Add password requirement info on error (#9074) | guillep2k | 2019-11-19 | 1 | -2/+2 |
* | Fix new user form for non-local users (#8826) | Lauris BH | 2019-11-04 | 1 | -9/+11 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -1/+9 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -2/+3 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
* | Allow admin toggle forcing a password change for newly created users (#4563) | Lanre Adelowo | 2018-09-13 | 1 | -1/+1 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -5/+6 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Enable admin to search by email (#2888) | Ethan Koenig | 2017-11-26 | 1 | -2/+3 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -5/+2 |
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -0/+1 |
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 1 | -0/+1 |
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -1/+0 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+5 |
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -5/+5 |
* | go lint fixed for routers/admin | Lunny Xiao | 2016-11-21 | 1 | -13/+19 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -7/+7 |
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | More... | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -7/+7 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -0/+1 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -3/+2 |
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 1 | -2/+8 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -17/+3 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -8/+8 |