From: Joas Schilling Date: Mon, 6 May 2019 13:49:14 +0000 (+0200) Subject: Allow to send the password of protected conversations X-Git-Tag: v17.0.0beta1~476^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6c29401ec534bacb0c8785dd263f12f6e991c36c;p=nextcloud-server.git Allow to send the password of protected conversations Signed-off-by: Joas Schilling --- diff --git a/core/routes.php b/core/routes.php index 364503d72d6..1544fd67e07 100644 --- a/core/routes.php +++ b/core/routes.php @@ -89,6 +89,7 @@ $application->registerRoutes($this, [ ['name' => 'requesthandlercontroller#addShare', 'url' => '/ocm/shares', 'verb' => 'POST', 'app' => 'cloud_federation_api'], ['name' => 'requesthandlercontroller#receiveNotification', 'url' => '/ocm/notifications', 'verb' => 'POST', 'app' => 'cloud_federation_api'], ['name' => 'pagecontroller#showCall', 'url' => '/call/{token}', 'verb' => 'GET', 'app' => 'spreed'], + ['name' => 'pagecontroller#authenticatePassword', 'url' => '/call/{token}', 'verb' => 'POST', 'app' => 'spreed'], ], 'ocs' => [ ['root' => '/cloud', 'name' => 'OCS#getCapabilities', 'url' => '/capabilities', 'verb' => 'GET'],