From: Jörn Friedrich Dreyer Date: Tue, 13 Aug 2013 20:58:27 +0000 (+0200) Subject: add PERMISSIONS_ALL summary X-Git-Tag: v6.0.0alpha2~329^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5660f99592b313e423c0b7d9682dacb1896ce102;p=nextcloud-server.git add PERMISSIONS_ALL summary --- diff --git a/core/js/js.js b/core/js/js.js index 1d1711383f7..64b5556987d 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -157,6 +157,7 @@ var OC={ PERMISSION_UPDATE:2, PERMISSION_DELETE:8, PERMISSION_SHARE:16, + PERMISSION_ALL:31, webroot:oc_webroot, appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false, currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,