diff --git a/changelog/unreleased/config-cleanup.md b/changelog/unreleased/config-cleanup.md new file mode 100644 index 000000000..f969a9427 --- /dev/null +++ b/changelog/unreleased/config-cleanup.md @@ -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 + + diff --git a/changelog/unreleased/storage-registry-rules.md b/changelog/unreleased/storage-registry-rules.md new file mode 100644 index 000000000..31260b8a5 --- /dev/null +++ b/changelog/unreleased/storage-registry-rules.md @@ -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 + +