aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Image.php
Commit message (Expand)AuthorAgeFilesLines
* fix(previews): Stop returning true when getimagesize() failsJosh Richards2024-07-151-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-41/+3
* fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
* fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-2/+1
* fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-47/+29
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* fix(preview): webp preview formatRichard Steinmetz2024-03-261-0/+26
* Silent imagecreatefromstring() errorsGit'Fellow2023-06-301-1/+1
* fix OC_Image: Prevent E_WARNING from getimagesize*Marcel Klehr2023-03-161-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-25/+24
* increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
* Allow empty mimeTypeJ0WI2022-12-041-8/+7
* Add type hintsJ0WI2022-12-041-49/+45
* Fix redundant conditionJ0WI2022-12-041-1/+1
* Remove obsolete GD function overwritesJ0WI2022-12-041-281/+1
* getAppValue expects stringJohn Molakvoæ2022-11-171-1/+1
* Default Jpeg quality to 80Git'Fellow2022-11-161-1/+1
* Interlace all output JPEGVarun Patil2022-10-251-0/+4
* Move Gd failed operations to debug levelGit'Fellow2022-05-251-20/+18
* 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-101-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