aboutsummaryrefslogtreecommitdiffstats
path: root/core/command/maintenance
Commit message (Expand)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-066-648/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Sort the list before savingJoas Schilling2016-01-181-0/+2
* Happy new year!Thomas Müller2016-01-126-9/+10
* Allow occ install on OS X - same behaviour as web setupMorris Jobke2015-12-091-1/+6
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-1/+16
* Update license headersLukas Reschke2015-10-261-1/+1
* deduplicate @xenopathicMorris Jobke2015-10-062-2/+2
* update licence headers via scriptMorris Jobke2015-10-053-1/+3
* Introduce mimetype DB update occ commandRobin McCorkell2015-09-041-0/+96
* Move maintenance:mimetypesjs to sublocation, cleanup codeRobin McCorkell2015-09-011-18/+25
* - more injectionThomas Müller2015-07-301-1/+4
* Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
* [command] single user mode - use config object & add testsMorris Jobke2015-07-091-3/+16
* Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-0/+112
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* make command optionalBernhard Posselt2015-04-291-1/+1
* default to an empty string for database password if ommitedBernhard Posselt2015-04-291-1/+4
* Update license headersJenkins for ownCloud2015-03-264-14/+76
* Merge pull request #14613 from kampka/no-table-prefixMorris Jobke2015-03-121-2/+6
|\
| * 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
|\ \
| * | Properly forward repair errors and warningsVincent Petry2015-02-271-0/+3
| |/
* / Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-23/+36
|/
* Revert "Updating license headers"Morris Jobke2015-02-263-55/+16
* 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 serv...Robin Appelman2014-10-221-4/+0
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-5/+10
* Add support for repair step classesVincent Petry2014-06-121-0/+13
* 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