aboutsummaryrefslogtreecommitdiff
path: root/cmd/admin.go
Commit message (Collapse)AuthorAge
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* models: rename RewriteAllPublicKeys -> RewriteAuthorizedKeysUnknwon2018-03-30
|
* cmd/admin: add subcommands for all admin dashboard actions (#4813)Josef Kemetmüller2017-10-10
|
* cmd/admin: fix typo Preform → Perform (#4540)Lilian Besson2017-05-31
| | | Just an English typo in the command line help.
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* cmd: refactoring command nameUnknwon2017-02-27
|
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-30
|
* Add subcommand to create new user in CLIUnknwon2016-08-13