summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair.php
Commit message (Collapse)AuthorAgeFilesLines
* 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