aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/ImageTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-47/+47
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-19/+19
* fix(tests): Fix ImageTest testCôme Chilliet2024-08-291-5/+7
* fix: Remove all references to OC_ImageCôme Chilliet2024-08-291-50/+51
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-2/+1
* increase preview_max_memory and make it easier to debugSimon L2022-12-221-2/+2
* Fix test image default qualityJ0WI2022-12-041-1/+1
* getAppValue expects stringJohn Molakvoæ2022-11-171-1/+1
* Tests adjustementGit'Fellow2022-11-161-1/+1
* Interlace all output JPEGVarun Patil2022-10-251-0/+2
* Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-0/+17
* Revert "Do not run image tests on php8"Côme Chilliet2021-10-281-68/+0
* php cs fixRoeland Jago Douma2020-12-071-1/+0
* Do not run image tests on php8Roeland Jago Douma2020-12-071-0/+69
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-181-43/+81
* Remove unused mimetype detection method in OC_ImageMorris Jobke2017-11-271-16/+1
* Use 90% JPEG quality for thumbnails and previews by defaultJoas Schilling2017-02-221-1/+7
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-4/+0
* Fix lib/Joas Schilling2016-05-191-0/+341