Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop obsolete tables: gallery_albums and gallery_photos | Florian Preinstorfer | 2016-06-19 | 1 | -1/+3 |
| | | | | | Commit 34a21a63ce5730a4f45af6745b4acd6f702e6e79 renamed gallery_albums to pictures_images_cache and removed gallery_photos entirely. | ||||
* | Empty string is null on oracle | Roeland Jago Douma | 2016-06-10 | 1 | -1/+9 |
| | |||||
* | Repair job to fix permissions for avatars | Roeland Jago Douma | 2016-06-10 | 1 | -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 shares | Roeland Jago Douma | 2016-06-09 | 1 | -0/+103 |
| | | | | fixes #21889 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 16 | -5/+19 |
| | |||||
* | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -0/+4 |
| | |||||
* | Move background job to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+2 |
| | |||||
* | Adding progress to web upgrade | Thomas Müller | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Adding progress to occ maintenance:repair | Thomas Müller | 2016-04-28 | 1 | -1/+4 |
| | |||||
* | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵ | Thomas Müller | 2016-04-25 | 18 | -135/+123 |
| | | | | interface - refs #24198 | ||||
* | Drop old calendar and contacts tables - fixes #21889 | Thomas Müller | 2016-04-22 | 1 | -0/+7 |
| | |||||
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-21 | 18 | -0/+1989 |