From a974ce6fb3984816f656fa4335efa3599e889309 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 6 Nov 2024 16:50:59 +0100 Subject: [PATCH 1/3] 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 --- .../src/components/SharingEntryLink.vue | 50 +++++++++++++++---- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 71a7937c957b4..4099be5241248 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -57,7 +57,7 @@ -