nextcloud/apps/files_sharing/src/components
Christoph Wurst d41e5778a0 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>
2020-06-03 13:55:35 +00:00
..
PersonalSettings.vue Make auto accepting the default and provide setting to enforce the share acceptance process 2020-01-17 01:35:18 +01:00
SharingEntry.vue Do not save on update, use submit 2020-01-16 01:06:45 +01:00
SharingEntryInherited.vue Allow to navigate to others with access from the sidebar 2020-04-30 08:28:37 +00:00
SharingEntryInternal.vue Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +01:00
SharingEntryLink.vue Fix the Talk verification 2020-06-03 13:55:35 +00:00
SharingEntrySimple.vue Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +01:00
SharingInput.vue Fix filtering our owner & current user from shares 2020-05-05 16:27:33 +00:00