From e43aa76a0036dbdc04ca54d2cab4ec2c5f33bde3 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 6 Nov 2024 16:50:59 +0100 Subject: fix(SharingEntryLink): Show default password before create if any Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: fenn-cs --- apps/files_sharing/src/components/SharingEntryLink.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index cda056a4dca..f6e162b7d87 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -96,9 +96,9 @@ -