]> 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)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 1 Jun 2020 15:21:42 +0000 (17:21 +0200)
commit5d92a6a7c9a6541d2d6380d42c75bef6cab8c803
treeb0eb92be095921d31a25c29fa266a09f7fd77b2e
parent0f4de3d3533606e20ca4ff035f6eaf9c27bcac4a
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/js/dist/files_sharing_tab.js
apps/files_sharing/js/dist/files_sharing_tab.js.map
apps/files_sharing/src/components/SharingEntryLink.vue
apps/files_sharing/src/mixins/ShareRequests.js
apps/files_sharing/src/mixins/SharesMixin.js