]> source.dussan.org Git - nextcloud-server.git/commit
Fix the Talk verification
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 12 May 2020 09:57:30 +0000 (11:57 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 3 Jun 2020 13:55:35 +0000 (13:55 +0000)
commitd41e5778a0bc0c7bbfc68e7de37fae0b95b86d09
tree6885de64f7b801049910f564e849263cf20e7697
parent7e8803ba9f12a0e7794e4beadb964ab2f07f0283
Fix the Talk verification

When enabling or disabling Talk verification in mail shares the server
expects also a new password to be set. As we always just update one
property at a time this means the Talk verification was impossible to
activate or deactivate. With this patch, we send the talk option AND the
new password. If there is no new password, the Talk option is disabled
(in mail shares; in link shares it is possible to enable or disable the
video verification without changing the password).

When we finally have descriptive text on ActionCheckbox'es we should
definitely add some explanatory text for the user. Right now this is as
good as it gets.

We'll have to backport to 18.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/files_sharing/src/components/SharingEntryLink.vue
apps/files_sharing/src/mixins/ShareRequests.js
apps/files_sharing/src/mixins/SharesMixin.js