nextcloud/apps/files_sharing
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
..
appinfo add command do delete orphan shares 2023-07-10 11:26:32 +00:00
composer optimize builtin storage wrappers 2023-11-09 15:41:01 +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(files_sharing): Allow file actions other than download for hide download shares 2023-03-13 12:51:48 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-03-14 00:20:55 +00:00
lib Merge pull request #43832 from nextcloud/backport/43428/stable27 2024-02-29 11:26:04 +01:00
src fix: No password set for new mail shares 2024-03-14 13:14:18 +01:00
templates make sure to show download button only one time 2023-06-14 15:35:01 +02:00
tests feat(share): save date and time for expiration 2024-02-26 09:10:26 +00:00
.l10nignore Remove legacy build files 2022-01-11 17:16:05 +01:00
list.php Remove redundant events 2022-08-15 19:20:42 +02:00
openapi.json fix(share): use user timezone to parse share expiration date 2024-01-15 11:55:03 +01:00
public.php Update php licenses 2021-06-04 22:02:41 +02:00