nextcloud/apps/files_sharing
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
..
appinfo fix: replace Account name by Login 2024-02-13 21:08:10 +01:00
composer optimize builtin storage wrappers 2023-11-08 15:26:10 +01:00
css Compress SASS output 2023-01-11 17:46:32 +00:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
js fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-03-13 00:19:52 +00:00
lib fix: add some recrusive detection/prevention 2024-03-08 14:20:14 +01:00
src fix: No password set for new mail shares 2024-03-14 00:59:22 +01:00
templates chore(files): cleanup old templates 2024-01-25 10:24:48 +01:00
tests refactor: make share manager buildable 2024-03-06 14:33:51 +01:00
.l10nignore Remove legacy build files 2022-01-11 17:16:05 +01:00
openapi.json chore(deps): Update openapi-extractor 2024-01-18 16:00:18 +01:00