nextcloud/apps/files_trashbin/lib
Vincent Petry 67f1534e0f Call final unlink in trash wrapper's storage
In the case of cross-storage delete, the files are copied to the trash,
then deleted. The final delete on the source storage would still reach
the trash wrapper.

This fix makes forwards that second call to the wrapped storage to make
the final delete work.

It fixes the issue with remote shares, local shares and external
storage.

Also, it uses a new function "renameRecursive" that renames the files
and preserves the mtimes (like "copy_recursive" did in the past))
2015-01-23 12:20:54 +01:00
..
exceptions Autoload exception from files_trashbin 2014-12-02 17:26:42 +01:00
capabilities.php Only show undelete capability if files_trashbin is enabled 2014-11-18 23:06:39 +01:00
helper.php Add getMountPoint to FileInfo 2014-12-17 14:03:50 +01:00
hooks.php replace hook with storage wrapper 2015-01-19 09:16:15 +01:00
storage.php Call final unlink in trash wrapper's storage 2015-01-23 12:20:54 +01:00
trashbin.php Call final unlink in trash wrapper's storage 2015-01-23 12:20:54 +01:00