Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14613 from kampka/no-table-prefix | Morris Jobke | 2015-03-12 | 1 | -2/+6 |
|\ | | | | | Install command should not require table prefix | ||||
| * | Install command should not require table prefix | Christian Kampka | 2015-03-11 | 1 | -2/+6 |
| | | |||||
* | | Don't play with config values ... | Thomas Müller | 2015-03-11 | 1 | -2/+1 |
| | | |||||
* | | Setting oci as supported database | Thomas Müller | 2015-03-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail | Morris Jobke | 2015-03-11 | 1 | -0/+3 |
|\ \ | | | | | | | Do not abort when meeting unfixable legacy storages | ||||
| * | | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 1 | -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üller | 2015-03-11 | 1 | -23/+36 |
|/ | | | | command line as well | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -55/+16 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Fix error handling | Thomas Müller | 2015-02-23 | 1 | -1/+6 |
| | |||||
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -0/+124 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -16/+55 |
| | |||||
* | 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 |