add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-09-08 14:29:35 +02:00
parent e3c081ba1a
commit 01592572f3
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Bugfix: Fix default configuration for accessing shares
The storage provider mounted at `/home` should always have EnableHome set to `true`. The other storage providers should have it set to `false`.
https://github.com/owncloud/product/issues/205
https://github.com/owncloud/ocis-reva/pull/461
@@ -0,0 +1,8 @@
Enhancement: Allow configuring arbitrary storage registry rules
We added a new config flag `storage-registry-rule` that can be given multiple times for the gateway to specify arbitrary storage registry rules. You can also use a comma separated list of rules in the `REVA_STORAGE_REGISTRY_RULES` environment variable.
https://github.com/owncloud/product/issues/193
https://github.com/owncloud/ocis-reva/pull/461