| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove show() function since we always show the avatar container | Julius Härtl | 2018-01-08 | 1 | -4/+1 |
* | Also do callback on the failing function | Roeland Jago Douma | 2017-12-19 | 1 | -0/+4 |
* | Fix fallback when image loading fails | Julius Härtl | 2017-12-19 | 1 | -46/+27 |
* | Still call callback once avatar is loaded | Roeland Jago Douma | 2017-12-19 | 1 | -0/+4 |
* | Add loading icon on avatar | John Molakvoæ (skjnldsv) | 2017-12-19 | 1 | -1/+2 |
* | Since we now always generate an avatar do not load the placeholder | Roeland Jago Douma | 2017-12-19 | 1 | -5/+0 |
* | Add empty alt text to avatars as they are decorative next to usernames | Jan-Christoph Borchardt | 2017-09-29 | 1 | -2/+2 |
* | Don't show placeholder when we have loaded the avatar image | Roeland Jago Douma | 2017-09-26 | 1 | -0/+1 |
* | Extract setting the avatar for the unknown user to its own function | Daniel Calviño Sánchez | 2017-09-20 | 1 | -4/+7 |
* | Use "?" instead of user ID as seed for the image placeholder | Daniel Calviño Sánchez | 2017-09-20 | 1 | -1/+1 |
* | Unify appearance of avatars for undefined and unknown users | Daniel Calviño Sánchez | 2017-09-20 | 1 | -0/+1 |
* | Fix tests | Roeland Jago Douma | 2017-03-29 | 1 | -2/+6 |
* | Allow avatars for full numeric users | Roeland Jago Douma | 2017-03-29 | 1 | -0/+3 |
* | use ? instead of X for avatar name fallback | Jan-Christoph Borchardt | 2016-11-22 | 1 | -3/+3 |
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -4/+19 |
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 1 | -2/+2 |
* | Show default placeholder if avatar image can't be fetched | Morris Jobke | 2016-01-20 | 1 | -2/+5 |
* | [Avatars] JS should not load same avatar twice | Roeland Jago Douma | 2015-12-04 | 1 | -19/+40 |
* | Added js tests for jquery.avatar | Roeland Jago Douma | 2015-09-14 | 1 | -1/+1 |
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -2/+2 |
* | Color avatars of non-existing users gray and display X instead | Joas Schilling | 2015-03-13 | 1 | -1/+3 |
* | use high resolution avatars on highdpi screens | Robin Appelman | 2014-04-04 | 1 | -3/+3 |
* | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 1 | -20/+21 |
* | do not show display name on mobile when profile picture is present | Jan-Christoph Borchardt | 2014-02-20 | 1 | -1/+9 |
* | Fix broken users page when a username consists of digits only, fixes #5560 | Arthur Schiwon | 2013-10-25 | 1 | -1/+1 |
* | Renamed current placeholder jquery plugin to imageplaceholder | Vincent Petry | 2013-10-23 | 1 | -3/+3 |
* | Hide defaultavatar in #header and don't darken proper avatars in #header | kondou | 2013-10-04 | 1 | -5/+15 |
* | Base defaultavatar text on displayname | kondou | 2013-09-28 | 1 | -1/+5 |
* | Clean up avatars and preliminary use JSON->rawlist.php | kondou | 2013-09-05 | 1 | -10/+10 |
* | Have login-checks and CSRF checks | kondou | 2013-09-05 | 1 | -1/+1 |
* | Fix unwanted caching in IE8 | kondou | 2013-09-03 | 1 | -3/+11 |
* | Better naming than "ava" & "data", cache timeout, use OC.Router.registerLoade... | kondou | 2013-09-01 | 1 | -7/+9 |
* | Add a description for $.avatar() and remove TODOs @raghunayyar fixed | kondou | 2013-08-31 | 1 | -0/+27 |
* | Deal with OC.Router.generate() | kondou | 2013-08-31 | 1 | -4/+4 |
* | Sanitize displayname, respect data @ $element, fix routename, clean after cro... | kondou | 2013-08-31 | 1 | -2/+11 |
* | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 1 | -12/+12 |
* | Use defaultavatars | kondou | 2013-08-29 | 1 | -0/+37 |