diff --git a/changelog/unreleased/enhancement-respect-share-expiration-date b/changelog/unreleased/enhancement-respect-share-expiration-date new file mode 100644 index 00000000000..cb8dd427d01 --- /dev/null +++ b/changelog/unreleased/enhancement-respect-share-expiration-date @@ -0,0 +1,7 @@ +Enhancement: Respect share max, min and enforced expiration date + +if the expiration date max and/or enforcement is supported (defined by the capabilities) the UI now handles the different cases and respects the backend settings. +In oc10 there are options to enforce the maximum available date for group and user shares, this is now considered in the UI and updates dynamically in both cases. + +https://github.com/owncloud/web/pull/6176 +https://github.com/owncloud/web/pull/6039 diff --git a/packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue b/packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue index 1520aae83fe..e13546be242 100644 --- a/packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue +++ b/packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue @@ -1,6 +1,6 @@ -