nextcloud/apps/files_external
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
..
3rdparty Fixed SMB rename function to overwrite target file 2013-11-25 11:17:38 +01:00
ajax fixing dropbox require path 2013-11-05 10:33:21 +01:00
appinfo renaming OC\Files\Storage\SWIFT to OC\Files\Storage\Swift 2013-10-22 14:22:03 +02:00
css Fix spacing issue for checkboxes, vertically center checkboxes on personal page 2013-11-11 18:03:57 +01:00
js Now using smaller spinner image for status indicator 2013-10-11 12:36:30 +02:00
l10n [tx-robot] updated from transifex 2013-11-21 10:05:34 -05:00
lib Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00
templates Added missing "grid" class on external storage's table 2013-10-14 14:02:39 +02:00
tests Add trailing slash in FTP root path when missing 2013-11-28 11:45:26 +01:00
personal.php [files_external] From echo to p 2013-02-27 21:31:27 +01:00
settings.php Files External: show display names instead of internal user names in Settings UI 2013-03-27 19:07:33 +01:00