aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Expand)AuthorAgeFilesLines
* Use callForSeenUsers for avatar migrationMorris Jobke2016-10-281-24/+22
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-37/+3
* Ignore failures of collation change in the pre update stepJoas Schilling2016-10-191-10/+28
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-2/+5
* DI fails for bg jobRoeland Jago Douma2016-10-051-10/+4
* Use a backgroundjob to move avatarsRoeland Jago Douma2016-10-052-78/+118
* Avatar migration stepRoeland Jago Douma2016-10-051-0/+134
* Add repair step to remove .step file after updateMorris Jobke2016-09-231-0/+80
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-0/+2
* Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry2016-08-171-8/+6
* Fix unmerged shares repair with mixed group and direct sharesVincent Petry2016-08-171-3/+13
* Improve file_target finding logic when repairing unmerged sharesVincent Petry2016-08-171-1/+39
* Fix RepairUnmergedShares to not skip valid repair casesVincent Petry2016-08-031-11/+16
* Adjust repair version check for unmerged sharesVincent Petry2016-08-031-1/+1
* Add repair step for unmerged shares (WIP)Vincent Petry2016-08-031-0/+323
* Update with robinJoas Schilling2016-07-213-3/+3
* Fix othersJoas Schilling2016-07-2121-33/+57
* Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
* Remove asset pipelinRoeland Jago Douma2016-07-151-5/+1
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+23
|\
| * Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+23
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-212-1/+213
|\|
| * Merge pull request #25075 from owncloud/fix_23265Vincent Petry2016-06-161-0/+157
| |\
| | * Remove shares of the root folderRoeland Jago Douma2016-06-131-0/+157
| * | Clean up tags of deleted usersJoas Schilling2016-06-141-1/+56
| |/
* | Remove obsolete contacts_cards_properties tableFlorian Preinstorfer2016-06-191-0/+1
* | Drop obsolete tables: gallery_albums and gallery_photosFlorian Preinstorfer2016-06-191-1/+3
|/
* Empty string is null on oracleRoeland Jago Douma2016-06-101-1/+9
* Repair job to fix permissions for avatarsRoeland Jago Douma2016-06-101-0/+107
* Add repair step to clean old calendar/contact sharesRoeland Jago Douma2016-06-091-0/+103
* Update license headersLukas Reschke2016-05-2616-5/+19
* Move Job to a better class nameJoas Schilling2016-05-251-0/+4
* Move background job to PSR-4Joas Schilling2016-05-251-0/+2
* Adding progress to web upgradeThomas Müller2016-04-281-1/+1
* Adding progress to occ maintenance:repairThomas Müller2016-04-281-1/+4
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in...Thomas Müller2016-04-2518-135/+123
* Drop old calendar and contacts tables - fixes #21889Thomas Müller2016-04-221-0/+7
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-2118-0/+1989