Commit Graph

24 Commits (49cf5ba318add68160aede0e2ad624800983d183)

Author SHA1 Message Date
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Côme Chilliet 80d7d867bd fix(tests): Fix ImageTest test 1 year ago
Côme Chilliet e8c671fa8b fix: Remove all references to OC_Image 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Côme Chilliet 5d1ca7e25a
fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
Simon L bfb3b2af9f increase preview_max_memory and make it easier to debug 3 years ago
J0WI a4d0700bf2 Fix test image default quality 3 years ago
John Molakvoæ d27a39271e
getAppValue expects string 3 years ago
Git'Fellow 0f3150cff7
Tests adjustement 3 years ago
Varun Patil 48917e718e Interlace all output JPEG 3 years ago
Joachim Bauch d3d65e5c88
Prevent loading images that would require too much memory. 4 years ago
Côme Chilliet 23a4e17bd1
Revert "Do not run image tests on php8" 4 years ago
Roeland Jago Douma 6a7e849090
php cs fix 5 years ago
Roeland Jago Douma d690f90928
Do not run image tests on php8 5 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Morris Jobke 3d4c698f44
Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 8 years ago
Morris Jobke dbb034f903
Remove unused mimetype detection method in OC_Image 8 years ago
Joas Schilling 1e281bc616
Use 90% JPEG quality for thumbnails and previews by default 9 years ago
Morris Jobke c2d88a08b7
Remove unneeded checks if it runs on a Windows machine 10 years ago
Joas Schilling 9a4253ef7c
Fix lib/ 10 years ago
Olivier Paroz 71d65cb713 Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly 11 years ago
Joas Schilling 8ed27d2ce0 Create an interface for OC_Image and OCP\Image for the public API 11 years ago
Georg Ehrke 09b05373ed validate resource's integrity before using it 11 years ago
Joas Schilling cb3a598cdb Make root tests extend the \Test\TestCase 11 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 11 years ago
kondou 18ef7bf1ed Preserve transparency when loading from a file 11 years ago
Thomas Müller cd038604d3 unit tests for specific image type output added 12 years ago
kondou 2d6a400381 Check for $this->fileInfo and @depend on testData() 13 years ago
kondou 0869f9b655 Fix #4258, clean up \OC_Image and improve its unittest 13 years ago
kondou de0dc30d89 Update skipped tests messages 13 years ago
kondou 20b688d4be Optimize image and skip mimetype test 13 years ago
kondou 415e38fc50 Cover more cases 13 years ago
kondou 71f43c5fa1 Add OC_Image Unit Test 13 years ago