From: fenn-cs Date: Wed, 29 Nov 2023 14:06:51 +0000 (+0100) Subject: Improve share logic for enforced password & expiry date X-Git-Tag: v29.0.0beta1~742^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d86a0444daaa6b98fa9013c42609a6d1b042173;p=nextcloud-server.git Improve share logic for enforced password & expiry date * It's possible for the admin to enforce and expiry date after, some shares have been created. This commit makes possible to update the share with the new admin constraints. * This commit would users to modify enforced expiry to anything within range and less than the enforced limit in the pre-create dialog for public shares. * This commit fixes, unable to update share without updating password. Signed-off-by: fenn-cs --- diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 77caaee0154..d14fc2b6df3 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -95,13 +95,13 @@