From b6b8ddf3877bafff1de163109251215351dc1511 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 08:45:34 +0000 Subject: [PATCH 01/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06884311e4..348de7ad9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-16 + +### ❤️ Thanks to all contributors! ❤️ + +@dragonchaser + +### 📈 Enhancement + +- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] + ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From e59c5741ea149f951773f68afbc97cbc12c6fdf8 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 10:33:28 +0000 Subject: [PATCH 02/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 348de7ad9a..47866e055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@dragonchaser +@ScharfViktor, @dragonchaser + +### ✅ Tests + +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] ### 📈 Enhancement From b11b9724a420c7baee6802e1253ca8ef88d09811 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:05:40 +0000 Subject: [PATCH 03/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 47866e055f..3e78f134ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser +@ScharfViktor, @dragonchaser, @rhafer ### ✅ Tests From a5eca7fd6e1e6bbdf51201912ae1d6f4de64a6e0 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:25:51 +0000 Subject: [PATCH 04/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 3e78f134ab..e3e340c284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser, @rhafer +@ScharfViktor, @dragonchaser, @rhafer, @saw-jan ### ✅ Tests +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] ### 📈 Enhancement From 7751e7c6fd3581ac1aad454d63a59b9f7feab947 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 16:18:40 +0000 Subject: [PATCH 05/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 e3e340c284..456fed4f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @dragonchaser, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan + +### 📈 Enhancement + +- allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] +- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] ### ✅ Tests - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 📈 Enhancement - -- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] - ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From f1e4f2c53a6d352657eda82a415510eae8fa922a Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 00:07:30 +0000 Subject: [PATCH 06/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 456fed4f93..795772a384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-16 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-17 ### ❤️ Thanks to all contributors! ❤️ From 7e8cdd922c497e356cca5c526da028d595c0199f Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 00:09:11 +0000 Subject: [PATCH 07/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 795772a384..9d3604f908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-17 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-18 ### ❤️ Thanks to all contributors! ❤️ From d2676bead7050fc85299df9cac77f041ce645072 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 10:57:47 +0000 Subject: [PATCH 08/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 9d3604f908..d0402a6424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +### 🐛 Bug Fixes + +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] + ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From 03624ed4692be033730e4e3b39d236ccfce6bd3d Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 12:35:32 +0000 Subject: [PATCH 09/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 d0402a6424..63a3edf09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 📦️ Dependencies + +- build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] + ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From ccf22a6cfc63f746febaea7930cc2ab26d2435fb Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 13:08:24 +0000 Subject: [PATCH 10/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 63a3edf09f..2694fe925b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ @ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +### ✅ Tests + +- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] + ### 🐛 Bug Fixes - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] @@ -15,11 +21,6 @@ - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] - migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] -### ✅ Tests - -- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] -- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] - ### 📦️ Dependencies - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] From 1a08d11861fe6eae7c147b737b928d1537d34cd4 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 16:28:41 +0000 Subject: [PATCH 11/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 2694fe925b..edbc853e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 [[#2061](https://github.com/opencloud-eu/opencloud/pull/2061)] - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] ## [4.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) - 2025-12-15 From 8e446d39958180b902dca0df83941a61e873d541 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 00:09:53 +0000 Subject: [PATCH 12/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 edbc853e95..f1ac70e2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-18 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-19 ### ❤️ Thanks to all contributors! ❤️ From feb7699603d6549fe92bfe3dcb6e3930ae407f11 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 09:41:22 +0000 Subject: [PATCH 13/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 f1ac70e2d3..6721b86b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.39.0 to 0.40.0 [[#1967](https://github.com/opencloud-eu/opencloud/pull/1967)] - build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 [[#2061](https://github.com/opencloud-eu/opencloud/pull/2061)] - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] From ecd8354edab36c60fbcd7cf2c1452987be130173 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 20:51:06 +0000 Subject: [PATCH 14/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 6721b86b73..9e6eda4ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @fschade, @rhafer, @saw-jan + +### 🐛 Bug Fixes + +- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] ### ✅ Tests @@ -12,10 +17,6 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 🐛 Bug Fixes - -- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] - ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From e430e14abc3e93da4e459ae9cad80e218a394dc7 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 20 Dec 2025 00:12:28 +0000 Subject: [PATCH 15/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 9e6eda4ad2..9f6402a54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-19 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-20 ### ❤️ Thanks to all contributors! ❤️ From 2ae967fb9f7c7eca73be1e7c51233ca0d76aa470 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 23 Dec 2025 00:09:16 +0000 Subject: [PATCH 16/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 9f6402a54b..e207eb06c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-20 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-23 ### ❤️ Thanks to all contributors! ❤️ From e3de4af1979017b17d22643b4343976bc3db8e56 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 23 Dec 2025 11:25:36 +0000 Subject: [PATCH 17/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 e207eb06c3..89ee8d9a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 🐛 Bug Fixes +- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] From 0bbd4019dcb92022e1b2a43d6d95c12fd5523a0d Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 24 Dec 2025 08:37:50 +0000 Subject: [PATCH 18/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 89ee8d9a47..028b90459c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-23 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-24 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 🐛 Bug Fixes +- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] - fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] From 95913c2a584d46306accd3d439aee57f9fc55183 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 25 Dec 2025 00:09:56 +0000 Subject: [PATCH 19/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 028b90459c..017a12bb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-24 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-25 ### ❤️ Thanks to all contributors! ❤️ From ce094b03ff4ad1873b3376d8c402995242a211fe Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 04:47:21 +0000 Subject: [PATCH 20/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017a12bb72..8af058e1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-25 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-30 ### ❤️ Thanks to all contributors! ❤️ @ScharfViktor, @butonic, @dragonchaser, @fschade, @rhafer, @saw-jan +### ✅ Tests + +- [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] +- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] + ### 🐛 Bug Fixes - Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] @@ -13,12 +20,6 @@ - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] -### ✅ Tests - -- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] -- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] -- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] - ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From c475660c34c6eb8307662144f5b762f323d33b7f Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 09:16:08 +0000 Subject: [PATCH 21/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 8af058e1ff..defc8f4a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✅ Tests +- [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] - [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] - [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] From 85d1dcdb934fe2b36216e90c89c5899a12875446 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 31 Dec 2025 09:18:58 +0000 Subject: [PATCH 22/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 defc8f4a90..a27394ed93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-30 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-31 ### ❤️ Thanks to all contributors! ❤️ From 8f1aedac993f989e749a8b3a7bffbbf18418d379 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 31 Dec 2025 10:06:55 +0000 Subject: [PATCH 23/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 a27394ed93..fa5d89ff91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @fschade, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan ### ✅ Tests From c5466100b3435a5a5595e2d5f3ed5a88022de923 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 31 Dec 2025 16:24:57 +0000 Subject: [PATCH 24/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5d89ff91..aac43372c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ @ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +### 🐛 Bug Fixes + +- fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] +- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] +- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] +- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] + ### ✅ Tests - [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] @@ -14,13 +22,6 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 🐛 Bug Fixes - -- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] -- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] -- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] -- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] - ### 📈 Enhancement - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] From 5f18d16395a65b4c17a4ff096423c7d812d6fc21 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 2 Jan 2026 00:10:45 +0000 Subject: [PATCH 25/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 aac43372c0..5604dede9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2025-12-31 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-02 ### ❤️ Thanks to all contributors! ❤️ From 18ff85ec5b780af1d77a3b0813a0b4bb854f4694 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 3 Jan 2026 00:10:51 +0000 Subject: [PATCH 26/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 5604dede9a..0a3cfa40dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-02 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-03 ### ❤️ Thanks to all contributors! ❤️ From da6da749a8263d808cda3d19ea9b80c1dd5770e8 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 00:10:50 +0000 Subject: [PATCH 27/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 0a3cfa40dc..f8ffd4ac0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-03 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-05 ### ❤️ Thanks to all contributors! ❤️ From 6248bcb12a3ef07d53def11bbf8684164b5d7600 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 14:28:57 +0000 Subject: [PATCH 28/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ffd4ac0c..312ded9f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ ### 📦️ Dependencies +- build(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.39.0 [[#2069](https://github.com/opencloud-eu/opencloud/pull/2069)] +- build(deps): bump github.com/opensearch-project/opensearch-go/v4 from 4.5.0 to 4.6.0 [[#2068](https://github.com/opencloud-eu/opencloud/pull/2068)] - build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.39.0 to 0.40.0 [[#1967](https://github.com/opencloud-eu/opencloud/pull/1967)] - build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 [[#2061](https://github.com/opencloud-eu/opencloud/pull/2061)] - build(deps): bump github.com/open-policy-agent/opa from 1.10.1 to 1.11.0 [[#1930](https://github.com/opencloud-eu/opencloud/pull/1930)] From 525980ec3fc4399d0b3fb3b33a0bca457ebb1448 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 00:10:53 +0000 Subject: [PATCH 29/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 312ded9f1c..ba3ebf60c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-05 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-06 ### ❤️ Thanks to all contributors! ❤️ From 5ac9aa55fc26babfac290c70618abda7e7a09ffd Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 11:32:22 +0000 Subject: [PATCH 30/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 ba3ebf60c2..a84c8fc3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ ### 📦️ Dependencies +- build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#2106](https://github.com/opencloud-eu/opencloud/pull/2106)] - build(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.39.0 [[#2069](https://github.com/opencloud-eu/opencloud/pull/2069)] - build(deps): bump github.com/opensearch-project/opensearch-go/v4 from 4.5.0 to 4.6.0 [[#2068](https://github.com/opencloud-eu/opencloud/pull/2068)] - build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.39.0 to 0.40.0 [[#1967](https://github.com/opencloud-eu/opencloud/pull/1967)] From e207ed3da5c60c71ddc4af461593233b78a837ae Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 16:50:05 +0000 Subject: [PATCH 31/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84c8fc3a5..24d46fb26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ @ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +### 📈 Enhancement + +- benchmark client enhancements [[#1856](https://github.com/opencloud-eu/opencloud/pull/1856)] +- allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] +- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] + ### 🐛 Bug Fixes - fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] @@ -22,13 +28,9 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 📈 Enhancement - -- allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] -- migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] - ### 📦️ Dependencies +- build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18 [[#2107](https://github.com/opencloud-eu/opencloud/pull/2107)] - build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#2106](https://github.com/opencloud-eu/opencloud/pull/2106)] - build(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.39.0 [[#2069](https://github.com/opencloud-eu/opencloud/pull/2069)] - build(deps): bump github.com/opensearch-project/opensearch-go/v4 from 4.5.0 to 4.6.0 [[#2068](https://github.com/opencloud-eu/opencloud/pull/2068)] From af84ed29d5bfd31a3bd888529accd752c5f39893 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 00:11:16 +0000 Subject: [PATCH 32/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.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 24d46fb26e..289fdb51ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-06 +## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-07 ### ❤️ Thanks to all contributors! ❤️ From 3f44c3ceecb4dc9115cf9e90a24fb71c984372f5 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 09:39:40 +0000 Subject: [PATCH 33/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289fdb51ac..00b02b6fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ @ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +### ✅ Tests + +- [POC] ci: skip previously passed workflows on pipeline restart [[#2099](https://github.com/opencloud-eu/opencloud/pull/2099)] +- [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] +- [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] +- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] +- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] +- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] + ### 📈 Enhancement - benchmark client enhancements [[#1856](https://github.com/opencloud-eu/opencloud/pull/1856)] @@ -20,14 +29,6 @@ - fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] - fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] -### ✅ Tests - -- [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] -- [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] -- [full-ci] use graph api in the enforcePasswordPublicLink.feature [[#2050](https://github.com/opencloud-eu/opencloud/pull/2050)] -- [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] -- skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] - ### 📦️ Dependencies - build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18 [[#2107](https://github.com/opencloud-eu/opencloud/pull/2107)] From 37ebe2a7615b945d1c1371e43eb8c138907ee366 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 11:46:04 +0000 Subject: [PATCH 34/75] =?UTF-8?q?=F0=9F=8E=89=20Release=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b02b6fa4..d1a33a1bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ @ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +### 🐛 Bug Fixes + +- fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] +- fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] +- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] +- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] +- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] + ### ✅ Tests - [POC] ci: skip previously passed workflows on pipeline restart [[#2099](https://github.com/opencloud-eu/opencloud/pull/2099)] @@ -21,14 +30,6 @@ - allow http2 connections to proxy [[#2040](https://github.com/opencloud-eu/opencloud/pull/2040)] - migrate from urfave/cli to spf13/cobra [[#1954](https://github.com/opencloud-eu/opencloud/pull/1954)] -### 🐛 Bug Fixes - -- fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] -- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] -- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] -- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] -- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] - ### 📦️ Dependencies - build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18 [[#2107](https://github.com/opencloud-eu/opencloud/pull/2107)] From 6328fcddc857af4a3ff277bf46f5a5e5e563e674 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 16:19:51 +0000 Subject: [PATCH 35/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 d1a33a1bb0..4183c183bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [4.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.2.0) - 2026-01-07 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-07 ### ❤️ Thanks to all contributors! ❤️ @ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +### 💥 Breaking changes + +- merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] + ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From 78467aba57c7f71ea6aa525f42b0332f69034c54 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 00:12:24 +0000 Subject: [PATCH 36/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 4183c183bb..7786000dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-07 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-08 ### ❤️ Thanks to all contributors! ❤️ From a0cbd6061d17ee6784ea77387ed6c454f706baf1 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 08:30:38 +0000 Subject: [PATCH 37/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7786000dee..f2da3effd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,9 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] -### 🐛 Bug Fixes - -- fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] -- fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] -- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] -- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] -- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] -- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] - ### ✅ Tests +- ci: fix unwanted workflow skip in the cron pipelines [[#2117](https://github.com/opencloud-eu/opencloud/pull/2117)] - [POC] ci: skip previously passed workflows on pipeline restart [[#2099](https://github.com/opencloud-eu/opencloud/pull/2099)] - [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] - [tests-only] test: fix API tests [[#2087](https://github.com/opencloud-eu/opencloud/pull/2087)] @@ -28,6 +20,15 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 🐛 Bug Fixes + +- fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] +- fix(thumbnailer): missing font panic [[#2097](https://github.com/opencloud-eu/opencloud/pull/2097)] +- Remove sub-service binary entrypoints and fix antivirus only server cmd [[#2043](https://github.com/opencloud-eu/opencloud/pull/2043)] +- fix(thumbnailer): respect image boundaries and text wrappings [[#2062](https://github.com/opencloud-eu/opencloud/pull/2062)] +- fix: cobra viper flags and env [[#2047](https://github.com/opencloud-eu/opencloud/pull/2047)] +- fix service name in suture logs [[#2052](https://github.com/opencloud-eu/opencloud/pull/2052)] + ### 📈 Enhancement - benchmark client enhancements [[#1856](https://github.com/opencloud-eu/opencloud/pull/1856)] From 175a80b5cb31500b64777c4f14057a7dc23b4a5d Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 9 Jan 2026 00:12:13 +0000 Subject: [PATCH 38/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 f2da3effd8..c46cf00fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-08 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-09 ### ❤️ Thanks to all contributors! ❤️ From 426f632aa1cbcedaaea6f8b0b27dc22a7a6f4948 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 12 Jan 2026 00:12:15 +0000 Subject: [PATCH 39/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 c46cf00fcf..dad7cab996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-09 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-12 ### ❤️ Thanks to all contributors! ❤️ From cd9c1eeca9ad0b2c18ee6ad8d9b08de13b19c54e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 13 Jan 2026 10:45:16 +0000 Subject: [PATCH 40/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 dad7cab996..8d3b7cd17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-12 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-13 ### ❤️ Thanks to all contributors! ❤️ @@ -37,6 +37,7 @@ ### 📦️ Dependencies +- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 [[#2109](https://github.com/opencloud-eu/opencloud/pull/2109)] - build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18 [[#2107](https://github.com/opencloud-eu/opencloud/pull/2107)] - build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#2106](https://github.com/opencloud-eu/opencloud/pull/2106)] - build(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.39.0 [[#2069](https://github.com/opencloud-eu/opencloud/pull/2069)] From 2b8a73b2544abaa23909baadeb141ec98750f5e3 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 00:13:33 +0000 Subject: [PATCH 41/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 8d3b7cd17a..b1f5fc2659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-13 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-14 ### ❤️ Thanks to all contributors! ❤️ From c6d0c9672b44aeec082932871bb57443377c4110 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 13:46:04 +0000 Subject: [PATCH 42/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f5fc2659..ffbc95e77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ ### 📦️ Dependencies +- build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.39.0 [[#2133](https://github.com/opencloud-eu/opencloud/pull/2133)] +- build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#2132](https://github.com/opencloud-eu/opencloud/pull/2132)] - build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 [[#2109](https://github.com/opencloud-eu/opencloud/pull/2109)] - build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18 [[#2107](https://github.com/opencloud-eu/opencloud/pull/2107)] - build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#2106](https://github.com/opencloud-eu/opencloud/pull/2106)] From 85d6f6b20d1a6d6e5c86167b1c27f98eba405208 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 14:45:11 +0000 Subject: [PATCH 43/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 ffbc95e77e..98afa53e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 [[#2140](https://github.com/opencloud-eu/opencloud/pull/2140)] - build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.39.0 [[#2133](https://github.com/opencloud-eu/opencloud/pull/2133)] - build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#2132](https://github.com/opencloud-eu/opencloud/pull/2132)] - build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 [[#2109](https://github.com/opencloud-eu/opencloud/pull/2109)] From 2535b99ff1d7eab830b07a3cb0ce9180cd16b7d6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 15:23:52 +0000 Subject: [PATCH 44/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 98afa53e1c..f0563b9cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] +### 📚 Documentation + +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### ✅ Tests - ci: fix unwanted workflow skip in the cron pipelines [[#2117](https://github.com/opencloud-eu/opencloud/pull/2117)] From 839e51242cd34a528403cf123dd6ce128a62f2b6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 15:44:11 +0000 Subject: [PATCH 45/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 f0563b9cac..51b21d322c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @fschade, @micbar, @rhafer, @saw-jan +@ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @micbar, @rhafer, @saw-jan ### 💥 Breaking changes From 0b4edf60bd8693f3b51e9b6e165866ee4bbb97c9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 15:58:06 +0000 Subject: [PATCH 46/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 51b21d322c..11bc42a253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 [[#2141](https://github.com/opencloud-eu/opencloud/pull/2141)] - build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 [[#2140](https://github.com/opencloud-eu/opencloud/pull/2140)] - build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.39.0 [[#2133](https://github.com/opencloud-eu/opencloud/pull/2133)] - build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [[#2132](https://github.com/opencloud-eu/opencloud/pull/2132)] From 4d412a2ebf52ee5e11d93edddacc822b05521e05 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 14 Jan 2026 16:07:17 +0000 Subject: [PATCH 47/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 11bc42a253..004f1f3d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 [[#2144](https://github.com/opencloud-eu/opencloud/pull/2144)] - build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 [[#2141](https://github.com/opencloud-eu/opencloud/pull/2141)] - build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 [[#2140](https://github.com/opencloud-eu/opencloud/pull/2140)] - build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.39.0 [[#2133](https://github.com/opencloud-eu/opencloud/pull/2133)] From 95e25182f16d6cb14dcf0d942c03239ef34577f1 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 08:44:38 +0000 Subject: [PATCH 48/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 004f1f3d68..c6eb7b8e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-14 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-15 ### ❤️ Thanks to all contributors! ❤️ @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.5 [[#2148](https://github.com/opencloud-eu/opencloud/pull/2148)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 [[#2144](https://github.com/opencloud-eu/opencloud/pull/2144)] - build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 [[#2141](https://github.com/opencloud-eu/opencloud/pull/2141)] - build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 [[#2140](https://github.com/opencloud-eu/opencloud/pull/2140)] From 9d71cc78d49ba4218f7288e8bf49705b25d56e04 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 08:49:18 +0000 Subject: [PATCH 49/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 c6eb7b8e3f..346c4ad2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#2147](https://github.com/opencloud-eu/opencloud/pull/2147)] - build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.5 [[#2148](https://github.com/opencloud-eu/opencloud/pull/2148)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 [[#2144](https://github.com/opencloud-eu/opencloud/pull/2144)] - build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 [[#2141](https://github.com/opencloud-eu/opencloud/pull/2141)] From 6becefbb52218050e972255331aa7a12395885b6 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 09:50:47 +0000 Subject: [PATCH 50/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 346c4ad2e9..72ff840812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 [[#2153](https://github.com/opencloud-eu/opencloud/pull/2153)] - build(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#2147](https://github.com/opencloud-eu/opencloud/pull/2147)] - build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.5 [[#2148](https://github.com/opencloud-eu/opencloud/pull/2148)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 [[#2144](https://github.com/opencloud-eu/opencloud/pull/2144)] From 7463c66ad4dbcbde7cfa562f183c36f7ee665f1f Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 10:22:21 +0000 Subject: [PATCH 51/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 72ff840812..e110dfbacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.39.0 [[#2154](https://github.com/opencloud-eu/opencloud/pull/2154)] - build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 [[#2153](https://github.com/opencloud-eu/opencloud/pull/2153)] - build(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#2147](https://github.com/opencloud-eu/opencloud/pull/2147)] - build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.5 [[#2148](https://github.com/opencloud-eu/opencloud/pull/2148)] From e0aae3b18d07da856d469c04af160b59a343eb1a Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 11:25:43 +0000 Subject: [PATCH 52/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 e110dfbacc..832a7bbd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,9 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] -### 📚 Documentation - -- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] - ### ✅ Tests +- Run wopi validator tests localy [[#2151](https://github.com/opencloud-eu/opencloud/pull/2151)] - ci: fix unwanted workflow skip in the cron pipelines [[#2117](https://github.com/opencloud-eu/opencloud/pull/2117)] - [POC] ci: skip previously passed workflows on pipeline restart [[#2099](https://github.com/opencloud-eu/opencloud/pull/2099)] - [tests-only] test: wait post-processing to finish for MKCOL requests [[#2092](https://github.com/opencloud-eu/opencloud/pull/2092)] @@ -24,6 +21,10 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 📚 Documentation + +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From 1f09e526beb095d80a26a7ffa66b00d36cf77173 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 11:43:06 +0000 Subject: [PATCH 53/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 832a7bbd37..3d6771a248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.5 to 2.5.7 [[#2157](https://github.com/opencloud-eu/opencloud/pull/2157)] - build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.39.0 [[#2154](https://github.com/opencloud-eu/opencloud/pull/2154)] - build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 [[#2153](https://github.com/opencloud-eu/opencloud/pull/2153)] - build(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#2147](https://github.com/opencloud-eu/opencloud/pull/2147)] From 012c930d6eb9f21c9da1918954453c59a2a4bc9f Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 11:54:52 +0000 Subject: [PATCH 54/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 3d6771a248..3386dfebb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ ### 📦️ Dependencies +- build(deps): bump go.opentelemetry.io/contrib/zpages from 0.63.0 to 0.64.0 [[#2158](https://github.com/opencloud-eu/opencloud/pull/2158)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.5 to 2.5.7 [[#2157](https://github.com/opencloud-eu/opencloud/pull/2157)] - build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.39.0 [[#2154](https://github.com/opencloud-eu/opencloud/pull/2154)] - build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 [[#2153](https://github.com/opencloud-eu/opencloud/pull/2153)] From 58ca1506a78d4242469af05935c343d47347ba47 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 12:27:13 +0000 Subject: [PATCH 55/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 3386dfebb9..35ac93280d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### ✅ Tests +- fix flaky #2145 [[#2161](https://github.com/opencloud-eu/opencloud/pull/2161)] - Run wopi validator tests localy [[#2151](https://github.com/opencloud-eu/opencloud/pull/2151)] - ci: fix unwanted workflow skip in the cron pipelines [[#2117](https://github.com/opencloud-eu/opencloud/pull/2117)] - [POC] ci: skip previously passed workflows on pipeline restart [[#2099](https://github.com/opencloud-eu/opencloud/pull/2099)] From 40f918cf7ddc3df6722556df36aa0c05777be950 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 14:22:12 +0000 Subject: [PATCH 56/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 35ac93280d..ac46ba79ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#2162](https://github.com/opencloud-eu/opencloud/pull/2162)] - build(deps): bump go.opentelemetry.io/contrib/zpages from 0.63.0 to 0.64.0 [[#2158](https://github.com/opencloud-eu/opencloud/pull/2158)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.5 to 2.5.7 [[#2157](https://github.com/opencloud-eu/opencloud/pull/2157)] - build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.39.0 [[#2154](https://github.com/opencloud-eu/opencloud/pull/2154)] From 92245397032fb6645b3c7dccc7206ae76c408703 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 15:54:36 +0000 Subject: [PATCH 57/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 ac46ba79ac..b189d8996e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4 [[#2163](https://github.com/opencloud-eu/opencloud/pull/2163)] - build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#2162](https://github.com/opencloud-eu/opencloud/pull/2162)] - build(deps): bump go.opentelemetry.io/contrib/zpages from 0.63.0 to 0.64.0 [[#2158](https://github.com/opencloud-eu/opencloud/pull/2158)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.5 to 2.5.7 [[#2157](https://github.com/opencloud-eu/opencloud/pull/2157)] From 8884ba452f723e886f6a73132558ba3764a77736 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 15 Jan 2026 16:39:43 +0000 Subject: [PATCH 58/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 b189d8996e..7a7348c64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4 [[#2164](https://github.com/opencloud-eu/opencloud/pull/2164)] - build(deps): bump github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4 [[#2163](https://github.com/opencloud-eu/opencloud/pull/2163)] - build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#2162](https://github.com/opencloud-eu/opencloud/pull/2162)] - build(deps): bump go.opentelemetry.io/contrib/zpages from 0.63.0 to 0.64.0 [[#2158](https://github.com/opencloud-eu/opencloud/pull/2158)] From 0773fdbc40af3383e461810c5e44a1606078f38e Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 19 Jan 2026 05:12:24 +0000 Subject: [PATCH 59/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 7a7348c64f..97afd12a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-15 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-19 ### ❤️ Thanks to all contributors! ❤️ @@ -12,6 +12,7 @@ ### ✅ Tests +- [tests-only] test: setup for running wopi API tests locally [[#2139](https://github.com/opencloud-eu/opencloud/pull/2139)] - fix flaky #2145 [[#2161](https://github.com/opencloud-eu/opencloud/pull/2161)] - Run wopi validator tests localy [[#2151](https://github.com/opencloud-eu/opencloud/pull/2151)] - ci: fix unwanted workflow skip in the cron pipelines [[#2117](https://github.com/opencloud-eu/opencloud/pull/2117)] From 2cdae6ff93d1d84733099e5ea918294efb969972 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 19 Jan 2026 20:53:52 +0000 Subject: [PATCH 60/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 97afd12a0a..9393469aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] +### 📚 Documentation + +- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### ✅ Tests - [tests-only] test: setup for running wopi API tests locally [[#2139](https://github.com/opencloud-eu/opencloud/pull/2139)] @@ -23,10 +28,6 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 📚 Documentation - -- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] - ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From eab29c6fb274df2b52047fe27c903e8de436ca3b Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 20 Jan 2026 11:03:31 +0000 Subject: [PATCH 61/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 9393469aa0..759855755f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-19 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-20 ### ❤️ Thanks to all contributors! ❤️ @@ -10,13 +10,9 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] -### 📚 Documentation - -- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] -- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] - ### ✅ Tests +- [full-ci] test: use single command to run the containers and the API tests [[#2169](https://github.com/opencloud-eu/opencloud/pull/2169)] - [tests-only] test: setup for running wopi API tests locally [[#2139](https://github.com/opencloud-eu/opencloud/pull/2139)] - fix flaky #2145 [[#2161](https://github.com/opencloud-eu/opencloud/pull/2161)] - Run wopi validator tests localy [[#2151](https://github.com/opencloud-eu/opencloud/pull/2151)] @@ -28,6 +24,11 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 📚 Documentation + +- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From 26d65fe25946dc6ba5511bb8a218d6ca3c57985f Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 20 Jan 2026 11:25:22 +0000 Subject: [PATCH 62/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 759855755f..589c624976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] +### 📚 Documentation + +- Update release template [[#2182](https://github.com/opencloud-eu/opencloud/pull/2182)] +- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### ✅ Tests - [full-ci] test: use single command to run the containers and the API tests [[#2169](https://github.com/opencloud-eu/opencloud/pull/2169)] @@ -24,11 +30,6 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] -### 📚 Documentation - -- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] -- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] - ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From 1990ab269cb92e940622dc3f3a87aa9636c409d6 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 20 Jan 2026 12:02:12 +0000 Subject: [PATCH 63/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 589c624976..5b8a18590e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/kovidgoyal/imaging from 1.8.18 to 1.8.19 [[#2167](https://github.com/opencloud-eu/opencloud/pull/2167)] - build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4 [[#2164](https://github.com/opencloud-eu/opencloud/pull/2164)] - build(deps): bump github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4 [[#2163](https://github.com/opencloud-eu/opencloud/pull/2163)] - build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 [[#2162](https://github.com/opencloud-eu/opencloud/pull/2162)] From 06954ba1831835e0969fa9c25b16285ca387cd3c Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 20 Jan 2026 15:50:28 +0000 Subject: [PATCH 64/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 5b8a18590e..b0603ecd05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/open-policy-agent/opa from 1.11.1 to 1.12.3 [[#2166](https://github.com/opencloud-eu/opencloud/pull/2166)] - build(deps): bump github.com/kovidgoyal/imaging from 1.8.18 to 1.8.19 [[#2167](https://github.com/opencloud-eu/opencloud/pull/2167)] - build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4 [[#2164](https://github.com/opencloud-eu/opencloud/pull/2164)] - build(deps): bump github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4 [[#2163](https://github.com/opencloud-eu/opencloud/pull/2163)] From 845f1e0a77bfa7f094e28567bceec7404ae7eac9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 21 Jan 2026 03:57:13 +0000 Subject: [PATCH 65/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0603ecd05..dad534afe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-20 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-21 ### ❤️ Thanks to all contributors! ❤️ @@ -10,14 +10,9 @@ - merge ocdav into frontend [[#1958](https://github.com/opencloud-eu/opencloud/pull/1958)] -### 📚 Documentation - -- Update release template [[#2182](https://github.com/opencloud-eu/opencloud/pull/2182)] -- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] -- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] - ### ✅ Tests +- test(api): update without-remotephp expected-failures list [[#2184](https://github.com/opencloud-eu/opencloud/pull/2184)] - [full-ci] test: use single command to run the containers and the API tests [[#2169](https://github.com/opencloud-eu/opencloud/pull/2169)] - [tests-only] test: setup for running wopi API tests locally [[#2139](https://github.com/opencloud-eu/opencloud/pull/2139)] - fix flaky #2145 [[#2161](https://github.com/opencloud-eu/opencloud/pull/2161)] @@ -30,6 +25,12 @@ - [full-ci][tests-only] test: check last email content with retries as emails can be delayed [[#2038](https://github.com/opencloud-eu/opencloud/pull/2038)] - skip collaborativePosix tests in CI [[#2039](https://github.com/opencloud-eu/opencloud/pull/2039)] +### 📚 Documentation + +- Update release template [[#2182](https://github.com/opencloud-eu/opencloud/pull/2182)] +- Clarify what the two requests are used for [[#2179](https://github.com/opencloud-eu/opencloud/pull/2179)] +- fix: markdown links formatting [[#2143](https://github.com/opencloud-eu/opencloud/pull/2143)] + ### 🐛 Bug Fixes - fix: Show username in unprivileged search results [[#2104](https://github.com/opencloud-eu/opencloud/pull/2104)] From 05070e05af0cbd3bae676d449c03fd6474c07df9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 21 Jan 2026 08:26:31 +0000 Subject: [PATCH 66/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad534afe3..d4f24e2d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ### ✅ Tests +- test(api): auto-generate test virus files before test run [[#2191](https://github.com/opencloud-eu/opencloud/pull/2191)] +- test(api): remove accountsHashDifficulty test suite [[#2190](https://github.com/opencloud-eu/opencloud/pull/2190)] - test(api): update without-remotephp expected-failures list [[#2184](https://github.com/opencloud-eu/opencloud/pull/2184)] - [full-ci] test: use single command to run the containers and the API tests [[#2169](https://github.com/opencloud-eu/opencloud/pull/2169)] - [tests-only] test: setup for running wopi API tests locally [[#2139](https://github.com/opencloud-eu/opencloud/pull/2139)] From 69c02b9132f3364772389c97d5e4b9f4d073e3eb Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 22 Jan 2026 00:16:38 +0000 Subject: [PATCH 67/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 d4f24e2d32..9ba024dc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-21 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-22 ### ❤️ Thanks to all contributors! ❤️ From 2e9d5577fc81003b64fe01a8fd13b7b1d133d811 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 22 Jan 2026 06:25:53 +0000 Subject: [PATCH 68/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 9ba024dc85..fbfa65ddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### ✅ Tests +- [test-only] replace exception to assertions [[#2196](https://github.com/opencloud-eu/opencloud/pull/2196)] - test(api): auto-generate test virus files before test run [[#2191](https://github.com/opencloud-eu/opencloud/pull/2191)] - test(api): remove accountsHashDifficulty test suite [[#2190](https://github.com/opencloud-eu/opencloud/pull/2190)] - test(api): update without-remotephp expected-failures list [[#2184](https://github.com/opencloud-eu/opencloud/pull/2184)] From 36c95e000056690ad8260ea4668627ae14e2e241 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 22 Jan 2026 10:52:06 +0000 Subject: [PATCH 69/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 fbfa65ddd0..14ce3e0e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.17.1 [[#2197](https://github.com/opencloud-eu/opencloud/pull/2197)] - build(deps): bump github.com/open-policy-agent/opa from 1.11.1 to 1.12.3 [[#2166](https://github.com/opencloud-eu/opencloud/pull/2166)] - build(deps): bump github.com/kovidgoyal/imaging from 1.8.18 to 1.8.19 [[#2167](https://github.com/opencloud-eu/opencloud/pull/2167)] - build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4 [[#2164](https://github.com/opencloud-eu/opencloud/pull/2164)] From a82a68e2ce86dc2786f8d16e58d87bb18c3f3d8a Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 23 Jan 2026 00:16:50 +0000 Subject: [PATCH 70/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 14ce3e0e7f..8292776be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-22 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-23 ### ❤️ Thanks to all contributors! ❤️ From 94e838769814f49a6637fd456083411a22faefab Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 23 Jan 2026 09:17:29 +0000 Subject: [PATCH 71/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 8292776be3..3079848ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.4 to 2.27.5 [[#2204](https://github.com/opencloud-eu/opencloud/pull/2204)] - build(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.17.1 [[#2197](https://github.com/opencloud-eu/opencloud/pull/2197)] - build(deps): bump github.com/open-policy-agent/opa from 1.11.1 to 1.12.3 [[#2166](https://github.com/opencloud-eu/opencloud/pull/2166)] - build(deps): bump github.com/kovidgoyal/imaging from 1.8.18 to 1.8.19 [[#2167](https://github.com/opencloud-eu/opencloud/pull/2167)] From 66ffbe6ae49bb3bff1ff718e38c3174ce6ebff92 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 23 Jan 2026 09:20:50 +0000 Subject: [PATCH 72/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 3079848ae6..3afcd99109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 [[#2186](https://github.com/opencloud-eu/opencloud/pull/2186)] - build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.4 to 2.27.5 [[#2204](https://github.com/opencloud-eu/opencloud/pull/2204)] - build(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.17.1 [[#2197](https://github.com/opencloud-eu/opencloud/pull/2197)] - build(deps): bump github.com/open-policy-agent/opa from 1.11.1 to 1.12.3 [[#2166](https://github.com/opencloud-eu/opencloud/pull/2166)] From 36f206568faac413f9edf93be83b8a60fc156c0f Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 25 Jan 2026 00:15:51 +0000 Subject: [PATCH 73/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 3afcd99109..e6d8e54629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-23 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-25 ### ❤️ Thanks to all contributors! ❤️ From 5399a7264d39a710331c171e1362ff1a5246c8f7 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 00:15:59 +0000 Subject: [PATCH 74/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 e6d8e54629..88292d5282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-25 +## [5.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) - 2026-01-26 ### ❤️ Thanks to all contributors! ❤️ From b575259431bd23d79472ea7066a8419f8a741365 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 15:37:57 +0000 Subject: [PATCH 75/75] =?UTF-8?q?=F0=9F=8E=89=20Release=205.0.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 88292d5282..9b99e54e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ### 📦️ Dependencies +- reva-bump-2.42.0 [[#2215](https://github.com/opencloud-eu/opencloud/pull/2215)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 [[#2186](https://github.com/opencloud-eu/opencloud/pull/2186)] - build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.4 to 2.27.5 [[#2204](https://github.com/opencloud-eu/opencloud/pull/2204)] - build(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.17.1 [[#2197](https://github.com/opencloud-eu/opencloud/pull/2197)]