diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 13:56:35 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 13:56:35 +0200 |
commit | 3959f8ac4e979f9c1fcaef3d18deb0c7c858f560 (patch) | |
tree | bc0a395f5555ecd8f098f3d34473069dda387496 /apps | |
parent | e9d6807c5cca15e4a2a2243b6ab855b975ba0b3e (diff) | |
parent | 9bc48451b939df58b7e7e90300c9c716c348027f (diff) | |
download | nextcloud-server-3959f8ac4e979f9c1fcaef3d18deb0c7c858f560.tar.gz nextcloud-server-3959f8ac4e979f9c1fcaef3d18deb0c7c858f560.zip |
Merge pull request #15637 from owncloud/migrate-certificate-stuff
Migrate personal certificate handling to AppFramework controllers
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/appinfo/routes.php | 6 |
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') |