| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+2 |
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -12/+15 |
* | Use injected request | Vincent Petry | 2015-10-09 | 1 | -1/+1 |
* | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 1 | -1/+1 |
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -12/+46 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -5/+1 |
* | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -1/+5 |
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -0/+1 |
* | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -7/+13 |
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -0/+8 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
* | Correc type annotation | Lukas Reschke | 2015-06-17 | 1 | -3/+3 |
* | Add `no-store` to AppFramework | Lukas Reschke | 2015-06-15 | 1 | -2/+1 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -0/+2 |
* | Merge pull request #15048 from owncloud/avatar-crop-square | Morris Jobke | 2015-03-24 | 1 | -1/+1 |
|\ |
|
| * | round width and height when cropping avatar | Robin Appelman | 2015-03-20 | 1 | -1/+1 |
* | | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
|/ |
|
* | Fix getting the avatar of a non-existing user | Joas Schilling | 2015-03-13 | 1 | -5/+7 |
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 2 | -164/+261 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
* | Close session for avatar get | Lukas Reschke | 2014-10-22 | 1 | -0/+1 |
* | Automatically Rotate Avatar based on exif data | josh4trunks | 2014-06-01 | 1 | -7/+12 |
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -4/+4 |
* | Base defaultavatar text on displayname | kondou | 2013-09-28 | 1 | -1/+1 |
* | Remove superfluous $ | kondou | 2013-09-14 | 1 | -1/+1 |
* | Add a comment to clear defaultavatar-functionality | kondou | 2013-09-11 | 1 | -0/+1 |
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -8/+8 |
* | Have the "notsquare" error as data, not as message | kondou | 2013-09-06 | 1 | -1/+1 |
* | Clean up avatars and preliminary use JSON->rawlist.php | kondou | 2013-09-05 | 1 | -6/+4 |
* | Have login-checks and CSRF checks | kondou | 2013-09-05 | 1 | -6/+14 |
* | Use proper controller naming | kondou | 2013-09-04 | 1 | -3/+5 |
* | Fix some bugs and remove \OCP\Avatar for now | kondou | 2013-09-04 | 1 | -6/+6 |
* | fixing style, var name & PHPDoc | Thomas Müller | 2013-09-04 | 1 | -2/+4 |
* | Fix some of @jancborchardt's complaints in oc_avatars | kondou | 2013-09-02 | 1 | -3/+3 |
* | Pass setLastModifiedHeader() time() | kondou | 2013-09-01 | 1 | -2/+2 |
* | $image doesn't have data() when a defaultavatar should be used | kondou | 2013-09-01 | 1 | -1/+1 |
* | Also set an E-Tag header | kondou | 2013-09-01 | 1 | -0/+2 |
* | Use \OC_Response for cache invalidation | kondou | 2013-09-01 | 1 | -10/+4 |
* | Properly check for tmpavatar, invalidate cache, fix debug msgs | kondou | 2013-09-01 | 1 | -3/+14 |
* | Fix @tanghus's complains in avatars and clean up cropper after closing with "x" | kondou | 2013-09-01 | 1 | -6/+30 |
* | Better naming than "ava" & "data", cache timeout, use OC.Router.registerLoade... | kondou | 2013-09-01 | 1 | -6/+6 |
* | Sanitize displayname, respect data @ $element, fix routename, clean after cro... | kondou | 2013-08-31 | 1 | -2/+2 |
* | Clean up | kondou | 2013-08-30 | 1 | -3/+3 |
* | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 1 | -2/+0 |
* | Use OC_Cache and finish cropper functionality | kondou | 2013-08-29 | 1 | -29/+8 |
* | Use defaultavatars | kondou | 2013-08-29 | 1 | -1/+1 |
* | Use OC.Router.generate, TODO use cache, prepare for defaultavatars | kondou | 2013-08-28 | 1 | -1/+1 |
* | Continue work on cropper | kondou | 2013-08-28 | 1 | -11/+61 |