From 91c41a48aa4224299b0ff4262dcd2988604be0e6 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 18 Nov 2024 15:18:55 +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 28260b891c..51438648ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ The following sections list the changes for unreleased. * Bugfix - Reuse go-micro service clients: [#10582](https://github.com/owncloud/ocis/pull/10582) * Bugfix - Make collaboration service use a gateway selector: [#10584](https://github.com/owncloud/ocis/pull/10584) * Bugfix - Return an error if we can't get the keys and ensure they're cached: [#10590](https://github.com/owncloud/ocis/pull/10590) +* Bugfix - Fix status code for thumbnail requests: [#10592](https://github.com/owncloud/ocis/pull/10592) * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) ## Details @@ -142,6 +143,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10590 +* Bugfix - Fix status code for thumbnail requests: [#10592](https://github.com/owncloud/ocis/pull/10592) + + We fixed the status code returned by the thumbnails service when the image + source for a thumbnail exceeds the configured maximum dimensions or file size. + The service now returns a 403 Forbidden status code instead of a 500 Internal + Server Error status code. + + https://github.com/owncloud/ocis/issues/10589 + https://github.com/owncloud/ocis/pull/10592 + * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) Tags: web