summaryrefslogtreecommitdiffstats
path: root/tests/lib/avatartest.php
Commit message (Collapse)AuthorAgeFilesLines
* Trigger change on avatar deleteThomas Müller2016-01-251-1/+2
|
* Assert that User::triggerChange is called upon avatar changeThomas Müller2016-01-251-3/+7
|
* Changing the avatar of the user emits the changeUser event which triggers ↵Thomas Müller2016-01-251-1/+4
| | | | update of the system addressbook
* Adding support of -1 as size to be passed into get and getFileThomas Müller2016-01-251-4/+17
|
* Remove all cache avatars on avatar deletionRoeland Jago Douma2016-01-071-7/+23
| | | | | | | Fixes #21513 Since we cache the generated avatars. We should also delete the generated sizes when we remove the avatar.
* [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-1/+14
| | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory.
* DI in avatar codeRoeland Jago Douma2015-12-011-0/+122
* DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB