summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-04-15 14:21:23 +0200
committerLukas Reschke <lukas@owncloud.com>2015-04-20 12:58:58 +0200
commit20a6073a9feb6b0eb4c004e58bb47912c447fef9 (patch)
treedea2c6537e304738fe62245e3cf2cfbe030218f4 /apps/files_external/appinfo
parent9f61cf60d49367726bc9b147993dab39eafa0c7b (diff)
downloadnextcloud-server-20a6073a9feb6b0eb4c004e58bb47912c447fef9.tar.gz
nextcloud-server-20a6073a9feb6b0eb4c004e58bb47912c447fef9.zip
Migrate personal certificate handling into AppFramework controllers
Also added unit-tests and better error-handling
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/routes.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php
index 98eb2fcccbb..8c6dff7a901 100644
--- a/apps/files_external/appinfo/routes.php
+++ b/apps/files_external/appinfo/routes.php
@@ -46,12 +46,6 @@ $application->registerRoutes(
)
);
-// TODO: move these to app framework
-$this->create('files_external_add_root_certificate', 'ajax/addRootCertificate.php')
- ->actionInclude('files_external/ajax/addRootCertificate.php');
-$this->create('files_external_remove_root_certificate', 'ajax/removeRootCertificate.php')
- ->actionInclude('files_external/ajax/removeRootCertificate.php');
-
$this->create('files_external_dropbox', 'ajax/dropbox.php')
->actionInclude('files_external/ajax/dropbox.php');
$this->create('files_external_google', 'ajax/google.php')