nextcloud/lib
Daniel Calviño Sánchez 6f962c75d4 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-29 10:41:24 +00:00
..
composer fix: Skip users that still exist in backend 2024-10-15 16:50:28 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-29 00:20:33 +00:00
private fix: Fix copying or moving from shared groupfolders 2024-10-29 10:41:24 +00:00
public fix(Entity): Fix magic setter call for custom strong typed setters 2024-09-16 13:52:18 +00:00
autoloader.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
base.php fix(setup-checks): Ensure URL with webroot works 2024-10-11 13:09:20 +02:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00