Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-05-06 16:49:14 +0300
committerJoas Schilling <coding@schilljs.com>2019-05-06 18:10:41 +0300
commit6c29401ec534bacb0c8785dd263f12f6e991c36c (patch)
tree82bdb6aa35727b6deda21073b328eb59120ae1d3 /core/routes.php
parent0877a2e6274ed233eb8773099bceaa32b870195f (diff)
Allow to send the password of protected conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php1
1 files changed, 1 insertions, 0 deletions
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'],