From 06ee5db73ae6850ba4605eecfcb2417ce99dd963 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: nfebe --- .../src/components/SharingEntryLink.vue | 46 ++++++++++++++++--- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 8c6235a78ee58..b66586e25d813 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -50,7 +50,7 @@ -