summaryrefslogtreecommitdiffstats
path: root/lib/private/image.php
Commit message (Expand)AuthorAgeFilesLines
* Make sure we have a resource before measuring its sizeOlivier Paroz2015-06-081-1/+5
* Fix max preview, some resizing and caching issues and force preview providers...Olivier Paroz2015-06-061-0/+20
* Update license headersJenkins for ownCloud2015-03-261-7/+30
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-2/+5
* validate resource's integrity before using itGeorg Ehrke2015-03-161-1/+4
* Revert "Updating license headers"Morris Jobke2015-02-261-29/+11
* Updating license headersJenkins for ownCloud2015-02-231-11/+29
* Check if imageflip is availableMorris Jobke2015-02-121-1/+1
* remove insane debug-log from OC_ImageGeorg Ehrke2015-01-221-1/+0
* Fix exif orientation for flipped imagesMorris Jobke2015-01-181-5/+12
* Do not call filesize(null), this function expects a string.Andreas Fischer2014-12-181-1/+1
* Use \OCP\ILoggerThomas Müller2014-12-011-257/+264
* Added error check to lib/private/image.phpByron Marohn2014-12-011-0/+6
* You can only change the oritentation of a JPEGOlivier Paroz2014-11-241-0/+4
* Preserve transparency when loading from a filekondou2014-09-101-0/+6
* Close file handle if exception occurs in image classMorris Jobke2014-08-131-0/+4
* extract transparency fix from #8050Georg Ehrke2014-07-301-0/+8
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-23/+23
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-3/+3
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-79/+109
|\
| * unit tests for specific image type output addedThomas Müller2014-03-171-1/+6
| * fixing PHPDocThomas Müller2014-03-171-49/+58
| * OC_Image::_output() - throw exception instead of falling back to pngGeorg Ehrke2014-03-141-1/+1
| * remove image/pjpeg from OC_Image::_outputGeorg Ehrke2014-03-141-1/+0
| * don't change mimetype of whole image objectGeorg Ehrke2014-03-141-6/+6
| * make it possible to influence output type of \OC_ImageGeorg Ehrke2014-03-141-7/+40
| * Merge pull request #7182 from owncloud/imagerotate_and_loadbase64_fixVincent Petry2014-03-061-4/+3
| |\
| | * Fix imagerotate and move loadFromBase64() one up.kondou2014-02-121-4/+3
| * | remove unused code and fix wrong variable names - some PHPDoc updatedThomas Müller2014-02-261-23/+8
* | | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-1/+1
|/ /
* | Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-1/+1
|\ \
| * | Merge branch 'master' into quota-space-rootRobin Appelman2014-02-071-2/+2
| |\|
| * | Don't create new thumbnails on the write hookRobin Appelman2014-02-041-1/+1
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-4/+5
* | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-2/+2
|\ \ \ | | |/ | |/|
| * | encode imagePath and fix documentation of loadFromFileGeorg Ehrke2014-01-111-2/+2
| * | fix issue with logging non utf8 charsGeorg Ehrke2013-12-161-1/+1
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-6/+5
|/
* Revert "use relative paths to create images from a file. This way it also wor...Bjoern Schiessle2013-11-221-16/+15
* use relative paths to create images from a file. This way it also works ifBjoern Schiessle2013-11-221-15/+16
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+1020