nextcloud-server/lib
Daniel Calviño Sánchez e18de3aac0 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:36:33 +07:00
..
composer fix: Skip users that still exist in backend 2024-10-15 16:43:21 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-10-29 00:20:39 +07:00
private fix: Fix copying or moving from shared groupfolders 2024-10-29 10:36:33 +07:00
public fix(Entity): Fix magic setter call for custom strong typed setters 2024-09-16 13:52:41 +07:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +07:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:12:34 +07:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +07:00