summaryrefslogtreecommitdiffstats
path: root/lib/private/repair.php
Commit message (Expand)AuthorAgeFilesLines
* add repair steps to get rid of old background jobsArthur Schiwon2015-05-121-0/+2
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-261-0/+2
|\
| * Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+2
* | Update license headersJenkins for ownCloud2015-03-261-4/+23
|/
* Add a repair step to delete old tablesJoas Schilling2015-03-021-0/+2
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
* Revert "enabled disabled files app in repair step"Morris Jobke2015-02-031-2/+0
* enabled disabled files app in repair stepMorris Jobke2015-02-031-0/+2
* Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-141-1/+3
* Adding repair step to fix missing etags - fixes #12172Thomas Müller2015-01-121-1/+3
* delete old previewsGeorg Ehrke2014-11-251-1/+1
* Add repair steps for legacy config filesLukas Reschke2014-11-181-1/+2
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-9/+17
* delete old previewsGeorg Ehrke2014-09-211-1/+11
* repair search lucene before installingJörn Friedrich Dreyer2014-09-101-1/+2
* Add some security utilitiesLukas Reschke2014-08-271-0/+1
* Added repair step for legacy storagesVincent Petry2014-08-201-1/+2
* Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-1/+2
* MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-071-0/+1
* Merge pull request #9215 from owncloud/officemimetypesupdatefixVincent Petry2014-06-271-2/+5
|\
| * Moved office mimetype update to a repair stepVincent Petry2014-06-251-2/+5
* | Redeclared as public to allow invocation from within the closure in php 5.3Thomas Müller2014-06-261-1/+10
|/
* Fixed instanceof to use interface instead of classVincent Petry2014-06-121-1/+2
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-23/+44
* Add support for repair step classesVincent Petry2014-06-121-3/+43
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-0/+21