summaryrefslogtreecommitdiffstats
path: root/core/avatar/controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Close session for avatar getLukas Reschke2014-10-221-0/+1
| | | | This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.
* Automatically Rotate Avatar based on exif datajosh4trunks2014-06-011-7/+12
| | | | | | | This commit.. * doesn't check if a local or uploaded file is square to give a user the option to crop square images * caches uploaded images to an initial temporary file (needed to fix orientation) * fixes orientation based on exif data * works for encrypted local images as well
* remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-4/+4
|
* Base defaultavatar text on displaynamekondou2013-09-281-1/+1
| | | | Fix #4876
* 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 ↵kondou2013-09-011-6/+6
| | | | OC.Router.registerLoadedCallback()
* Sanitize displayname, respect data @ $element, fix routename, clean after ↵kondou2013-08-311-2/+2
| | | | cropping, updateAvatar with displayname
* 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
|
* Translate "Permission denied" & use class-autoloaderkondou2013-08-271-2/+3
|
* Have a controller instead ofo avatar.php and fix some cropper-designkondou2013-08-261-0/+88