From 0a6fe26369e7e8d0e58953ee76e7c4ee2a4950bf Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 30 Oct 2024 15:46:32 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b04c48ea..0f7f5c65e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The following sections list the changes for unreleased. * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) * Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429) * Bugfix - Fix the memlimit loglevel: [#10431](https://github.com/owncloud/ocis/pull/10431) +* Bugfix - Allow to configure data server URL for ocm: [#10440](https://github.com/owncloud/ocis/pull/10440) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) * Enhancement - Bump reva to 2.26.2: [#10419](https://github.com/owncloud/ocis/pull/10419) * Enhancement - Remove deprecated CLI commands: [#10430](https://github.com/owncloud/ocis/pull/10430) @@ -117,6 +118,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/10428 https://github.com/owncloud/ocis/pull/10431 +* Bugfix - Allow to configure data server URL for ocm: [#10440](https://github.com/owncloud/ocis/pull/10440) + + We introduced the `OCM_OCM_STORAGE_DATA_SERVER_URL` setting to fix a bug when + downloading files from an OCM share. Before the data server URL defaulted to the + listen address of the OCM server, which did not work when using 0.0.0.0 as the + listen address. + + https://github.com/owncloud/ocis/issues/10358 + https://github.com/owncloud/ocis/pull/10440 + * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) We added some of the web extensions from ownCloud to the ocis_full docker