nextcloud/tests/lib/files
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders
Some storages need to use different calls for deleting files or folders,
usually unlink() and rmdir().

Fixes #4532 (SMB dir deletion)
Fixes #5941 (FTP dir deletion)

Note that the extra is_dir() should be fast because it's read from the
stat cache.
2013-11-29 13:01:01 +01:00
..
cache Redetect mime type whenever extension is renamed 2013-11-27 21:34:51 +01:00
mount fix storage wrapper namespaces 2013-06-28 18:18:12 +02:00
node - giving the user a new id for each test run in order to prevent reuse of e.g. permissions data in the database 2013-09-13 21:44:31 +02:00
storage Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00
stream Fixed quota stream's fseek method 2013-10-25 12:09:46 +02:00
utils Scanner: additional tests for reusing etags during scanning 2013-08-12 15:37:15 +02:00
filesystem.php Added missing test with leading backslash 2013-11-14 15:36:03 +01:00
mapper.php Update mapper.php 2013-06-08 19:44:58 +03:00
view.php External storage space is now not counted in total space 2013-11-18 18:09:01 +01:00