server/tests
Vincent Petry 76dad297ff Fix encryption feof to not return too early
This is because stream_read will pre-cache the next block which causes
feof($this->source) to return true prematurely. So we cannot rely on it.

Fixed encryption stream wrapper unit tests to actually simulate 6k/8k
blocks to make sure we cover the matching logic.

Added two data files with 8192 and 8193 bytes.
2015-04-20 18:32:40 +02:00
..
acceptance
core Merge pull request #12085 from owncloud/add-swift-mailer 2015-03-17 11:15:39 +01:00
data Fix encryption feof to not return too early 2015-04-20 18:32:40 +02:00
lib Fix encryption feof to not return too early 2015-04-20 18:32:40 +02:00
settings Adjust tests and statuscode 2015-04-20 13:00:02 +02:00
apps.php
bootstrap.php kill OC_FileProxy 💥 2015-04-07 13:30:28 +02:00
enable_all.php Further cleanup of files_encryption 2015-04-07 13:30:28 +02:00
karma.config.js Use storage id + appframework for ext storage CRUD 2015-03-12 18:51:02 +01:00
phpunit-autotest-external.xml Setup a docker container that holds a webdav instance to test files_external 2014-12-17 21:50:35 +01:00
phpunit-autotest.xml Add provisioning_api app 2014-12-24 22:15:20 +01:00
phpunit.xml.dist Add provisioning_api app 2014-12-24 22:15:20 +01:00
preseed-config.php Do not add apps2/ directory if it does not exist 2015-03-19 09:07:29 +01:00
startsessionlistener.php