nextcloud/apps
fenn-cs f9bef8f378 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 00:59:22 +01:00
..
admin_audit Fix(l10n): Update translations from Transifex 2024-02-29 00:20:21 +00:00
cloud_federation_api refactor: Configure OpenAPI scopes 2024-01-18 16:23:36 +01:00
comments Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
contactsinteraction Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
dashboard Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
dav test(dav): Add unit test for no calendars/subscription limit 2024-03-12 12:41:15 +01:00
encryption Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
federatedfilesharing Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
federation Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
files fix(files): Right click menu positioning 2024-03-12 14:59:46 -07:00
files_external test: improve notify tests for smb 2024-03-08 14:20:14 +01:00
files_reminders fix(files_reminders): Fix translations 2024-03-08 03:46:55 -08:00
files_sharing fix: No password set for new mail shares 2024-03-14 00:59:22 +01:00
files_trashbin Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
files_versions chore(assets): build autoloader 2024-03-11 15:57:12 -05:00
lookup_server_connector Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
oauth2 Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
provisioning_api Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
settings fix(settings): posix_getpwuid can return false which should not be accessed using array operation 2024-03-13 16:13:03 +01:00
sharebymail Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
systemtags Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
testing feat: Add declarative settings 2024-03-12 13:56:54 +02:00
theming fix(theming): fix incorrectly inverted favicons 2024-03-11 11:01:39 +01:00
twofactor_backupcodes Fix(l10n): Update translations from Transifex 2024-03-12 00:20:21 +00:00
updatenotification fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
user_ldap Fix(l10n): Update translations from Transifex 2024-03-08 00:19:17 +00:00
user_status fix(user_status): Fix status update request not being sent 2024-02-24 12:35:07 +01:00
weather_status Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
workflowengine Fix(l10n): Update translations from Transifex 2024-03-12 00:20:21 +00:00