]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge branch 'master' into sharing_mail_notification_master
authorBjoern Schiessle <schiessle@owncloud.com>
Mon, 16 Sep 2013 08:40:06 +0000 (10:40 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Mon, 16 Sep 2013 08:40:06 +0000 (10:40 +0200)
Conflicts:
apps/files/index.php

1  2 
apps/files/index.php
apps/files/templates/index.php
core/js/share.js
lib/public/share.php
lib/util.php

index 28ec1681fc6ad1cff71fc19165645ff165bdcb09,d46d8e32eefcce1cc08cd502a4b016bde1a63418..d9377550eb2c2308196c5eb1ac9ae22fbc3dfb8f
@@@ -153,6 -132,7 +132,9 @@@ if ($needUpgrade) 
        $tmpl->assign('isPublic', false);
        $tmpl->assign('publicUploadEnabled', $publicUploadEnabled);
        $tmpl->assign("encryptedFiles", \OCP\Util::encryptedFiles());
 +      $tmpl->assign("mailNotificationEnabled", \OC_Appconfig::getValue('core', 'shareapi_allow_mail_notification', 'yes'));
+       $tmpl->assign('disableSharing', false);
+       $tmpl->assign('ajaxLoad', $ajaxLoad);
++
        $tmpl->printPage();
  }
Simple merge
Simple merge
Simple merge
diff --cc lib/util.php
Simple merge