]> source.dussan.org Git - nextcloud-server.git/commit
Make AppConfig part of the public API
authorJoas Schilling <coding@schilljs.com>
Mon, 19 Sep 2016 17:43:47 +0000 (19:43 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 21 Oct 2016 07:09:23 +0000 (09:09 +0200)
commit0b1fb180a53fc4e533e2f194977293bc509c5df3
treed28abeb617a3eaf2bee8d97bd284fab126d4cd3f
parent50b6ee67cb025332f1ec7012d3705150ef5a165a
Make AppConfig part of the public API

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 files changed:
apps/provisioning_api/appinfo/routes.php
apps/provisioning_api/lib/Controller/AppConfigController.php [new file with mode: 0644]
core/ajax/appconfig.php [deleted file]
core/js/config.js
core/js/core.json
core/js/js.js
core/js/public/appconfig.js [new file with mode: 0644]
core/routes.php
core/shipped.json
lib/private/legacy/template.php
settings/js/admin.js
tests/lib/App/ManagerTest.php
tests/lib/AppTest.php