From e581e11ae275cbc8d9b96dd1ed678563b2aab94e 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 8fb6b61e18bbd..41373ef04307a 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -40,7 +40,7 @@ -