Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | * Add cli commands to regen hooks & keys * make fmt * Allow passing path to config as an option * add docs | ||||
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 1 | -51/+27 |
| | | | | | | | | * General refactor of the cmd package * Address breakage in runCreateUser * Place "common" functions into cmd.go | ||||
* | 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 |
| | | | | | | * Change EncodePasswd to HashPassword * Create test+benchmark for HashPassword | ||||
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | | | | * Add repo-sync-releases admin command Will help recovering corrupted database, see #3247 * Load repos in chunks of 10, exit with error if unable to get a list, scan private repos, fix typo * Fix debug output about num releases * Introduce RepositoryListDefaultPageSize constant, set to 64 Use it from the new admin command * Use RepositoryListDefaultPageSize in more places * Document RepositoryListDefaultPageSize | ||||
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
| | | | | | | * only update needed columns when update user * fix missing update_unix column | ||||
* | 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 |
| | | | * Add change-password admin command | ||||
* | 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 |
| | | | | | | | | | | * make xorm log configable * bug fixed for other sub commands except web * rebase and fix xorm log * bug fix for TrimSpace | ||||
* | 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 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Improve formatting of admin command | Matthias Loibl | 2016-11-09 | 1 | -2/+4 |
| | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> | ||||
* | Use cli Flags directly and not some helper funcs | Matthias Loibl | 2016-11-09 | 1 | -5/+22 |
| | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> | ||||
* | 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 |