summaryrefslogtreecommitdiffstats
path: root/core/js/jquery.avatar.js
Commit message (Expand)AuthorAgeFilesLines
* Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
* Don't show placeholder when we have loaded the avatar imageRoeland Jago Douma2017-09-261-0/+1
* Extract setting the avatar for the unknown user to its own functionDaniel Calviño Sánchez2017-09-201-4/+7
* Use "?" instead of user ID as seed for the image placeholderDaniel Calviño Sánchez2017-09-201-1/+1
* Unify appearance of avatars for undefined and unknown usersDaniel Calviño Sánchez2017-09-201-0/+1
* Fix testsRoeland Jago Douma2017-03-291-2/+6
* Allow avatars for full numeric usersRoeland Jago Douma2017-03-291-0/+3
* use ? instead of X for avatar name fallbackJan-Christoph Borchardt2016-11-221-3/+3
* Cache avatars properlyRoeland Jago Douma2016-08-301-4/+19
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-2/+2
* Show default placeholder if avatar image can't be fetchedMorris Jobke2016-01-201-2/+5
* [Avatars] JS should not load same avatar twiceRoeland Jago Douma2015-12-041-19/+40
* Added js tests for jquery.avatarRoeland Jago Douma2015-09-141-1/+1
* Remove requesttoken for avatarsLukas Reschke2015-08-231-2/+2
* Color avatars of non-existing users gray and display X insteadJoas Schilling2015-03-131-1/+3
* use high resolution avatars on highdpi screensRobin Appelman2014-04-041-3/+3
* Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-20/+21
* do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-201-1/+9
* Fix broken users page when a username consists of digits only, fixes #5560Arthur Schiwon2013-10-251-1/+1
* Renamed current placeholder jquery plugin to imageplaceholderVincent Petry2013-10-231-3/+3
* Hide defaultavatar in #header and don't darken proper avatars in #headerkondou2013-10-041-5/+15
* Base defaultavatar text on displaynamekondou2013-09-281-1/+5
* Clean up avatars and preliminary use JSON->rawlist.phpkondou2013-09-051-10/+10
* Have login-checks and CSRF checkskondou2013-09-051-1/+1
* Fix unwanted caching in IE8kondou2013-09-031-3/+11
* Better naming than "ava" & "data", cache timeout, use OC.Router.registerLoade...kondou2013-09-011-7/+9
* Add a description for $.avatar() and remove TODOs @raghunayyar fixedkondou2013-08-311-0/+27
* Deal with OC.Router.generate()kondou2013-08-311-4/+4
* Sanitize displayname, respect data @ $element, fix routename, clean after cro...kondou2013-08-311-2/+11
* Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-12/+12
* Use defaultavatarskondou2013-08-291-0/+37