From 495ac241db07d287cd1286e49b2e0cf1a3cfdb54 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 8 Nov 2024 04:03:29 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11de0d79f..50d424ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,11 +57,11 @@ The following sections list the changes for 7.0.0-rc.1. ## Summary -* Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: [#104](https://github.com/owncloud/ocis/pull/104xx) * Bugfix - Respect proxy url when validating proofkeys: [#1234](https://github.com/owncloud/ocis/pull/1234) * Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) * Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403) * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) +* Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: [#10425](https://github.com/owncloud/ocis/pull/10425) * 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 - Restart Postprocessing properly: [#10439](https://github.com/owncloud/ocis/pull/10439) @@ -85,19 +85,6 @@ The following sections list the changes for 7.0.0-rc.1. ## Details -* Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: [#104](https://github.com/owncloud/ocis/pull/104xx) - - The config option 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' was - removed from the OCM service. The additional security provided by this setting - is somewhat questionable and only provided in very specific setups. - - We are not going through the normal deprecation process for this setting, as it - was never really working anyway. If you have this setting in your configuration, - it will be ignored. You can safely remove it. - - https://github.com/owncloud/ocis/issues/10355 - https://github.com/owncloud/ocis/pull/104xx - * Bugfix - Respect proxy url when validating proofkeys: [#1234](https://github.com/owncloud/ocis/pull/1234) We fixed a bug where the proxied wopi URL was not used when validating @@ -127,6 +114,19 @@ The following sections list the changes for 7.0.0-rc.1. https://github.com/owncloud/ocis/pull/10411 +* Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: [#10425](https://github.com/owncloud/ocis/pull/10425) + + The config option 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' was + removed from the OCM service. The additional security provided by this setting + is somewhat questionable and only provided in very specific setups. + + We are not going through the normal deprecation process for this setting, as it + was never really working anyway. If you have this setting in your configuration, + it will be ignored. You can safely remove it. + + https://github.com/owncloud/ocis/issues/10355 + https://github.com/owncloud/ocis/pull/10425 + * Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429) We now invalidate cache entries when any of the nodes was not updated.