]> source.dussan.org Git - nextcloud-server.git/commit
Add experimental applications switch
authorLukas Reschke <lukas@owncloud.com>
Mon, 30 Mar 2015 13:58:20 +0000 (15:58 +0200)
committerLukas Reschke <lukas@owncloud.com>
Fri, 3 Apr 2015 11:21:24 +0000 (13:21 +0200)
commit0816cf91422346313d44cba5f017125899afbf2d
treea07e2b644f252896f9b271db31009b66f0d0f367
parenta2087f30d1c4b379b9a53a7ba8ef604038d2b8cb
Add experimental applications switch

Allows administrators to disable or enabled experimental applications as well as show the trust level.
18 files changed:
config/config.sample.php
core/templates/layout.user.php
lib/private/app.php
lib/private/app/appmanager.php
lib/private/installer.php
lib/private/ocsclient.php
lib/private/server.php
lib/private/templatelayout.php
lib/public/app/iappmanager.php
settings/application.php
settings/apps.php [deleted file]
settings/controller/appsettingscontroller.php
settings/css/settings.css
settings/js/apps.js
settings/routes.php
settings/templates/apps.php
tests/lib/OCSClientTest.php [new file with mode: 0644]
tests/settings/controller/AppSettingsControllerTest.php [new file with mode: 0644]