]> source.dussan.org Git - nextcloud-server.git/commit
Fix bogus deletion on copy + unlink through rename
authorVincent Petry <pvince81@owncloud.com>
Mon, 26 Jan 2015 11:22:22 +0000 (12:22 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 26 Jan 2015 11:22:22 +0000 (12:22 +0100)
commit02b9bad81b51a37dd60cab34b80796c79390c426
tree2021e5f7b51d3708e73cf0ce612069c6fc215bf9
parenta1cc9eea56a39646e679fd42b6a33249f9aad170
Fix bogus deletion on copy + unlink through rename

Cross-storage rename would cause copy + unlink. That unlink operation
must not trigger the trashbin.
apps/files_trashbin/lib/storage.php
apps/files_trashbin/lib/trashbin.php
apps/files_trashbin/tests/storage.php