nextcloud/settings
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
..
ajax Moved changedisplayname to usercontroller 2015-11-20 16:05:43 +01:00
changepassword Drop OC_SubAdmin and replace usages 2015-10-29 11:31:18 +01:00
controller User IUser::getEMailAddress() all over the place 2015-12-02 21:25:05 +01:00
css change 'cronstatus' to 'status' so that it can be used in other apps too 2015-11-19 18:07:10 +01:00
img remove shadow effects from settings icons, reduce size 2014-07-02 19:50:58 +02:00
js [Avatars] JS should not load same avatar twice 2015-12-04 10:42:11 +01:00
l10n [tx-robot] updated from transifex 2015-12-03 01:55:12 -05:00
middleware Update license headers 2015-03-26 11:44:36 +01:00
templates Remove OC_Config from app management template 2015-12-02 14:35:38 +01:00
tests/js Add js tests for empty content page 2015-10-26 16:15:15 +01:00
admin.php update licence headers via script 2015-10-05 21:15:52 +02:00
application.php Add code integrity check 2015-12-01 11:55:20 +01:00
help.php Use active instead of non existing pressed 2015-05-12 12:20:28 +02:00
languageCodes.php add english language code translation 2015-08-31 17:41:20 +02:00
personal.php User IUser::getEMailAddress() all over the place 2015-12-02 21:25:05 +01:00
routes.php Add code integrity check 2015-12-01 11:55:20 +01:00
users.php Fix typo in variable name 2015-11-04 09:44:19 +01:00