| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 14 | -2035/+0 |
* | Fix namespace in repair/ | Joas Schilling | 2016-05-19 | 1 | -1/+4 |
* | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in... | Thomas Müller | 2016-04-25 | 13 | -46/+125 |
* | remove old share propagation entries from appconfig | Robin Appelman | 2016-03-15 | 1 | -0/+51 |
* | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -2/+3 |
* | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-04 | 1 | -0/+29 |
* | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 3 | -3/+3 |
* | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 11 | -0/+32 |
* | lastInsertId() is properly working with Oracle if the table name is properly ... | Thomas Müller | 2015-11-23 | 3 | -44/+7 |
* | Use the method | Joas Schilling | 2015-10-29 | 1 | -7/+1 |
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -0/+138 |
* | Remove shares where the parent does not exist anymore | Joas Schilling | 2015-10-29 | 1 | -0/+78 |
* | Do not update mime types for folders with extension | Vincent Petry | 2015-10-09 | 1 | -0/+17 |
* | Added mimetype repair step | Roeland Jago Douma | 2015-10-02 | 1 | -0/+72 |
* | Also delete all shares before the test, so the count matches | Joas Schilling | 2015-10-01 | 1 | -6/+18 |
* | Repair step to remove bogus expiration dates from non-link shares | Vincent Petry | 2015-10-01 | 1 | -0/+111 |
* | Repair mime types only when upgrading from OC 8.0 | Vincent Petry | 2015-09-23 | 1 | -1/+10 |
* | Add repair step for outdated OCS IDs | Lukas Reschke | 2015-09-18 | 1 | -0/+80 |
* | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -12/+3 |
* | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -15/+14 |
* | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -17/+17 |
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -22/+22 |
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -7/+7 |
* | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+77 |
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -3/+3 |
* | add repair steps to get rid of old background jobs | Arthur Schiwon | 2015-05-12 | 1 | -0/+40 |
* | Fix namespace duplication and other issues in repairlegacystorages | Joas Schilling | 2015-04-13 | 1 | -13/+61 |
* | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 1 | -4/+49 |
* | Fix namespace for repair step tests | Vincent Petry | 2015-03-26 | 4 | -4/+7 |
* | Add repair step to fix SQLite autoincrement | Vincent Petry | 2015-03-26 | 1 | -0/+81 |
* | Introducing 3D images support (media type) | Olivier Paroz | 2015-03-20 | 1 | -284/+250 |
* | Adding test cases where the extension is using capital letters | Olivier Paroz | 2015-03-17 | 1 | -1/+5 |
* | Introducing the Raw mimetypes | Olivier Paroz | 2015-03-16 | 1 | -1/+90 |
* | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail | Morris Jobke | 2015-03-11 | 1 | -9/+12 |
|\ |
|
| * | Fixed expected warning count on repair fail | Vincent Petry | 2015-02-27 | 1 | -1/+1 |
| * | Detect that the done flag was not set after repair fail | Vincent Petry | 2015-02-27 | 1 | -2/+2 |
| * | Do not abort when meeting unfixable legacy storages | Vincent Petry | 2015-02-27 | 1 | -10/+13 |
* | | Add a test for dropping the tables | Joas Schilling | 2015-03-03 | 2 | -0/+62 |
|/ |
|
* | Updated the media type of some font types | Olivier Paroz | 2015-01-24 | 1 | -0/+105 |
* | Mask table and column names with backticks and add lastInsertID() workaround | Joas Schilling | 2015-01-15 | 1 | -40/+81 |
* | Add a repair step to clean up orphan tags and tag entries | Joas Schilling | 2015-01-14 | 1 | -0/+143 |
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 3 | -5/+7 |
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 4 | -12/+25 |
* | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 1 | -0/+282 |
* | Merge pull request #9275 from NormalRa/master | Lukas Reschke | 2014-08-15 | 1 | -0/+27 |
|\ |
|
| * | Add APK mimetype tests. | Normal Ra | 2014-08-13 | 1 | -0/+27 |
* | | Add repair step to set MySQL collation to utf8_bin | Robin Appelman | 2014-07-08 | 1 | -0/+73 |
* | | MySQL: adding repair step to convert MyIsam tables to InnoDB | Thomas Müller | 2014-07-07 | 1 | -0/+65 |
|/ |
|
* | Add missing quotes for Oracle | Vincent Petry | 2014-06-26 | 1 | -2/+2 |