summaryrefslogtreecommitdiffstats
path: root/core/command
Commit message (Expand)AuthorAgeFilesLines
...
* | Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-31/+14
* | Remove unnecessary and incorrect comments.Andreas Fischer2014-03-311-8/+1
* | \InvalidArgumentException is in root namespace.Andreas Fischer2014-03-311-1/+1
* | Doc blocks for properties do not repeat the property name.Andreas Fischer2014-03-311-1/+1
* | Use question color.Andreas Fischer2014-03-311-1/+1
* | Remove whitespace at end of lines.Andreas Fischer2014-03-311-1/+1
* | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-03-314-21/+27
|\|
| * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-214-16/+26
| |\
| | * drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-9/+0
| | * Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-141-0/+26
| | * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-194-7/+0
| * | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller2014-02-061-2/+1
| * | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-3/+0
| |/
* | Move password interaction to interact functionBart Visscher2014-02-171-12/+14
* | Split execute function into multiple functionsBart Visscher2014-02-171-69/+89
* | Fix namespace for ExceptionBart Visscher2014-02-121-1/+1
* | Allow converting from any db typeBart Visscher2014-02-111-11/+4
* | Check target DB typeBart Visscher2014-02-111-0/+3
* | Merge branch 'master' into db-convert-toolBart Visscher2014-01-301-0/+61
|\|
| * Add command line tool to show numbers of users and user directoriesArthur Schiwon2014-01-071-0/+61
* | Postgresql needs the sequences adjusted after the insertsBart Visscher2014-01-111-0/+12
* | Add option to remove all the tables from the destination databaseBart Visscher2014-01-111-2/+19
* | Quote column names on insertBart Visscher2014-01-111-1/+5
* | Review pointsBart Visscher2013-12-241-8/+4
* | Inject config objectBart Visscher2013-12-241-10/+23
* | Save the new database configBart Visscher2013-12-071-5/+23
* | Add UTF8 charset to connection paramsBart Visscher2013-12-071-0/+10
* | Add command for converting sqlite database to server based oneBart Visscher2013-12-071-0/+164
|/
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-0/+41
* merge master into single-user-modeRobin Appelman2013-11-253-0/+123
|\
| * Add occ command to list all appsRobin Appelman2013-11-251-0/+47
| * rename app_id to app-idRobin Appelman2013-11-252-4/+4
| * add occ commands for enabling and disabling appsRobin Appelman2013-11-252-0/+76
* | Add occ command to enable and disable single user modeRobin Appelman2013-11-251-0/+51
|/
* Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
* Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
* Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
* Use writeln() instead of write()ringmaster2013-10-281-11/+11
* Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
* Move all upgrade routines into the command-line tool.ringmaster2013-10-281-1/+55
* Add `occ upgrade` command.ringmaster2013-10-241-0/+28
* new console command to generate sql migration scriptsThomas Müller2013-10-171-0/+45
* Add copyright, remove starting blank lineBart Visscher2013-09-191-0/+6
* Cleanup and more style fixesBart Visscher2013-09-021-7/+5
* Use more object oriented way for console commandsBart Visscher2013-09-011-0/+30