aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2014-05-22 08:19:27 -0400
committerBjörn Schießle <schiessle@owncloud.com>2014-05-22 08:19:27 -0400
commit050df76830f05e25df0c298988658c9482fb4b87 (patch)
treedc1de7a8833883c91eaf15b1a45a1111d8fcfdc5 /core
parentc4f6a80bdc10f502b5e0770fa25da7d5f8a95a7b (diff)
parent12338e0ef07c409156fa9cd1008bb981bda20461 (diff)
downloadnextcloud-server-050df76830f05e25df0c298988658c9482fb4b87.tar.gz
nextcloud-server-050df76830f05e25df0c298988658c9482fb4b87.zip
Merge pull request #8599 from owncloud/sharing_disable_for_groups
allow admin to disable sharing for specific groups of users
Diffstat (limited to 'core')
-rw-r--r--core/js/config.php1
1 files changed, 1 insertions, 0 deletions
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(),
)
)
),