Commit Graph

65 Commits (99e1e30b0b13cab4300352c2d0e8170155cfa0bb)

Author SHA1 Message Date
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command ()
* Add repo-sync-releases admin command

Will help recovering corrupted database, see 

* 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
Lunny Xiao f960e19c59 Only update needed columns when update user ()
* only update needed columns when update user

* fix missing update_unix column
Bo-Yi Wu 22295944df refactor: show command help message. ()
Sandro Santilli e1586898b2 Add change-password admin command ()
* Add change-password admin command
Christoph König ffde33bdfa Fix typo ()
Lunny Xiao 04fdeb9d8d Make Xorm log configurable ()
* make xorm log configable

* bug fixed for other sub commands except web

* rebase and fix xorm log

* bug fix for TrimSpace
Sandro Santilli 9b4f6c1c32 Handle SetModel error, fixes one errcheck report ()
Joubert RedRat ce21ed6c34 Remove remaining Gogs reference on locales and cmd ()
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- 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
Matthias Loibl 90fb64b217 Improve formatting of admin command
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Matthias Loibl 5cd093aa46 Use cli Flags directly and not some helper funcs
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Thomas Boerger 5b5af7daee
Made linter happy in cmd folder
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli ()
Unknwon 0f33b04c87 Add subcommand to create new user in CLI