nextcloud/lib/private/Files
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
..
AppData Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Cache Update license headers for 19 2020-04-29 11:57:22 +02:00
Config Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Mount ensure home storage is initialized on first setup 2020-07-09 12:33:20 +00:00
Node Update license headers for 19 2020-04-29 11:57:22 +02:00
Notify Update license headers 2019-12-05 15:38:45 +01:00
ObjectStore Fix static method call for s3 bucket compat check 2020-07-03 08:26:00 +00:00
Search Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
SimpleFS Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage fix moving files from external storage to object store trashbin 2020-07-23 21:01:22 +00:00
Stream Update license headers for 19 2020-04-29 11:57:22 +02:00
Type Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Utils Add visibility to all constants 2020-04-10 16:54:27 +02:00
FileInfo.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Filesystem.php ensure home storage is initialized on first setup 2020-07-09 12:33:20 +00:00
View.php Update license headers for 19 2020-04-29 11:57:22 +02:00