summaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
* Inject configVictor Dubiniuk2014-12-101-1/+1
* Use httphelper and cache response even when it emptyVictor Dubiniuk2014-12-061-1/+1
* drop dependency of some commands on old config objectMorris Jobke2014-11-203-24/+27
* Fix ctor call in OC\Core\Command\UpgradeThomas Müller2014-11-031-0/+1
* Enhance question in DB migration scriptunclejamal30002014-11-021-1/+1
* adding console command to generate javascript translation files based on exis...Thomas Müller2014-10-291-0/+120
* Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-221-4/+0
* no loner use deprecated class \OC_ConfigThomas Müller2014-09-221-2/+15
* remove bootstrapping - occ can by definition only be executed if ownCloud is ...Thomas Müller2014-09-221-8/+0
* show upgrade errors as error in the console and report back that the upgrade ...Thomas Müller2014-09-221-12/+14
* Warn user on resetting passwords via occ when encryption is enabledkondou2014-08-221-0/+10
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-5/+10
* Add support for repair step classesVincent Petry2014-06-121-0/+13
* Added CLI arguments for upgrade simulation stepsVincent Petry2014-06-061-3/+42
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-0/+3
* Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke2014-05-291-0/+3
|\
| * Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-0/+3
* | Merge pull request #8554 from owncloud/add_resetadminpass_commandAndreas Fischer2014-05-291-0/+79
|\ \
| * \ Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_commandAndreas Fischer2014-05-283-1/+343
| |\ \
| * | | Move resetpassword into user: command space.Andreas Fischer2014-05-281-2/+2
| * | | Document type of user project.Andreas Fischer2014-05-281-0/+1
| * | | Receive \OC\User\Manager as a constructor dependency.Andreas Fischer2014-05-281-2/+10
| * | | Use userManager, color output, return 1 on errorkondou2014-05-241-8/+17
| * | | Add doc, check return-value, fix spacing, require interactivekondou2014-05-131-6/+15
| * | | Back to the futureLukas Reschke2014-05-121-1/+1
| * | | Make ResetAdminPass to ResetPasswordkondou2014-05-122-36/+52
| * | | Add a resetadminpass command to console - fix #8248kondou2014-05-121-0/+36
* | | | Merge pull request #8748 from owncloud/cli_maintenance_modeAndreas Fischer2014-05-291-0/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | Use OC\Config instead of OC_Configscolebrook2014-05-281-5/+14
| * | | Changed class name to modescolebrook2014-05-281-2/+2
| * | | Add ability to enable/disable maintenance mode from cli.scolebrook2014-05-271-0/+52
| | |/ | |/|
* | | Merge pull request #8681 from owncloud/logintimestampLukas Reschke2014-05-281-0/+47
|\ \ \ | |/ / |/| |
| * | print time in 24h formatArthur Schiwon2014-05-231-1/+1
| * | save a whitespaceArthur Schiwon2014-05-231-2/+2
| * | add cli command to check a users last loginArthur Schiwon2014-05-231-0/+47
* | | Merge pull request #8634 from owncloud/handle-excpetions-in-console-masterThomas Müller2014-05-221-1/+1
|\ \ \ | |/ / |/| |
| * | fix description of console command maintenance:repair - fixes #8574Thomas Müller2014-05-191-1/+1
| |/
* | Add message about unsupported Microsoft SQL Server.Andreas Fischer2014-05-091-0/+5
* | Store normalised DBMS type in $type.Andreas Fischer2014-05-091-2/+2
* | Pass Connection instead of AbstractSchemaManager to clearSchema().Andreas Fischer2014-04-151-8/+5
* | Use exceptions for in input validation.Andreas Fischer2014-04-151-12/+9
* | Do not block when nothing is passed via stdin.Andreas Fischer2014-04-151-1/+4
* | Do not ask for password before input parameter validation.Andreas Fischer2014-04-151-15/+30
* | Remove unnecessary sprintf.Andreas Fischer2014-04-151-8/+2
* | Move (extended) input validation out into validateInput() method.Andreas Fischer2014-04-151-12/+19
* | Add message for converting to SQLite being unsupported.Andreas Fischer2014-04-151-0/+7
* | Use a variable for the DBMS tyoe we are converting to.Andreas Fischer2014-04-151-4/+5
* | Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer2014-04-141-13/+4
* | Add error handling for --clear-schema on Oracle.Andreas Fischer2014-04-141-0/+11
* | Do not quote table names on Oracle. They appear to be already quoted.Andreas Fischer2014-04-141-5/+9