summaryrefslogtreecommitdiffstats
path: root/tests/lib/repair
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace duplication and other issues in repairlegacystoragesJoas Schilling2015-04-131-13/+61
|
* Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-021-4/+49
|
* Fix namespace for repair step testsVincent Petry2015-03-264-4/+7
|
* Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+81
| | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
* Introducing 3D images support (media type)Olivier Paroz2015-03-201-284/+250
| | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app
* Adding test cases where the extension is using capital lettersOlivier Paroz2015-03-171-1/+5
|
* Introducing the Raw mimetypesOlivier Paroz2015-03-161-1/+90
|
* Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-111-9/+12
|\ | | | | Do not abort when meeting unfixable legacy storages
| * 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
| |
* | Add a test for dropping the tablesJoas Schilling2015-03-032-0/+62
|/
* Updated the media type of some font typesOlivier Paroz2015-01-241-0/+105
| | | | | | | | TTF and TTF have now the same media type Official since 2013 and supported by Firefox and Chrome https://www.iana.org/assignments/media-types/application/font-sfnt Introducing support for Type1 fonts
* Mask table and column names with backticks and add lastInsertID() workaroundJoas Schilling2015-01-151-40/+81
|
* Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-141-0/+143
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-033-5/+7
|
* Make remaining files extend the test baseJoas Schilling2014-11-194-12/+25
|
* Added repair step for legacy storagesVincent Petry2014-08-201-0/+282
|
* Merge pull request #9275 from NormalRa/masterLukas Reschke2014-08-151-0/+27
|\ | | | | Add .apk mimetype.
| * Add APK mimetype tests.Normal Ra2014-08-131-0/+27
| |
* | Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-0/+73
| | | | | | | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
* | MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-071-0/+65
|/
* Add missing quotes for OracleVincent Petry2014-06-261-2/+2
|
* Fixed mime type repair stepVincent Petry2014-06-261-12/+66
|
* Added test case for when target mime types already existVincent Petry2014-06-251-0/+46
|
* Moved office mimetype update to a repair stepVincent Petry2014-06-251-0/+107