nextcloud/apps
fenn-cs 56064697c8
fix: No password set for new mail shares
Before the password is set on a new share, the computed property `hasUnsavedPassword`
is used to check that `this.share.newPassword` is not undefined. Direct assignment without
using Vue's `this.$set` makes it impossible for vue to detect that changes have happened on the share
object. Hence the inreactivity.
This worked initially most likely because `this.share.newPassword = await GeneratePassword()` was executed
before the computed properties where evaluated.
Resolves : https://github.com/nextcloud/server/issues/43919

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-03-14 13:14:18 +01:00
..
admin_audit Fix(l10n): Update translations from Transifex 2024-02-29 00:20:39 +00:00
cloud_federation_api Fix(l10n): Update translations from Transifex 2024-01-16 00:19:10 +00:00
comments Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
contactsinteraction Fix(l10n): Update translations from Transifex 2024-03-13 00:20:13 +00:00
dashboard Fix(l10n): Update translations from Transifex 2024-03-13 00:20:13 +00:00
dav tests(dav): Add unit test for no calendars/subscription limit 2024-03-12 10:45:37 +00:00
encryption Fix(l10n): Update translations from Transifex 2024-03-14 00:20:55 +00:00
federatedfilesharing Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
federation Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
files Fix(l10n): Update translations from Transifex 2024-03-14 00:20:55 +00:00
files_external Fix(l10n): Update translations from Transifex 2024-03-14 00:20:55 +00:00
files_reminders Fix(l10n): Update translations from Transifex 2023-11-17 00:27:18 +00:00
files_sharing fix: No password set for new mail shares 2024-03-14 13:14:18 +01:00
files_trashbin Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
files_versions Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
lookup_server_connector Fix(l10n): Update translations from Transifex 2024-03-13 00:20:13 +00:00
oauth2 Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
provisioning_api Fix(l10n): Update translations from Transifex 2024-03-13 00:20:13 +00:00
settings Fix(l10n): Update translations from Transifex 2024-03-14 00:20:55 +00:00
sharebymail Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
systemtags Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
testing fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
theming Fix(l10n): Update translations from Transifex 2024-03-08 00:19:38 +00:00
twofactor_backupcodes Fix(l10n): Update translations from Transifex 2024-03-12 00:20:40 +00:00
updatenotification Fix(l10n): Update translations from Transifex 2024-03-10 00:19:53 +00:00
user_ldap Merge pull request #44055 from nextcloud/backport/44042/stable27 2024-03-11 11:44:17 +01:00
user_status Fix(l10n): Update translations from Transifex 2024-02-23 00:19:50 +00:00
weather_status Fix(l10n): Update translations from Transifex 2024-03-13 00:20:13 +00:00
workflowengine Fix(l10n): Update translations from Transifex 2024-03-12 00:20:40 +00:00