summaryrefslogtreecommitdiffstats
path: root/core/avatar
Commit message (Expand)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-261-1/+2
* Do not print exception messageLukas Reschke2015-10-131-12/+15
* Use injected requestVincent Petry2015-10-091-1/+1
* fix IE8 user agent detectionMorris Jobke2015-10-091-1/+1
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-12/+46
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Revert "Allow Remote avatars"Thomas Müller2015-09-151-5/+1
* Allow remote avatarsRoeland Jago Douma2015-08-291-1/+5
* Remove requesttoken for avatarsLukas Reschke2015-08-231-0/+1
* Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-7/+13
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-0/+8
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* Correc type annotationLukas Reschke2015-06-171-3/+3
* Add `no-store` to AppFrameworkLukas Reschke2015-06-151-2/+1
* Update license headersJenkins for ownCloud2015-03-261-0/+2
* Merge pull request #15048 from owncloud/avatar-crop-squareMorris Jobke2015-03-241-1/+1
|\
| * round width and height when cropping avatarRobin Appelman2015-03-201-1/+1
* | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-1/+1
|/
* Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+7
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-112-164/+261
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
* Close session for avatar getLukas Reschke2014-10-221-0/+1
* Automatically Rotate Avatar based on exif datajosh4trunks2014-06-011-7/+12
* remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-4/+4
* Base defaultavatar text on displaynamekondou2013-09-281-1/+1
* Remove superfluous $kondou2013-09-141-1/+1
* Add a comment to clear defaultavatar-functionalitykondou2013-09-111-0/+1
* Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-8/+8
* Have the "notsquare" error as data, not as messagekondou2013-09-061-1/+1
* Clean up avatars and preliminary use JSON->rawlist.phpkondou2013-09-051-6/+4
* Have login-checks and CSRF checkskondou2013-09-051-6/+14
* Use proper controller namingkondou2013-09-041-3/+5
* Fix some bugs and remove \OCP\Avatar for nowkondou2013-09-041-6/+6
* fixing style, var name & PHPDocThomas Müller2013-09-041-2/+4
* Fix some of @jancborchardt's complaints in oc_avatarskondou2013-09-021-3/+3
* Pass setLastModifiedHeader() time()kondou2013-09-011-2/+2
* $image doesn't have data() when a defaultavatar should be usedkondou2013-09-011-1/+1
* Also set an E-Tag headerkondou2013-09-011-0/+2
* Use \OC_Response for cache invalidationkondou2013-09-011-10/+4
* Properly check for tmpavatar, invalidate cache, fix debug msgskondou2013-09-011-3/+14
* Fix @tanghus's complains in avatars and clean up cropper after closing with "x"kondou2013-09-011-6/+30
* Better naming than "ava" & "data", cache timeout, use OC.Router.registerLoade...kondou2013-09-011-6/+6
* Sanitize displayname, respect data @ $element, fix routename, clean after cro...kondou2013-08-311-2/+2
* Clean upkondou2013-08-301-3/+3
* Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-2/+0
* Use OC_Cache and finish cropper functionalitykondou2013-08-291-29/+8
* Use defaultavatarskondou2013-08-291-1/+1
* Use OC.Router.generate, TODO use cache, prepare for defaultavatarskondou2013-08-281-1/+1
* Continue work on cropperkondou2013-08-281-11/+61