Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 2 | -10/+13 |
| | |||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -4/+0 |
| | | | | server container in \OC_DB | ||||
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -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 classes | Vincent Petry | 2014-06-12 | 1 | -0/+13 |
| | | | | | This also makes it possible to unit test each repair step class individually | ||||
* | Use OC\Config instead of OC_Config | scolebrook | 2014-05-28 | 1 | -5/+14 |
| | |||||
* | Changed class name to mode | scolebrook | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | Add ability to enable/disable maintenance mode from cli. | scolebrook | 2014-05-27 | 1 | -0/+52 |
| | |||||
* | fix description of console command maintenance:repair - fixes #8574 | Thomas Müller | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -0/+41 |
| | |||||
* | Add occ command to enable and disable single user mode | Robin Appelman | 2013-11-25 | 1 | -0/+51 |