| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -3/+4 |
* | Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628) | Shashvat Kedia | 2020-01-07 | 1 | -2/+3 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+3 |
* | Adjust the must-change-password help (#8755) | zeripath | 2019-10-30 | 1 | -1/+1 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -9/+10 |
* | Add CLI commands to manage LDAP authentication source (#6681) | ngourdon | 2019-06-17 | 1 | -1/+5 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -1/+1 |
* | Generate access token in admin cli (#6847) | Lanre Adelowo | 2019-05-04 | 1 | -2/+21 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -76/+0 |
* | Add username flag in create-user command (#6534) | ngourdon | 2019-04-09 | 1 | -3/+22 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -0/+1 |
* | fix password variable shadowing (#5405) | Lanre Adelowo | 2018-11-26 | 1 | -1/+2 |
* | Don't force a password change for the admin user when creating an account via... | Lanre Adelowo | 2018-11-25 | 1 | -0/+6 |
* | Generate random password (#5023) | Lanre Adelowo | 2018-10-30 | 1 | -2/+32 |
* | Add must-change-password flag to cli for creating a user (#4955) | Lanre Adelowo | 2018-10-21 | 1 | -5/+17 |
* | refactor: err != nil check, just return error instead (#5093) | Bo-Yi Wu | 2018-10-18 | 1 | -15/+4 |
* | Add/remove/list oauth providers via cli (#4591) | techknowlogick | 2018-09-12 | 1 | -0/+286 |
* | Add config path as an optional flag when changing pass via CLI (#4184) | Fluf | 2018-06-09 | 1 | -0/+9 |
* | Add cli commands to regen hooks & keys (#3979) | techknowlogick | 2018-05-17 | 1 | -0/+58 |
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 1 | -51/+27 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -0/+75 |
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
* | refactor: show command help message. (#1486) | Bo-Yi Wu | 2017-04-12 | 1 | -2/+2 |
* | Add change-password admin command (#1304) | Sandro Santilli | 2017-03-20 | 1 | -0/+52 |
* | Fix typo (#990) | Christoph König | 2017-02-21 | 1 | -1/+1 |
* | Make Xorm log configurable (#174) | Lunny Xiao | 2017-02-20 | 1 | -0/+2 |
* | Handle SetModel error, fixes one errcheck report (#257) | Sandro Santilli | 2017-02-12 | 1 | -1/+3 |
* | Remove remaining Gogs reference on locales and cmd (#430) | Joubert RedRat | 2016-12-21 | 1 | -1/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | Improve formatting of admin command | Matthias Loibl | 2016-11-09 | 1 | -2/+4 |
* | Use cli Flags directly and not some helper funcs | Matthias Loibl | 2016-11-09 | 1 | -5/+22 |
* | Made linter happy in cmd folder | Thomas Boerger | 2016-11-04 | 1 | -0/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | codegangsta/cli => urfave/cli (#3546) | Kim "BKC" Carlbäcker | 2016-08-30 | 1 | -1/+1 |
* | Add subcommand to create new user in CLI | Unknwon | 2016-08-13 | 1 | -0/+70 |