summaryrefslogtreecommitdiffstats
path: root/lib/private/repair
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-2118-1989/+0
|
* remove old share propagation entries from appconfigRobin Appelman2016-03-151-0/+52
|
* Correctly escape join statements and use selectAliasJoas Schilling2016-03-101-1/+1
|
* Update author informationLukas Reschke2016-03-012-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Chunk the queries to make sure they don't time outJoas Schilling2016-02-101-8/+16
|
* Remove old background jobJoas Schilling2016-02-051-0/+1
|
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-0/+17
| | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* Replace other usagesJoas Schilling2016-01-251-1/+2
|
* Happy new year!Thomas Müller2016-01-1217-17/+19
|
* Remove OC_DB::getConnectionMorris Jobke2016-01-072-3/+3
|
* Move lib/repair to lib/private/repairMorris Jobke2016-01-0717-0/+1906
|
* Fix namespace duplication and other issues in repairlegacystoragesJoas Schilling2015-04-131-260/+0
|
* Update license headersJenkins for ownCloud2015-03-261-5/+18
|
* Properly forward repair errors and warningsVincent Petry2015-02-271-1/+14
| | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
* Do not abort when meeting unfixable legacy storagesVincent Petry2015-02-271-54/+67
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+17
|
* Explicily close the statement cursorsVincent Petry2014-08-201-0/+2
| | | | Fixes the issue that makes SQLite freeze on later tests.
* Added repair step for legacy storagesVincent Petry2014-08-201-0/+219