diff options
author | Björn Schießle <schiessle@owncloud.com> | 2014-05-22 08:19:27 -0400 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2014-05-22 08:19:27 -0400 |
commit | 050df76830f05e25df0c298988658c9482fb4b87 (patch) | |
tree | dc1de7a8833883c91eaf15b1a45a1111d8fcfdc5 /core | |
parent | c4f6a80bdc10f502b5e0770fa25da7d5f8a95a7b (diff) | |
parent | 12338e0ef07c409156fa9cd1008bb981bda20461 (diff) | |
download | nextcloud-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.php | 1 |
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(), ) ) ), |