Robin Appelman
|
c22697e09e
|
only remove avatars from the folder we store them in
|
2016-03-30 10:24:43 +02:00 |
Robin Appelman
|
54e750ba78
|
dont die when we cant save the resized avatar, log instead
|
2016-03-11 13:44:35 +01:00 |
Thomas Müller
|
a1ca9de0f5
|
Trigger change on avatar delete
|
2016-01-25 20:56:04 +01:00 |
Thomas Müller
|
68ef6e1bdd
|
Assert that User::triggerChange is called upon avatar change
|
2016-01-25 20:05:11 +01:00 |
Thomas Müller
|
f165ad8864
|
Changing the avatar of the user emits the changeUser event which triggers update of the system addressbook
|
2016-01-25 20:05:11 +01:00 |
Thomas Müller
|
728caf13f8
|
Adding support of -1 as size to be passed into get and getFile
|
2016-01-25 16:54:40 +01:00 |
Roeland Jago Douma
|
4e6f6518ff
|
Remove all cache avatars on avatar deletion
Fixes #21513
Since we cache the generated avatars. We should also delete the
generated sizes when we remove the avatar.
|
2016-01-07 20:51:18 +01:00 |
Roeland Jago Douma
|
d796c43841
|
[Avatars] Add function to get the Node of the avatar
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.
|
2015-12-16 20:29:02 +01:00 |
Roeland Jago Douma
|
b00db2c933
|
DI in avatar code
* DI in avatar code
* Use the node API
* More unit tests
* Unit tests no longer require DB
|
2015-12-01 22:15:43 +01:00 |