diff --git a/changelog/unreleased/fix-shares-cleanup-config.md b/changelog/unreleased/fix-shares-cleanup-config.md new file mode 100644 index 0000000000..967eac8997 --- /dev/null +++ b/changelog/unreleased/fix-shares-cleanup-config.md @@ -0,0 +1,5 @@ +Bugfix: Fix public shares cleanup config + +The public shares cleanup for expired shares was not configurable via ocis. + +https://github.com/cs3org/reva/pull/4335/ diff --git a/changelog/unreleased/new-permission-helper-function.md b/changelog/unreleased/new-permission-helper-function.md new file mode 100644 index 0000000000..4e1914a12f --- /dev/null +++ b/changelog/unreleased/new-permission-helper-function.md @@ -0,0 +1,6 @@ +Enhancement: Add sufficient permissions check function + +We added a helper function to check for sufficient CS3 resource permissions. + +https://github.com/cs3org/reva/pull/4335/ +https://github.com/owncloud/ocis/issues/6993