summaryrefslogtreecommitdiffstats
path: root/lib/repair
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/repair to lib/private/repairMorris Jobke2016-01-0717-1906/+0
|
* Drop oc_gallery_sharing which was removed in 8.0.0Morris Jobke2016-01-061-0/+1
| | | | See https://github.com/owncloud/gallery-old/commit/c080dfe87d5eb1de8aa27b1836629b57b0316004
* Remove unused repair stepsLukas Reschke2015-12-081-80/+0
| | | | These ones are not necessary anymore for the new major release.
* Merge pull request #20320 from owncloud/drop-file_mapThomas Müller2015-11-051-0/+1
|\ | | | | Drop unused table file_map
| * Drop unused table file_mapMorris Jobke2015-11-051-0/+1
| | | | | | | | | | | | | | * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935
* | Drop unused tables principalgroups and principalsMorris Jobke2015-11-051-0/+2
|/ | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-0/+117
|
* Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+32
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Do not update mime types for folders with extensionVincent Petry2015-10-091-2/+11
| | | | | | 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.
* update licence headers via scriptMorris Jobke2015-10-055-2/+4
|
* Added mimetype repair stepRoeland Jago Douma2015-10-021-0/+52
| | | | * Version number increased
* add more precise version to also repair git master instancesMorris Jobke2015-10-011-1/+1
|
* Repair step to remove bogus expiration dates from non-link sharesVincent Petry2015-10-011-0/+79
|
* Repair mime types only when upgrading from OC 8.0Vincent Petry2015-09-231-23/+43
|
* Add repair step for outdated OCS IDsLukas Reschke2015-09-181-0/+108
| | | | | | 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.
* Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-102-7/+7
|
* Fix existing usages by removing the quotesJoas Schilling2015-07-212-12/+12
|
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-213-13/+12
|
* Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-011-0/+1
|\ | | | | [upgrade] add verbosity check and show repair info & steps
| * [Repair] add repair info for changed collationMorris Jobke2015-06-241-0/+1
| |
* | Merge pull request #15569 from owncloud/remove-getetag-propertiesMorris Jobke2015-07-011-0/+59
|\ \ | | | | | | Remove unneeded getetag entries in properties table
| * | Remove unneeded getetag entries in properties tableMorris Jobke2015-06-251-0/+59
| |/ | | | | | | * fixes #13281
* / update license headers and authorsMorris Jobke2015-06-254-5/+21
|/
* Fix fetching the mimetype id from the queryJoas Schilling2015-06-091-1/+2
|
* Reduce amount of rows to updateVictor Dubiniuk2015-06-091-6/+6
|
* add repair steps to get rid of old background jobsArthur Schiwon2015-05-121-0/+78
|
* Remove unused variablesMorris Jobke2015-04-181-1/+1
| | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint
* Fix namespace duplication and other issues in repairlegacystoragesJoas Schilling2015-04-131-0/+262
|
* Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-021-0/+26
|
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-261-0/+85
|\ | | | | SQLite autoincrement test
| * Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+85
| | | | | | | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
* | Update license headersJenkins for ownCloud2015-03-2611-49/+198
| |
* | Add wrapper for GuzzleLukas Reschke2015-03-251-0/+77
|/
* Introducing 3D images support (media type)Olivier Paroz2015-03-201-21/+34
| | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app
* Make repairmimetypes compatible with case sensitive SQL backendsOlivier Paroz2015-03-171-1/+1
| | | | | Change for #14132 Just a word of warning, ILIKE seems to be a Doctrine only clause. The statements are thus not portable.
* Introducing the Raw mimetypesOlivier Paroz2015-03-161-1/+29
|
* Add a repair step to delete old tablesJoas Schilling2015-03-021-0/+83
|
* Revert "Updating license headers"Morris Jobke2015-02-269-158/+46
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-239-46/+158
|
* Merge pull request #13861 from owncloud/remove-disabled-files-repair-stepThomas Müller2015-02-101-50/+0
|\ | | | | Revert "enabled disabled files app in repair step"
| * Revert "enabled disabled files app in repair step"Morris Jobke2015-02-031-50/+0
| | | | | | | | This reverts commit d70160c6077ca017d6cb7d61f066fe33e3b1e081.
* | Merge pull request #12283 from oparoz/sfnt-fontsMorris Jobke2015-02-071-81/+108
|\ \ | |/ |/| Updated the media type of some font types
| * Updated the media type of some font typesOlivier Paroz2015-01-241-81/+108
| | | | | | | | | | | | | | | | 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
* | enabled disabled files app in repair stepMorris Jobke2015-02-031-0/+50
|/
* Mask table and column names with backticks and add lastInsertID() workaroundJoas Schilling2015-01-151-11/+29
|
* Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-141-0/+114
|
* Adding repair step to fix missing etags - fixes #12172Thomas Müller2015-01-121-0/+41
|
* allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-051-1/+1
| | | | | | | | | | This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple.
* Add repair steps for legacy config filesLukas Reschke2014-11-181-0/+29
| | | | | | | | Remove all ports from the trusted domains Conflicts: lib/private/repair.php lib/repair/repairconfig.php