summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/Config/ExternalMountPoint.php4
-rw-r--r--apps/files_sharing/lib/SharedMount.php7
2 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_external/lib/Config/ExternalMountPoint.php b/apps/files_external/lib/Config/ExternalMountPoint.php
index 090e1c77cdf..07475f961f9 100644
--- a/apps/files_external/lib/Config/ExternalMountPoint.php
+++ b/apps/files_external/lib/Config/ExternalMountPoint.php
@@ -40,4 +40,8 @@ class ExternalMountPoint extends MountPoint {
public function getMountType() {
return ($this->storageConfig->getAuthMechanism() instanceof SessionCredentials) ? 'external-session' : 'external';
}
+
+ public function getStorageConfig(): StorageConfig {
+ return $this->storageConfig;
+ }
}
diff --git a/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php
index 1e0b2d921e3..943f14dc2bd 100644
--- a/apps/files_sharing/lib/SharedMount.php
+++ b/apps/files_sharing/lib/SharedMount.php
@@ -254,6 +254,13 @@ class SharedMount extends MountPoint implements MoveableMount {
}
/**
+ * @return \OCP\Share\IShare[]
+ */
+ public function getGroupedShares(): array {
+ return $this->groupedShares;
+ }
+
+ /**
* Get the file id of the root of the storage
*
* @return int