nextcloud/lib/private/Files/Storage
Robin Appelman c567b1d6b2 fix moving files from external storage to object store trashbin
having the "cache rename" after the "storage move" caused the target
to get the fileid from the source file, without taking care that the object
is stored under the original file id.

By doing the "cache rename" first, we trigger the "update existing file"
logic while moving the file to the object store and the object gets stored for the
correct file id

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-23 21:01:22 +00:00
..
PolyFill Update license headers 2019-12-05 15:38:45 +01:00
Wrapper relax permissions mask check for detecting part file rename 2020-06-24 19:11:18 +00:00
Common.php fix moving files from external storage to object store trashbin 2020-07-23 21:01:22 +00:00
CommonTest.php Update license headers for 19 2020-04-29 11:57:22 +02:00
DAV.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FailedStorage.php Update license headers 2019-12-05 15:38:45 +01:00
Flysystem.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Home.php Update license headers 2019-12-05 15:38:45 +01:00
Local.php Clear the statscache before fetching the metadata 2020-05-28 10:30:35 +00:00
LocalTempFileTrait.php Update license headers 2019-12-05 15:38:45 +01:00
Storage.php Update license headers for 19 2020-04-29 11:57:22 +02:00
StorageFactory.php Update license headers 2019-12-05 15:38:45 +01:00
Temporary.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00