summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix DIJoas Schilling2017-03-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change language code for languages with only one translationMorris Jobke2017-03-011-0/+2
| | | | | | | | | | | | * then the language is not that specific and get also matched for fi * fallback from fi_FI to fi is supported - the other way around not * contains repair script * contains tests for repair script * fixes #869 Order results to make postgres happy Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-221-35/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remote now unneeded AvatarPermissions repair stepRobin Appelman2017-01-261-2/+0
| | | | | | Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove obsolete RepairLegacyStorages repair stepVincent Petry2016-12-191-2/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add a repair step to fix broken mountsJoas Schilling2016-12-131-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2405 from nextcloud/add-avatar-job-onceRoeland Jago Douma2016-11-301-1/+1
|\ | | | | Execute MoveAvatars repair step only once
| * Execute MoveAvatars repair step only onceMorris Jobke2016-11-291-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add test if repair step is already doneRoeland Jago Douma2016-11-191-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Adds background job to cleanup all previews.Roeland Jago Douma2016-11-191-0/+5
|/ | | | | | | | | | * A repair step that inserts a background job for each user * Each background job will delete for 15 seconds if it takes longer we reschedule. This is done so instances that don't use the system cron won't time out. * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Ignore failures of collation change in the pre update stepJoas Schilling2016-10-191-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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