From c947371271bda84fb6dc4c97e65ad32d8efdaa14 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 16 Jul 2026 04:31:13 +0000 Subject: [PATCH 01/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147db80c44..cb21196292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-16 + +### ❤️ Thanks to all contributors! ❤️ + +@JammingBen + + + ## [7.3.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.0) - 2026-07-14 ### 🐛 Bug Fixes From d36b45ab802082d07a356077decec77cbf18878e Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 16 Jul 2026 09:30:40 +0000 Subject: [PATCH 02/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb21196292..c34965a633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@JammingBen +@AlexAndBear, @JammingBen From 8b3a676bf2bfc169165318bd897158e0cf9d2b06 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 17 Jul 2026 06:09:24 +0000 Subject: [PATCH 03/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= 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 c34965a633..f0804f56b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-16 +## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-17 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen +@AlexAndBear, @JammingBen, @v-scharf From f809190b706bee8d7331cc79ae037fb3ab2bbda8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 17 Jul 2026 12:21:56 +0000 Subject: [PATCH 04/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0804f56b2..a7e1323925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @v-scharf +@AlexAndBear, @JammingBen, @michaelstingl, @v-scharf +### ✅ Tests +- test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] ## [7.3.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.0) - 2026-07-14 From 0b92f172bc47bfd9352b361586146747356f1af9 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 17 Jul 2026 12:42:25 +0000 Subject: [PATCH 05/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e1323925..f746adacf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] ## [7.3.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.0) - 2026-07-14 From 23d4865cc23f9e3a8fb6abcc85f9fc9382cae4ca Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 17 Jul 2026 14:39:25 +0000 Subject: [PATCH 06/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f746adacf4..3f16091e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- test(apiArchiver): the single-resource archive is named after the resource [[#3080](https://github.com/opencloud-eu/opencloud/pull/3080)] - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] From 5c3753fe290b9ce247e6fbd5e55cd207d56ee5ea Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 19 Jul 2026 23:18:24 +0000 Subject: [PATCH 07/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f16091e3e..a78cb61427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-17 +## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-19 ### ❤️ Thanks to all contributors! ❤️ From 6c2666bc374843fbc4215edefe5e57864517f173 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Jul 2026 09:42:42 +0000 Subject: [PATCH 08/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.3.1?= 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 a78cb61427..fb2bc9e87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-19 +## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-21 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @michaelstingl, @v-scharf +@AlexAndBear, @JammingBen, @michaelstingl, @rhafer, @v-scharf ### ✅ Tests From 14f1ee39b89b887885cc13c4d439abe2f1a0cac9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Jul 2026 05:07:55 +0000 Subject: [PATCH 09/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2bc9e87e..f3847eb9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [7.3.1](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.1) - 2026-07-21 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-22 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @michaelstingl, @rhafer, @v-scharf +@AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @v-scharf + +### 📈 Enhancement + +- feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] ### ✅ Tests From 07daa7dfc17b22957c437c8a15b2d2530ad9176b Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Jul 2026 11:55:57 +0000 Subject: [PATCH 10/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3847eb9b7..a07b5f3c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,17 @@ @AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @v-scharf -### 📈 Enhancement - -- feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] - ### ✅ Tests +- test(apiAuthApp): fix flaky token pattern [[#3163](https://github.com/opencloud-eu/opencloud/pull/3163)] - test(apiArchiver): the single-resource archive is named after the resource [[#3080](https://github.com/opencloud-eu/opencloud/pull/3080)] - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] +### 📈 Enhancement + +- feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] + ## [7.3.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.0) - 2026-07-14 ### 🐛 Bug Fixes From 9e93926d8d780d36bad4e05ce38e8f90b00a5a4b Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Jul 2026 12:29:46 +0000 Subject: [PATCH 11/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07b5f3c5e..ddab3a086b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @v-scharf +### 📚 Documentation + +- ci: sync tests/README.md to docs [[#3164](https://github.com/opencloud-eu/opencloud/pull/3164)] + ### ✅ Tests - test(apiAuthApp): fix flaky token pattern [[#3163](https://github.com/opencloud-eu/opencloud/pull/3163)] From 11f48c48bfee4b9289894157cbcb8bee593603fd Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 24 Jul 2026 19:33:40 +0000 Subject: [PATCH 12/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddab3a086b..93ad252912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-22 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-24 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @v-scharf +@AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf ### 📚 Documentation +- maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] - ci: sync tests/README.md to docs [[#3164](https://github.com/opencloud-eu/opencloud/pull/3164)] ### ✅ Tests From 2b6fbd4c1fae8038b85f532e3ddc07aec39e0e77 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 25 Jul 2026 23:18:41 +0000 Subject: [PATCH 13/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ad252912..c784e31094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-24 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-25 ### ❤️ Thanks to all contributors! ❤️ From 9a41d7cd5affc503307fa2b35c80645b5c935a83 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Jul 2026 07:14:36 +0000 Subject: [PATCH 14/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c784e31094..7f651d6a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,24 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-25 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-27 ### ❤️ Thanks to all contributors! ❤️ @AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf -### 📚 Documentation - -- maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] -- ci: sync tests/README.md to docs [[#3164](https://github.com/opencloud-eu/opencloud/pull/3164)] - ### ✅ Tests +- api-test: cover additional unified roles in acceptance tests [[#3169](https://github.com/opencloud-eu/opencloud/pull/3169)] - test(apiAuthApp): fix flaky token pattern [[#3163](https://github.com/opencloud-eu/opencloud/pull/3163)] - test(apiArchiver): the single-resource archive is named after the resource [[#3080](https://github.com/opencloud-eu/opencloud/pull/3080)] - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] +### 📚 Documentation + +- maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] +- ci: sync tests/README.md to docs [[#3164](https://github.com/opencloud-eu/opencloud/pull/3164)] + ### 📈 Enhancement - feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] From 3b3f6b92a2a80a4c7a2b557597d36b6362a9c4f1 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Jul 2026 07:31:42 +0000 Subject: [PATCH 15/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f651d6a50..f21732cc10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-27 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-28 ### ❤️ Thanks to all contributors! ❤️ From 5a7959bd9117c47784ff62843043340667a03e74 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Jul 2026 11:21:22 +0000 Subject: [PATCH 16/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21732cc10..070f3a202e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- api-test: fix removeAccessToDrive.feature:145 [[#3179](https://github.com/opencloud-eu/opencloud/pull/3179)] - api-test: cover additional unified roles in acceptance tests [[#3169](https://github.com/opencloud-eu/opencloud/pull/3169)] - test(apiAuthApp): fix flaky token pattern [[#3163](https://github.com/opencloud-eu/opencloud/pull/3163)] - test(apiArchiver): the single-resource archive is named after the resource [[#3080](https://github.com/opencloud-eu/opencloud/pull/3080)] From 4a7c0b1e3f9de7d9d490fc49ad9b51c0dd2a8ad9 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Jul 2026 11:46:34 +0000 Subject: [PATCH 17/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 070f3a202e..496be77ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- rerun flaky tests [[#3183](https://github.com/opencloud-eu/opencloud/pull/3183)] - api-test: fix removeAccessToDrive.feature:145 [[#3179](https://github.com/opencloud-eu/opencloud/pull/3179)] - api-test: cover additional unified roles in acceptance tests [[#3169](https://github.com/opencloud-eu/opencloud/pull/3169)] - test(apiAuthApp): fix flaky token pattern [[#3163](https://github.com/opencloud-eu/opencloud/pull/3163)] From d7be641a7ea873993e5ed67eeeaa10fe728fd8a3 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 29 Jul 2026 12:31:16 +0000 Subject: [PATCH 18/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496be77ae8..706cf00006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-28 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-29 ### ❤️ Thanks to all contributors! ❤️ @AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +### 🐛 Bug Fixes + +- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] + ### ✅ Tests - rerun flaky tests [[#3183](https://github.com/opencloud-eu/opencloud/pull/3183)] From 24a0224cffc282f690278501f786c9f688f3e588 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 30 Jul 2026 04:07:02 +0000 Subject: [PATCH 19/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706cf00006..0ae2e4d091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,14 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-29 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-30 ### ❤️ Thanks to all contributors! ❤️ @AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf -### 🐛 Bug Fixes - -- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] - ### ✅ Tests +- api-test: mark group last-manager removal scenario as flaky [[#3194](https://github.com/opencloud-eu/opencloud/pull/3194)] - rerun flaky tests [[#3183](https://github.com/opencloud-eu/opencloud/pull/3183)] - api-test: fix removeAccessToDrive.feature:145 [[#3179](https://github.com/opencloud-eu/opencloud/pull/3179)] - api-test: cover additional unified roles in acceptance tests [[#3169](https://github.com/opencloud-eu/opencloud/pull/3169)] @@ -20,6 +17,10 @@ - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] +### 🐛 Bug Fixes + +- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] + ### 📚 Documentation - maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] From a16b0e632c964183615305a6aeb6e3c8ece9f434 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 30 Jul 2026 08:46:25 +0000 Subject: [PATCH 20/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae2e4d091..735778e67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +@AlexAndBear, @JammingBen, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf + +### 📈 Enhancement + +- feat: add announcement banner [[#3189](https://github.com/opencloud-eu/opencloud/pull/3189)] +- feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] ### ✅ Tests @@ -26,10 +31,6 @@ - maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] - ci: sync tests/README.md to docs [[#3164](https://github.com/opencloud-eu/opencloud/pull/3164)] -### 📈 Enhancement - -- feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] - ## [7.3.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.3.0) - 2026-07-14 ### 🐛 Bug Fixes From 478b7a55fd6c86d5d7d771e7ada8eb91421ecee6 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 31 Jul 2026 12:52:04 +0000 Subject: [PATCH 21/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.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 735778e67b..8f9a5eb420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-30 +## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-07-31 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +@AlexAndBear, @JammingBen, @aduffeck, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf ### 📈 Enhancement From e3f3558d39497f873bbed3ce173ad8fd35df1d86 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 31 Jul 2026 14:37:03 +0000 Subject: [PATCH 22/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9a5eb420..4fd3393002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📈 Enhancement +- Improve reindex command [[#3213](https://github.com/opencloud-eu/opencloud/pull/3213)] - feat: add announcement banner [[#3189](https://github.com/opencloud-eu/opencloud/pull/3189)] - feat: add space viewer with versions role [[#2961](https://github.com/opencloud-eu/opencloud/pull/2961)] From 28fa344e840db0eea5bdd7cc68f6b3a8fa079754 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 31 Jul 2026 14:39:32 +0000 Subject: [PATCH 23/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd3393002..aa6afed667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ @AlexAndBear, @JammingBen, @aduffeck, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +### 🐛 Bug Fixes + +- fix(runtime): log service startup errors instead of printing them beside the log [[#3140](https://github.com/opencloud-eu/opencloud/pull/3140)] +- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] + ### 📈 Enhancement - Improve reindex command [[#3213](https://github.com/opencloud-eu/opencloud/pull/3213)] @@ -23,10 +28,6 @@ - test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk [[#3078](https://github.com/opencloud-eu/opencloud/pull/3078)] - test(coreApiWebdavOperations): download a file with a literal "%" via its oc:downloadURL [[#3079](https://github.com/opencloud-eu/opencloud/pull/3079)] -### 🐛 Bug Fixes - -- fix(posixfs scan): Setup logger for scan command [[#3185](https://github.com/opencloud-eu/opencloud/pull/3185)] - ### 📚 Documentation - maint: clean-up auth-app documentation [[#3155](https://github.com/opencloud-eu/opencloud/pull/3155)] From 35c3ea3607df940f194f75f68a5dc35801fb51dc Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 31 Jul 2026 14:42:03 +0000 Subject: [PATCH 24/24] =?UTF-8?q?=F0=9F=8E=89=20Release=207.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6afed667..df834ad8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @aduffeck, @dschmidt, @fschade, @michaelstingl, @rhafer, @schweigisito, @v-scharf +@AlexAndBear, @JammingBen, @aduffeck, @dschmidt, @fschade, @michaelstingl, @pbleser-oc, @rhafer, @schweigisito, @v-scharf ### 🐛 Bug Fixes