summaryrefslogtreecommitdiffstats
path: root/core/command/maintenance
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14613 from kampka/no-table-prefixMorris Jobke2015-03-121-2/+6
|\ | | | | Install command should not require table prefix
| * Install command should not require table prefixChristian Kampka2015-03-111-2/+6
| |
* | Don't play with config values ...Thomas Müller2015-03-111-2/+1
| |
* | Setting oci as supported databaseThomas Müller2015-03-111-0/+1
| |
* | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-111-0/+3
|\ \ | | | | | | Do not abort when meeting unfixable legacy storages
| * | Properly forward repair errors and warningsVincent Petry2015-02-271-0/+3
| |/ | | | | | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
* / Properly handle available databases at runtime and respect setup checks in ↵Thomas Müller2015-03-111-23/+36
|/ | | | command line as well
* Revert "Updating license headers"Morris Jobke2015-02-263-55/+16
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Fix error handlingThomas Müller2015-02-231-1/+6
|
* implement command maintenance:installThomas Müller2015-02-231-0/+124
|
* Updating license headersJenkins for ownCloud2015-02-233-16/+55
|
* drop dependency of some commands on old config objectMorris Jobke2014-11-202-10/+13
|
* Remove implicit prepared statement cache and get the connection from the ↵Robin Appelman2014-10-221-4/+0
| | | | server container in \OC_DB
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-5/+10
| | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases.
* Add support for repair step classesVincent Petry2014-06-121-0/+13
| | | | | This also makes it possible to unit test each repair step class individually
* 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
|
* fix description of console command maintenance:repair - fixes #8574Thomas Müller2014-05-191-1/+1
|
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-0/+41
|
* Add occ command to enable and disable single user modeRobin Appelman2013-11-251-0/+51