Files
nextcloud-server-mirror/core
Roeland Jago Douma 50d862e5d1 [Avatars] JS should not load same avatar twice
Old code first dit an ajax request to the avatar. Then a new image
object with the same src was created and since we do not cache avatars
yet :(  this resulted in 2 sequential requests to the exact same URL

Now if you set the displayname it will first set the placeholder and
then load the avatar in the background. Only once this time!
2015-12-04 10:42:11 +01:00
..
2015-10-26 14:04:01 +01:00
2015-12-01 11:55:20 +01:00
2015-12-04 01:56:31 -05:00
2015-11-24 15:01:20 +01:00
2015-10-05 21:15:52 +02:00
2015-03-26 11:44:36 +01:00
2015-11-28 12:21:53 +01:00
2015-03-26 11:44:36 +01:00
2015-10-26 14:04:01 +01:00
2015-12-01 11:55:20 +01:00
2015-10-26 14:04:01 +01:00
2015-11-27 14:26:39 +01:00
2015-06-25 14:13:49 +02:00