summaryrefslogtreecommitdiffstats
path: root/cmd/admin.go
Commit message (Expand)AuthorAgeFilesLines
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-121-2/+2
* Add change-password admin command (#1304)Sandro Santilli2017-03-201-0/+52
* Fix typo (#990)Christoph König2017-02-211-1/+1
* Make Xorm log configurable (#174)Lunny Xiao2017-02-201-0/+2
* Handle SetModel error, fixes one errcheck report (#257)Sandro Santilli2017-02-121-1/+3
* Remove remaining Gogs reference on locales and cmd (#430)Joubert RedRat2016-12-211-1/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Improve formatting of admin commandMatthias Loibl2016-11-091-2/+4
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-5/+22
* Made linter happy in cmd folderThomas Boerger2016-11-041-0/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
* Add subcommand to create new user in CLIUnknwon2016-08-131-0/+70