aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/info.xml4
-rw-r--r--apps/files/appinfo/routes.php5
2 files changed, 0 insertions, 9 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index d6a0959eebe..79926afe83e 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -35,10 +35,6 @@
<command>OCA\Files\Command\ScanAppData</command>
</commands>
- <settings>
- <admin>OCA\Files\Settings\Admin</admin>
- </settings>
-
<activity>
<settings>
<setting>OCA\Files\Activity\Settings\FavoriteAction</setting>
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index 06806309cac..b085d79b8c8 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -77,11 +77,6 @@ $application->registerRoutes(
'verb' => 'GET',
],
[
- 'name' => 'settings#setMaxUploadSize',
- 'url' => '/settings/maxUpload',
- 'verb' => 'POST',
- ],
- [
'name' => 'ajax#getStorageStats',
'url' => '/ajax/getstoragestats.php',
'verb' => 'GET',