| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |