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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-11-25 22:45:10 +0300
committerdartcafe <github@dartcafe.de>2021-11-26 11:23:44 +0300
commit7d3c355284747e47493264d4e25c7f8f1b3807ad (patch)
tree14560537f70a1c3e358a154ade8df5f53a63732c /appinfo
parentcee82690e7aac4c7c98b50879c79752308ee728f (diff)
make email registration a per public share option
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index dae456ac..e5b454ef 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -90,6 +90,7 @@ return [
['name' => 'share#resolveGroup', 'url' => '/share/{token}/resolve', 'verb' => 'GET'],
['name' => 'share#user_to_admin', 'url' => '/share/{token}/admin', 'verb' => 'PUT'],
['name' => 'share#admin_to_user', 'url' => '/share/{token}/user', 'verb' => 'PUT'],
+ ['name' => 'share#set_public_poll_email', 'url' => '/share/{token}/publicpollemail/{value}', 'verb' => 'PUT'],
['name' => 'settings#getAppSettings', 'url' => '/settings/app', 'verb' => 'GET'],
['name' => 'settings#writeAppSettings', 'url' => '/settings/app', 'verb' => 'POST'],