summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix repairRoeland Jago Douma2016-10-051-3/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Avatar migration stepRoeland Jago Douma2016-10-051-0/+7
| | | | | | * Skip move avatar if avatars disabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add repair step to remove .step file after updateMorris Jobke2016-09-231-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add repair step for unmerged shares (WIP)Vincent Petry2016-08-031-0/+7
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+4
|
* Use getLazyRootFolder from RemoveRootShares repair stepVincent Petry2016-06-171-1/+1
| | | | | This prevents the command registration to setup the FS too early when FS-related apps might need upgrading.
* Merge pull request #25075 from owncloud/fix_23265Vincent Petry2016-06-161-0/+2
|\ | | | | Remove shares of the root folder
| * Remove shares of the root folderRoeland Jago Douma2016-06-131-0/+2
| | | | | | | | | | | | Fixes #23265 (A possibly costly) repair job to remove cyclic shares.
* | Clean up tags of deleted usersJoas Schilling2016-06-141-1/+1
|/
* Repair job to fix permissions for avatarsRoeland Jago Douma2016-06-101-0/+2
| | | | | | | | | | | | Fixes #22978 On some older installations the permissions for the userRoot and the avatars are not correct. This breaks since we now use the Node API in the avatar code. This repair job makes sure that the permissions are set correctly. * Unit tests added
* Add repair step to clean old calendar/contact sharesRoeland Jago Douma2016-06-091-0/+2
| | | | fixes #21889
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Allow migration steps to use automatic DIJoas Schilling2016-05-031-7/+12
|
* Repair steps no longer implement the Emitter interfaceThomas Müller2016-05-021-11/+0
|
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+231
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater