From d70c210e879b1029a659b3081f49f58f8bb4ef88 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 8 Oct 2024 08:38:10 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9521aa472..fc2bfc4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The following sections list the changes for unreleased. * Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204) * Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219) * Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243) +* Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251) * Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815) * Enhancement - Bump reva to 2.xx.x: [#10236](https://github.com/owncloud/ocis/pull/10236) @@ -84,6 +85,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10243 +* Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251) + + We fixed a bug that caused the system to re-create thumbnails for images, even + if a thumbnail already existed in the cache. + + https://github.com/owncloud/ocis/pull/10251 + * Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815) We now configure the `wellknown` service for OCM.