From 46dcb58d1f464084f40784653b72c27e7af361d8 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 20 May 2026 12:16:42 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff206d84e..4d96c805d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [7.0.0-rc.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.0-rc.0) - 2026-05-20 +## [7.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.0) - 2026-05-20 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dschmidt, @micbar, @rhafer +@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dragonchaser, @dschmidt, @micbar, @rhafer ### 💥 Breaking changes From 3a3065c2d0a684f4d3ff472ef808b22a3bb0fc52 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 21 May 2026 08:01:16 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d96c805d6..af39b3db01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.0) - 2026-05-20 +## [7.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.0.0) - 2026-05-21 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dragonchaser, @dschmidt, @micbar, @rhafer +@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dragonchaser, @dschmidt, @fschade, @micbar, @rhafer ### 💥 Breaking changes From 262063573bc01b8b826b37fc269c66afff903e0e Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 21 May 2026 09:00:53 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af39b3db01..270176393a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,13 @@ - Persist space memberships in share manager [[#2760](https://github.com/opencloud-eu/opencloud/pull/2760)] - [feature/guest-links] bump reva, add service user config to "sharing" service [[#2735](https://github.com/opencloud-eu/opencloud/pull/2735)] +### 🔒 Security + +- fix: disallow thumbnails for tiff and jpeg2000 images [[#2758](https://github.com/opencloud-eu/opencloud/pull/2758)] + ### 🐛 Bug Fixes +- fix: remove unnecessary error log it the oidc access token verify method is set to none [[#2795](https://github.com/opencloud-eu/opencloud/pull/2795)] - fix(debug): drop duplicate service field from probe fallback log [[#2786](https://github.com/opencloud-eu/opencloud/pull/2786)] - No registry lookup in cli [[#2755](https://github.com/opencloud-eu/opencloud/pull/2755)] - fix(webdav): register chi REPORT method in init to avoid race with settings [[#2712](https://github.com/opencloud-eu/opencloud/pull/2712)] @@ -35,6 +40,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 [[#2798](https://github.com/opencloud-eu/opencloud/pull/2798)] - build(deps): bump golang.org/x/image from 0.38.0 to 0.40.0 [[#2740](https://github.com/opencloud-eu/opencloud/pull/2740)] - build(deps): bump github.com/tidwall/gjson from 1.18.0 to 1.19.0 [[#2750](https://github.com/opencloud-eu/opencloud/pull/2750)] - build(deps-dev): bump dotenv-expand from 12.0.3 to 13.0.0 in /services/idp [[#2710](https://github.com/opencloud-eu/opencloud/pull/2710)] From 40c990458a96c471ccc7af9b5bf493fef4a8e755 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 21 May 2026 09:36:34 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270176393a..45704c1895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dragonchaser, @dschmidt, @fschade, @micbar, @rhafer +@AlexAndBear, @SAY-5, @ScharfViktor, @Svanvith, @butonic, @dragonchaser, @dschmidt, @fschade, @micbar, @michaelstingl, @rhafer ### 💥 Breaking changes @@ -17,6 +17,7 @@ ### 🐛 Bug Fixes +- fix(notifications): don't re-escape email vars for each recipient [[#2805](https://github.com/opencloud-eu/opencloud/pull/2805)] - fix: remove unnecessary error log it the oidc access token verify method is set to none [[#2795](https://github.com/opencloud-eu/opencloud/pull/2795)] - fix(debug): drop duplicate service field from probe fallback log [[#2786](https://github.com/opencloud-eu/opencloud/pull/2786)] - No registry lookup in cli [[#2755](https://github.com/opencloud-eu/opencloud/pull/2755)]