nextcloud-server/tests
Joachim Bauch 3ad763cf18 Prevent loading images that would require too much memory.
For most image formats, the header specifies the width/height.
PHP allocates an image object from that size, even if the actual
image data is much smaller. This image object size is not limited
by the limit configured in PHP.

The memory limit can be configured through "config.php" setting
"preview_max_memory" and defaults to 128 MBytes which should be
enough for most images without filling up all memory.

Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-01-11 14:48:27 +07:00
..
Core Adjust tests 2021-09-07 08:49:49 +07:00
Test/Repair/Owncloud Fix language codes test result order 2021-03-24 12:38:52 +07:00
acceptance Handle single action unshare 2021-06-29 19:09:22 +07:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +07:00
data Prevent loading images that would require too much memory. 2022-01-11 14:48:27 +07:00
docker Use the short array syntax, everywhere 2020-03-26 16:34:56 +07:00
lib Prevent loading images that would require too much memory. 2022-01-11 14:48:27 +07:00
objectstore
travis
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +07:00
drone-run-integration-tests.sh Also run for .sh and .json (when not package or package-lock) 2020-10-30 10:30:50 +07:00
drone-run-php-tests.sh Also run for .sh and .json (when not package or package-lock) 2020-10-30 10:30:50 +07:00
drone-wait-objectstore.sh Use minio for s3 tests 2021-07-05 09:58:37 +07:00
enable_all.php Add tests 2018-01-25 13:44:47 +07:00
karma.config.js jsunit: Remove warnings during test runs 2020-12-29 08:42:34 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml Bring back forgotten tests 2021-03-24 12:38:52 +07:00
preseed-config.php Use minio for s3 tests 2021-07-05 09:58:37 +07:00
redis-cluster.config.php Fix drone 2017-07-14 15:04:18 +07:00
redis.config.php Fix drone 2017-07-14 15:04:18 +07:00
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00