Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore failures of collation change in the pre update step | Joas Schilling | 2016-10-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix repair | Roeland Jago Douma | 2016-10-05 | 1 | -3/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Avatar migration step | Roeland Jago Douma | 2016-10-05 | 1 | -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 update | Morris Jobke | 2016-09-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add repair step for unmerged shares (WIP) | Vincent Petry | 2016-08-03 | 1 | -0/+7 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Use getLazyRootFolder from RemoveRootShares repair step | Vincent Petry | 2016-06-17 | 1 | -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_23265 | Vincent Petry | 2016-06-16 | 1 | -0/+2 |
|\ | | | | | Remove shares of the root folder | ||||
| * | Remove shares of the root folder | Roeland Jago Douma | 2016-06-13 | 1 | -0/+2 |
| | | | | | | | | | | | | Fixes #23265 (A possibly costly) repair job to remove cyclic shares. | ||||
* | | Clean up tags of deleted users | Joas Schilling | 2016-06-14 | 1 | -1/+1 |
|/ | |||||
* | Repair job to fix permissions for avatars | Roeland Jago Douma | 2016-06-10 | 1 | -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 shares | Roeland Jago Douma | 2016-06-09 | 1 | -0/+2 |
| | | | | fixes #21889 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | Allow migration steps to use automatic DI | Joas Schilling | 2016-05-03 | 1 | -7/+12 |
| | |||||
* | Repair steps no longer implement the Emitter interface | Thomas Müller | 2016-05-02 | 1 | -11/+0 |
| | |||||
* | Move more from \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -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 |