add changelog

This commit is contained in:
Florian Schade
2022-06-23 15:34:49 +02:00
parent d191f0ec87
commit 2ac4a8090b

View File

@@ -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