server/lib
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents
When using user-defined stream wrappers, PHP will
return a maximum of 8192 bytes even if more was
requested.

This fix uses stream_get_contents to make sure the full stream is read
and not only the first 8 KB.

Added unit test with a bigger test file to cover this case.
2014-04-01 10:07:16 +02:00
..
l10n [tx-robot] updated from transifex 2014-03-26 01:56:21 -04:00
private Correctly read the full stream in file_get_contents 2014-04-01 10:07:16 +02:00
public Merge pull request #7879 from owncloud/sharing_cleanup_public_api 2014-03-28 12:23:11 +01:00
autoloader.php Allow null as cache parameter (if no cache was found) and for cache removal. 2013-10-22 11:17:15 +02:00
base.php Merge pull request #7879 from owncloud/sharing_cleanup_public_api 2014-03-28 12:23:11 +01:00