nextcloud-server/lib
Claus-Justus Heine a355410b88
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
The current implementation already switches the storage-backend to
$storage->getSourceStorage(). However, it then calls
$rootInfo->getInternalPath() which returns the internal path relative to
the storage where the share is mounted. This is wrong, we need also to
unjail the path. Compare, e.g., with
OCA\Files_Sharing\SharedStorage::file_get/put_contents() for the
"logic".

Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2022-02-03 10:05:49 +01:00
..
composer Add a primary key to ratelimit_entries table 2022-01-28 16:55:16 +01:00
l10n [tx-robot] updated from transifex 2022-02-03 02:26:58 +00:00
private Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. 2022-02-03 10:05:49 +01:00
public send request id in response header 2022-02-01 14:24:01 +01:00
autoloader.php
base.php
versioncheck.php