nextcloud/tests/lib/files
Thomas Müller bcdb3c26da Merge pull request #19236 from owncloud/call_dot_directories_function
Replaces if ($file === '.' || $file === '..') by public function call isIgnoredDir
2015-09-23 11:34:23 +02:00
..
cache Fix watcher tests to explicitly set policy 2015-07-29 15:10:42 +02:00
mount Revert "Fix mounting wrapped storages resulting in many-layered wrapping" 2015-08-19 14:41:43 +01:00
node Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
objectstore Add a test for ObjectStore\NoopScanner 2015-03-04 11:48:31 +01:00
storage 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
stream occ script to disable encryption and to decrypt all files again 2015-09-15 22:39:44 +02:00
type Move mimetype files into /resources/config/ 2015-09-22 16:43:28 +02:00
utils Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
etagtest.php Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
filesystem.php Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
pathverificationtest.php Add more unit tests 2015-07-30 11:25:05 +02:00
view.php Merge pull request #19247 from owncloud/fix_locking_copy_operation 2015-09-23 11:28:27 +02:00