summaryrefslogtreecommitdiffstats
path: root/tests/lib/repair
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2014-2035/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespace in repair/Joas Schilling2016-05-191-1/+4
|
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵Thomas Müller2016-04-2513-46/+125
| | | | interface - refs #24198
* remove old share propagation entries from appconfigRobin Appelman2016-03-151-0/+51
|
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-2/+3
|
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-0/+29
| | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* Remove OC_DB::getConnectionMorris Jobke2016-01-073-3/+3
|
* Remove OC_DB::insertidMorris Jobke2016-01-071-1/+1
|
* Apply DB group annotation ...Thomas Müller2015-11-3011-0/+32
|
* lastInsertId() is properly working with Oracle if the table name is properly ↵Thomas Müller2015-11-233-44/+7
| | | | passed in
* Use the methodJoas Schilling2015-10-291-7/+1
|
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-0/+138
|
* Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+78
|
* Do not update mime types for folders with extensionVincent Petry2015-10-091-0/+17
| | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step.
* Added mimetype repair stepRoeland Jago Douma2015-10-021-0/+72
| | | | * Version number increased
* Also delete all shares before the test, so the count matchesJoas Schilling2015-10-011-6/+18
|
* Repair step to remove bogus expiration dates from non-link sharesVincent Petry2015-10-011-0/+111
|
* Repair mime types only when upgrading from OC 8.0Vincent Petry2015-09-231-1/+10
|
* Add repair step for outdated OCS IDsLukas Reschke2015-09-181-0/+80
| | | | | | There is the case where OCs IDs might become outdated such as it has been with the calendar and contacts app which refer to the old dummy entry. This means that users with the old OCS id can't update updates as well will receive invalid state flags. (e.g. "experimental" instead of "approved") To allow instances to properly update the applications in the future we need to migrate the OCS IDs for now manually.
* Add reset method to mimetype loaderRobin McCorkell2015-09-111-12/+3
| | | | Used to solve concurrency issues
* Split mimetype handling to new classRobin McCorkell2015-09-041-15/+14
|
* Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-17/+17
|
* Fix existing usages by removing the quotesJoas Schilling2015-07-211-22/+22
|
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-7/+7
|
* Remove unneeded getetag entries in properties tableMorris Jobke2015-06-251-0/+77
| | | | * fixes #13281
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-3/+3
|
* add repair steps to get rid of old background jobsArthur Schiwon2015-05-121-0/+40
|
* 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
|