nextcloud/lib/private/Files/Storage
Daniel Calviño Sánchez 3017951d1d fix: Fix copying or moving from shared groupfolders
When copying or moving between two local storages the source path (on
disk) to copy or move from is got from the unjailed path of the source
storage. However, if the source storage has more than one jail getting
the unjailed path resolves the most external jail, but the source path
needs to be got from the most internal jail instead (the one closer to
the local storage).

This can happen, for example, with a shared groupfolder: in that case
there is an external jail for the shared storage, and one internal jail
for the groupfolder storage wrapped by the shared storage.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-10-10 15:16:12 +02:00
..
PolyFill refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Wrapper Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check 2024-10-09 18:39:42 +02:00
Common.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
CommonTest.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
DAV.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
FailedStorage.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Home.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Local.php fix: Fix copying or moving from shared groupfolders 2024-10-10 15:16:12 +02:00
LocalRootStorage.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
LocalTempFileTrait.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Storage.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
StorageFactory.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Temporary.php fix(Storage): Fix IStorage return types 2024-09-26 18:13:03 +02:00