summaryrefslogtreecommitdiffstats
path: root/core/avatar
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-261-1/+2
|
* Do not print exception messageLukas Reschke2015-10-131-12/+15
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* 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
| | | | First step for https://github.com/owncloud/core/issues/11915
* Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-7/+13
|
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-0/+8
| | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* 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 avatar
| * 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
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* 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
|