summaryrefslogtreecommitdiffstats
path: root/tests/lib/repair/repairlegacystorage.php
Commit message (Expand)AuthorAgeFilesLines
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in...Thomas Müller2016-04-251-27/+20
* Remove OC_DB::insertidMorris Jobke2016-01-071-1/+1
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+2
* Fix namespace duplication and other issues in repairlegacystoragesJoas Schilling2015-04-131-13/+61
* Fix namespace for repair step testsVincent Petry2015-03-261-1/+2
* Fixed expected warning count on repair failVincent Petry2015-02-271-1/+1
* Detect that the done flag was not set after repair failVincent Petry2015-02-271-2/+2
* Do not abort when meeting unfixable legacy storagesVincent Petry2015-02-271-10/+13
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-3/+5
* Make remaining files extend the test baseJoas Schilling2014-11-191-3/+7
* Added repair step for legacy storagesVincent Petry2014-08-201-0/+282