Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trigger change on avatar delete | Thomas Müller | 2016-01-25 | 1 | -1/+2 |
| | |||||
* | Assert that User::triggerChange is called upon avatar change | Thomas Müller | 2016-01-25 | 1 | -3/+7 |
| | |||||
* | Changing the avatar of the user emits the changeUser event which triggers ↵ | Thomas Müller | 2016-01-25 | 1 | -1/+4 |
| | | | | update of the system addressbook | ||||
* | Adding support of -1 as size to be passed into get and getFile | Thomas Müller | 2016-01-25 | 1 | -4/+17 |
| | |||||
* | Remove all cache avatars on avatar deletion | Roeland Jago Douma | 2016-01-07 | 1 | -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 avatar | Roeland Jago Douma | 2015-12-16 | 1 | -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 code | Roeland Jago Douma | 2015-12-01 | 1 | -0/+122 |
* DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB |