Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | 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 Paroz | 2015-03-20 | 1 | -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 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 |
|\ | | | | | Do not abort when meeting unfixable legacy storages | ||||
| * | 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 |
| | | | | | | | | 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() 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. | ||||
| * | 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 |
| | | | | | | | | | | 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 InnoDB | Thomas Müller | 2014-07-07 | 1 | -0/+65 |
|/ | |||||
* | Add missing quotes for Oracle | Vincent Petry | 2014-06-26 | 1 | -2/+2 |
| | |||||
* | Fixed mime type repair step | Vincent Petry | 2014-06-26 | 1 | -12/+66 |
| | |||||
* | Added test case for when target mime types already exist | Vincent Petry | 2014-06-25 | 1 | -0/+46 |
| | |||||
* | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -0/+107 |