diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-09 16:07:15 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-16 14:15:04 +0200 |
commit | d2ef73367c6fbc85a3032da405e1dad2fc714a4c (patch) | |
tree | 2ebcd339cc1547889adc96fe1cb15e331fd41697 /settings/routes.php | |
parent | 6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6 (diff) | |
download | nextcloud-server-d2ef73367c6fbc85a3032da405e1dad2fc714a4c.tar.gz nextcloud-server-d2ef73367c6fbc85a3032da405e1dad2fc714a4c.zip |
allow user to start migration in admin settings if no external user back-ends are enabled
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php index 1bb14812145..462b4ab543f 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -42,6 +42,7 @@ $application->registerRoutes($this, [ ['name' => 'MailSettings#setMailSettings', 'url' => '/settings/admin/mailsettings', 'verb' => 'POST'], ['name' => 'MailSettings#storeCredentials', 'url' => '/settings/admin/mailsettings/credentials', 'verb' => 'POST'], ['name' => 'MailSettings#sendTestMail', 'url' => '/settings/admin/mailtest', 'verb' => 'POST'], + ['name' => 'Encryption#startMigration', 'url' => '/settings/admin/startmigration', 'verb' => 'POST'], ['name' => 'AppSettings#listCategories', 'url' => '/settings/apps/categories', 'verb' => 'GET'], ['name' => 'AppSettings#viewApps', 'url' => '/settings/apps', 'verb' => 'GET'], ['name' => 'AppSettings#listApps', 'url' => '/settings/apps/list', 'verb' => 'GET'], |