From 975a8f635f225b8516dbd1fadc37f1ea714ff971 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 12 Jun 2024 09:45:50 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862a65b1ef..09cd6b1851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,8 +80,8 @@ The following sections list the changes for unreleased. * Bugfix - Fix the error translation from utils: [#9331](https://github.com/owncloud/ocis/pull/9331) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Change - Disable resharing by default for deprecation: [#8653](https://github.com/owncloud/ocis/pull/8653) -* Change - Define maximum input image dimensions and size when generating previews: [#9035](https://github.com/owncloud/ocis/pull/9035) * Change - The `filesystem` backend for the settings service has been removed: [#9138](https://github.com/owncloud/ocis/pull/9138) +* Change - Define maximum input image dimensions and size when generating previews: [#9360](https://github.com/owncloud/ocis/pull/9360) * Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) * Enhancement - Add epub reader to web default apps: [#8410](https://github.com/owncloud/ocis/pull/8410) @@ -384,14 +384,6 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8653 -* Change - Define maximum input image dimensions and size when generating previews: [#9035](https://github.com/owncloud/ocis/pull/9035) - - This is a general hardening change to limit processing time and resources of the - thumbnailer. - - https://github.com/owncloud/ocis/pull/9035 - https://github.com/owncloud/ocis/pull/9069 - * Change - The `filesystem` backend for the settings service has been removed: [#9138](https://github.com/owncloud/ocis/pull/9138) The only remaining backend for the settings service is `metadata`, which has @@ -399,6 +391,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9138 +* Change - Define maximum input image dimensions and size when generating previews: [#9360](https://github.com/owncloud/ocis/pull/9360) + + This is a general hardening change to limit processing time and resources of the + thumbnailer. + + https://github.com/owncloud/ocis/pull/9360 + https://github.com/owncloud/ocis/pull/9035 + https://github.com/owncloud/ocis/pull/9069 + * Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) We have introduced a new static routes package to the proxy. This package is