summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Collapse)AuthorAgeFilesLines
* Drop obsolete tables: gallery_albums and gallery_photosFlorian Preinstorfer2016-06-191-1/+3
| | | | | Commit 34a21a63ce5730a4f45af6745b4acd6f702e6e79 renamed gallery_albums to pictures_images_cache and removed gallery_photos entirely.
* 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
| | | | | | | | | | | | 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/+103
| | | | fixes #21889
* 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 ↵Thomas Müller2016-04-2518-135/+123
| | | | interface - refs #24198
* 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