Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote now unneeded AvatarPermissions repair step | Robin Appelman | 2017-01-26 | 1 | -116/+0 |
| | | | | | | Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | 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 |