From 12338e0ef07c409156fa9cd1008bb981bda20461 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 13 May 2014 15:22:18 +0200 Subject: allow admin to disable sharing for specific groups of users --- core/js/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/js/config.php b/core/js/config.php index 33665b8401c..80b1b6d242d 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -80,6 +80,7 @@ $array = array( 'defaultExpireDate' => $defaultExpireDate, 'defaultExpireDateEnforced' => $enforceDefaultExpireDate, 'enforcePasswordForPublicLink' => \OCP\Util::isPublicLinkPasswordRequired(), + 'sharingDisabledForUser' => \OCP\Util::isSharingDisabledForUser(), ) ) ), -- cgit v1.2.3