From 2ac4a8090bcd35ff946971799e42a819b15622c4 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 23 Jun 2022 15:34:49 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/add-resharing-env.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/add-resharing-env.md 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