aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-26 18:43:26 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-27 14:53:08 +0200
commit146583a98d632fceaff1642cd9bc3b566c51615a (patch)
treec79d45cf52d7ceb146ee1cc3099785cff49a6bde /core/js/js.js
parenta9661962fef21ef7a6aaf9e14ffc9c02e22c3d72 (diff)
downloadnextcloud-server-146583a98d632fceaff1642cd9bc3b566c51615a.tar.gz
nextcloud-server-146583a98d632fceaff1642cd9bc3b566c51615a.zip
Added update overview page
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 38b97590430..80cd0104fec 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -175,9 +175,13 @@ var OC={
PERMISSION_DELETE:8,
PERMISSION_SHARE:16,
PERMISSION_ALL:31,
+ /* jshint camelcase: false */
webroot:oc_webroot,
appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false,
currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,
+ config: oc_config,
+ appConfig: oc_appconfig || {},
+ theme: oc_defaults || {},
coreApps:['', 'admin','log','search','settings','core','3rdparty'],
/**