diff --git a/changelog/unreleased/add-resharing-env.md b/changelog/unreleased/add-resharing-env.md new file mode 100644 index 0000000000..fc8cfd7c2f --- /dev/null +++ b/changelog/unreleased/add-resharing-env.md @@ -0,0 +1,6 @@ +Enhancement: add FRONTEND_ENABLE_RESHARING env variable + +We introduced resharing which was enabled by default, this is now configurable and can be enabled by setting the env `FRONTEND_ENABLE_RESHARING` to `true`. +By default resharing is now disabled. + +https://github.com/owncloud/ocis/pull/4023