nextcloud/lib/private/legacy
Claus-Justus Heine c31adf12b9 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:46:35 +00:00
..
template Update php licenses 2021-06-04 22:02:41 +02:00
OC_API.php Remove deprecated \OCP\API 2021-03-03 20:54:32 +01:00
OC_App.php Merge pull request #29183 from nextcloud/backport/29028/stable22 2021-10-19 11:11:26 +02:00
OC_DB.php Fix psalm 2022-01-24 13:34:48 +01:00
OC_DB_StatementWrapper.php Fix psalm 2022-01-24 13:34:48 +01:00
OC_Defaults.php Fix default product name for old themes 2021-06-16 15:52:49 +02:00
OC_EventSource.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_FileChunking.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_Files.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_Helper.php Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. 2022-02-18 15:46:35 +00:00
OC_Hook.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_Image.php Prevent loading images that would require too much memory. 2022-01-11 14:49:15 +00:00
OC_JSON.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_Response.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_Template.php Update php licenses 2021-06-04 22:02:41 +02:00
OC_User.php Don't further setup disabled users when logging in with apache 2021-10-04 11:03:04 +00:00
OC_Util.php Psalm fixing 2022-01-27 17:20:48 +01:00