nextcloud/lib/private/legacy
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
..
template Add deprecation notice to script & addScript func 2022-01-27 11:04:30 +01:00
OC_API.php Remove deprecated \OCP\API 2021-03-03 20:54:32 +01:00
OC_App.php Revert "Fix "never catch" catches in OC_App" 2021-10-25 08:41:56 +02:00
OC_DB.php Check style update 2022-01-13 00:19:07 +01:00
OC_DB_StatementWrapper.php Check style update 2022-01-13 00:19:07 +01:00
OC_Defaults.php Merge pull request #26481 from ghost/fdroid 2021-07-13 08:49:59 +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-03 10:05:49 +01:00
OC_Hook.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
OC_Image.php Prevent loading images that would require too much memory. 2022-01-11 11:44:38 +01: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 Move backgroundjob script after main core scripts 2022-01-08 10:14:53 +01:00
OC_User.php allow null password in UserLoggedInEvent 2021-10-13 12:37:34 +02:00
OC_Util.php Merge pull request #30855 from nextcloud/psalm/theming 2022-01-27 20:04:02 +01:00