nextcloud/lib
Claus-Justus Heine 539c993c33 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-18 15:45:48 +00:00
..
composer Fix psalm not running 2022-01-27 17:20:00 +01:00
l10n [tx-robot] updated from transifex 2021-11-10 02:24:27 +00:00
private Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. 2022-02-18 15:45:48 +00:00
public Allow to get custom loggers for syslog, errorlog and systemdlog too 2022-02-16 16:02:09 +00:00
autoloader.php Update php licenses 2021-06-04 22:02:41 +02:00
base.php Fix basic auth for OAuth token endpoint 2021-10-19 13:03:23 +02:00
versioncheck.php Use proper exit code 2021-10-03 21:51:45 +02:00