summaryrefslogtreecommitdiffstats
path: root/core/command/maintenance
Commit message (Collapse)AuthorAgeFilesLines
* 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