aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/AvatarPermissions.php
Commit message (Collapse)AuthorAgeFilesLines
* remote now unneeded AvatarPermissions repair stepRobin Appelman2017-01-261-116/+0
| | | | | | Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* 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