]> source.dussan.org Git - nextcloud-server.git/commit
Add storage and cache wrappers to jail a storage to a subfolder
authorRobin Appelman <icewind@owncloud.com>
Mon, 10 Nov 2014 15:00:08 +0000 (16:00 +0100)
committerRobin Appelman <icewind@owncloud.com>
Thu, 27 Nov 2014 14:25:53 +0000 (15:25 +0100)
commitabb6e89c5d83102c2838bd6a48b5bf6e73e9660d
treeb2fab37864f6f904c4560bf111dcbf6d72e69401
parenta2172786a8cbdcac58906df03713f21a98694119
Add storage and cache wrappers to jail a storage to a subfolder
lib/private/files/cache/cache.php
lib/private/files/cache/wrapper/cachejail.php [new file with mode: 0644]
lib/private/files/cache/wrapper/cachewrapper.php [new file with mode: 0644]
lib/private/files/storage/wrapper/jail.php [new file with mode: 0644]
lib/private/files/storage/wrapper/permissionsmask.php [new file with mode: 0644]
tests/lib/files/cache/cache.php
tests/lib/files/cache/wrapper/cachejail.php [new file with mode: 0644]
tests/lib/files/storage/wrapper/jail.php [new file with mode: 0644]