aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/avatar.js
Commit message (Collapse)AuthorAgeFilesLines
* Since avatar.js is now essentially empty remove itRoeland Jago Douma2015-12-171-5/+0
|
* Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-171-4/+0
| | | | | This removed the need to do an avatar request on the "empty" row in the user settings.
* Only load the big (128x128) avatar on the perosnal pageRoeland Jago Douma2015-12-171-2/+1
| | | | | Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages.
* Load avatar in header via PHPkondou2014-10-231-10/+0
| | | | | * fix #7484 * use UID, css, and div instead of span
* Scrutinizer cleanupkondou2014-06-021-1/+3
|
* do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-201-1/+8
|
* Hide defaultavatar in #header and don't darken proper avatars in #headerkondou2013-10-041-1/+1
|
* disable avatar loading on public guest pageJörn Friedrich Dreyer2013-09-171-3/+5
|
* Don't use HTML5 <header> to support avatars in IE8kondou2013-09-031-1/+1
|
* Better naming than "ava" & "data", cache timeout, use ↵kondou2013-09-011-2/+2
| | | | OC.Router.registerLoadedCallback()
* Add a description for $.avatar() and remove TODOs @raghunayyar fixedkondou2013-08-311-2/+1
|
* Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-2/+2
|
* Use defaultavatarskondou2013-08-291-0/+10