nextcloud/lib/private/files/storage
Jörn Friedrich Dreyer 8b90a55831 use correct variable
wow ... just wow ...
2015-09-23 23:41:39 +02:00
..
polyfill Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
wrapper use correct variable 2015-09-23 23:41:39 +02:00
common.php Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
commontest.php Update license headers 2015-03-26 11:44:36 +01:00
dav.php dont download the existing file for webdav if we're going to overwrite it 2015-09-21 13:45:25 +02:00
flysystem.php also dont download existing on fopen when using w+ and wb+ 2015-07-03 15:53:02 +02:00
home.php Update license headers 2015-03-26 11:44:36 +01:00
local.php Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
localtempfiletrait.php update license headers and authors 2015-06-25 14:13:49 +02:00
storage.php update license headers and authors 2015-06-25 14:13:49 +02:00
storagefactory.php Check result of storage wrappers 2015-08-30 10:02:42 +02:00
temporary.php Keep shared locks in post hooks 2015-06-25 16:33:02 +02:00