summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Image.php
Commit message (Expand)AuthorAgeFilesLines
* Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-1/+102
* Avoid assignment in if clauseCôme Chilliet2021-12-061-8/+12
* Fix typing problems in OC_ImageCôme Chilliet2021-12-061-2/+10
* Avoid calling image* methods on booleanCôme Chilliet2021-12-061-14/+27
* fix imagecreatetruecolor() errorszaimen2021-11-231-0/+4
* Fix resource usages in OC_ImageCôme Chilliet2021-10-281-17/+17
* Merge pull request #28473 from nextcloud/fix-file-get-contentsChristoph Wurst2021-08-251-1/+1
|\
| * Avoid usage of Nextcloud API, use PHP functionacsfer2021-08-181-1/+1
| * Fix path of `file_get_contents`acsfer2021-08-171-1/+1
* | Remove unused methodDaniel Kesselberg2021-08-181-10/+0
* | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add support for webpRoeland Jago Douma2021-01-191-1/+8
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | GD imagesRoeland Jago Douma2020-12-071-2/+15
|/
* Change 0 to null to properly encode image to BMP if the first pixel is blackMorris Jobke2020-09-101-1/+1
* Cast float/char to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-2/+2
* Fix OC_Image new resize functionsRoeland Jago Douma2020-05-021-0/+9
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+0
* Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-101-1/+1
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-8/+94
|\ \ | |/ |/|
| * optimize batch generation of previewsRobin Appelman2020-04-091-8/+94
* | Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
|/
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+1194