]> source.dussan.org Git - nextcloud-server.git/commit
Improve share logic for enforced password & expiry date
authorfenn-cs <fenn25.fn@gmail.com>
Wed, 29 Nov 2023 14:06:51 +0000 (15:06 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Thu, 30 Nov 2023 10:58:35 +0000 (11:58 +0100)
commit9d86a0444daaa6b98fa9013c42609a6d1b042173
treed5c495ed77375f8faf3c8a7afaf9a4cb24b1fafd
parentbcc1d57a038e8431b63eb9e1e5f76d0616a474eb
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 <fenn25.fn@gmail.com>
apps/files_sharing/src/components/SharingEntryLink.vue
apps/files_sharing/src/mixins/SharesMixin.js
apps/files_sharing/src/views/SharingDetailsTab.vue