You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$this->shareManager->outgoingServer2ServerSharesAllowed()) {
779
-
thrownewOCSForbiddenException($this->l->t('Sharing %1$s failed because the back end does not allow shares from type %2$s', [$node->getPath(), $shareType]));
780
-
}
781
-
782
769
if ($shareWith === null) {
783
770
thrownewOCSNotFoundException($this->l->t('Please specify a valid federated account ID'));
if (!$this->shareManager->outgoingServer2ServerGroupSharesAllowed()) {
791
-
thrownewOCSForbiddenException($this->l->t('Sharing %1$s failed because the back end does not allow shares from type %2$s', [$node->getPath(), $shareType]));
792
-
}
793
-
794
777
if ($shareWith === null) {
795
778
thrownewOCSNotFoundException($this->l->t('Please specify a valid federated group ID'));
796
779
}
@@ -1049,12 +1032,6 @@ private function validateLinkSharePermissions(Node $node, int $permissions, ?boo
0 commit comments