From 69d0b614300f8afcc49fae0a2fbb0992dbb88172 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 4 Nov 2025 09:24:04 +0000 Subject: [PATCH 01/69] =?UTF-8?q?=F0=9F=8E=89=20Release=203.7.1?= 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 6ff2bad204..0bd8428ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.7.1](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.1) - 2025-11-04 + +### ❤️ Thanks to all contributors! ❤️ + +@ScharfViktor + +### ✅ Tests + +- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] + ## [3.7.0](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.0) - 2025-11-03 ### ❤️ Thanks to all contributors! ❤️ From d71ff454101d46c53f927d9435c8e7ba0c9ec5dc Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 4 Nov 2025 15:03:54 +0000 Subject: [PATCH 02/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd8428ba0..6171e5eec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # Changelog -## [3.7.1](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.1) - 2025-11-04 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-04 ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor +@ScharfViktor, @rhafer + +### 💥 Breaking changes + +- collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] ### ✅ Tests - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] +### 📦️ Dependencies + +- build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] + ## [3.7.0](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.0) - 2025-11-03 ### ❤️ Thanks to all contributors! ❤️ From 2b95ce0a99022d5d1a2fd310893e6b8e5e39ac2b Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 4 Nov 2025 15:47:03 +0000 Subject: [PATCH 03/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 6171e5eec8..5296da3164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📈 Enhancement + +- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] + ### ✅ Tests - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] From 9106a37631e827ba75e1d126dc57ff5dbf88c49c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 5 Nov 2025 10:59:29 +0000 Subject: [PATCH 04/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5296da3164..74ea08fc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-04 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-05 ### ❤️ Thanks to all contributors! ❤️ @@ -10,6 +10,10 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] @@ -21,6 +25,8 @@ ### 📦️ Dependencies - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] +- build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.0 to 2.12.1 [[#1706](https://github.com/opencloud-eu/opencloud/pull/1706)] +- build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 [[#1754](https://github.com/opencloud-eu/opencloud/pull/1754)] ## [3.7.0](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.0) - 2025-11-03 From d95d3bf1bb188993e6f4e4dc86e43ddf42c93927 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 6 Nov 2025 00:05:03 +0000 Subject: [PATCH 05/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 74ea08fc9a..bf89dfb233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-05 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-06 ### ❤️ Thanks to all contributors! ❤️ From 9d0cb43fe4633723cee45a84d79da1a149008859 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 6 Nov 2025 15:33:15 +0000 Subject: [PATCH 06/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 bf89dfb233..410007d958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### ✅ Tests + +- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] +- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] + ### 🐛 Bug Fixes - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] @@ -18,10 +23,6 @@ - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] -### ✅ Tests - -- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] - ### 📦️ Dependencies - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] From fb378a653d43c4b1d41d5eb5e595d0e223c33414 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 6 Nov 2025 16:26:34 +0000 Subject: [PATCH 07/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 410007d958..4a1715f56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- Bump reva [[#1786](https://github.com/opencloud-eu/opencloud/pull/1786)] - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] - build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.0 to 2.12.1 [[#1706](https://github.com/opencloud-eu/opencloud/pull/1706)] - build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 [[#1754](https://github.com/opencloud-eu/opencloud/pull/1754)] From a5582b7e9618c3b1b435baa3aa8d7045745f5197 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 7 Nov 2025 00:05:18 +0000 Subject: [PATCH 08/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 4a1715f56f..1d2e445790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-06 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-07 ### ❤️ Thanks to all contributors! ❤️ From 97d871f0ab0bb2fc7f130ab1c64b2abc2a30d25b Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 7 Nov 2025 08:32:15 +0000 Subject: [PATCH 09/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 1d2e445790..fdcc823a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @rhafer +@ScharfViktor, @individual-it, @rhafer ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### ✅ Tests +- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] From 3deb73742aedbe02f00927e1f5a908781c2eac4c Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 8 Nov 2025 00:06:00 +0000 Subject: [PATCH 10/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 fdcc823a0c..739dced1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-07 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-08 ### ❤️ Thanks to all contributors! ❤️ From 53bd2677fe2b46dc48ac9de858d9e8c0b46ad341 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 9 Nov 2025 00:04:50 +0000 Subject: [PATCH 11/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 739dced1f1..0e2e51d9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-08 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-09 ### ❤️ Thanks to all contributors! ❤️ From 10f4b6992bb02504deafde765811050466ede69a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 07:25:38 +0000 Subject: [PATCH 12/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 0e2e51d9a8..8f45ab5521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-09 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-10 ### ❤️ Thanks to all contributors! ❤️ From e604d0c874214dc55b75f65dbad186fb685b06b6 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 08:21:41 +0000 Subject: [PATCH 13/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 8f45ab5521..0dfe5b003b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 [[#1788](https://github.com/opencloud-eu/opencloud/pull/1788)] - Bump reva [[#1786](https://github.com/opencloud-eu/opencloud/pull/1786)] - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] - build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.0 to 2.12.1 [[#1706](https://github.com/opencloud-eu/opencloud/pull/1706)] From a9ace9ad3ec1ca91ba44caa551c52fc7354f18da Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 08:40:54 +0000 Subject: [PATCH 14/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 0dfe5b003b..251e4faab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### ✅ Tests +- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] - increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] From 614f744a4fdcf6ec31cf6d78952afb0837547fd3 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 09:38:15 +0000 Subject: [PATCH 15/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 251e4faab7..523274c7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.4 to 0.7.5 [[#1787](https://github.com/opencloud-eu/opencloud/pull/1787)] - build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 [[#1788](https://github.com/opencloud-eu/opencloud/pull/1788)] - Bump reva [[#1786](https://github.com/opencloud-eu/opencloud/pull/1786)] - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 [[#1775](https://github.com/opencloud-eu/opencloud/pull/1775)] From 8b4cfdae7ba877aed6d30e497490856d54add8d7 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 09:41:11 +0000 Subject: [PATCH 16/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 523274c7bf..80ddeeca5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @individual-it, @rhafer +@ScharfViktor, @individual-it, @pbleser-oc, @rhafer ### 💥 Breaking changes From ecdca26304a13ab3394d3f79d543ecaba935d30a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 10 Nov 2025 15:20:10 +0000 Subject: [PATCH 17/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 80ddeeca5a..14ce9c6ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @individual-it, @pbleser-oc, @rhafer +@ScharfViktor, @individual-it, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### ✅ Tests - removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] @@ -17,10 +22,6 @@ - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] -### 🐛 Bug Fixes - -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From d9e153f3e42af6fce5fdcc8870063d110e386c02 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 11 Nov 2025 08:45:27 +0000 Subject: [PATCH 18/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 14ce9c6ac7..ebaa8ee39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-10 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-11 ### ❤️ Thanks to all contributors! ❤️ @@ -28,6 +28,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 [[#1828](https://github.com/opencloud-eu/opencloud/pull/1828)] - build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.4 to 0.7.5 [[#1787](https://github.com/opencloud-eu/opencloud/pull/1787)] - build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 [[#1788](https://github.com/opencloud-eu/opencloud/pull/1788)] - Bump reva [[#1786](https://github.com/opencloud-eu/opencloud/pull/1786)] From 54e08ebe6a6cb6e2c68001fe25974a769746aefd Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 00:04:35 +0000 Subject: [PATCH 19/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 ebaa8ee39f..9b6ce63959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-11 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-12 ### ❤️ Thanks to all contributors! ❤️ From 11dc71246952ac7585eb04b3872e1b163edb64df Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 09:40:49 +0000 Subject: [PATCH 20/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 9b6ce63959..2ecf442547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,18 +10,19 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] -### 🐛 Bug Fixes - -- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### ✅ Tests +- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] - removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] - increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] +### 🐛 Bug Fixes + +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From 590bb9854481afe863c544726941a202e2925df4 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 10:39:24 +0000 Subject: [PATCH 21/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 2ecf442547..bdffa0b857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 [[#1836](https://github.com/opencloud-eu/opencloud/pull/1836)] - build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 [[#1828](https://github.com/opencloud-eu/opencloud/pull/1828)] - build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.4 to 0.7.5 [[#1787](https://github.com/opencloud-eu/opencloud/pull/1787)] - build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 [[#1788](https://github.com/opencloud-eu/opencloud/pull/1788)] From bd69856b25679fc7d2b1f8d1ceb3d4bd9bc73742 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 10:49:12 +0000 Subject: [PATCH 22/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 bdffa0b857..8b836f846e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @individual-it, @pbleser-oc, @rhafer, @schweigisito +@ScharfViktor, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes From b11953ed03fa9a2827ba663f96f53488d20009d8 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 14:51:00 +0000 Subject: [PATCH 23/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 8b836f846e..1ae1362745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### ✅ Tests - add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] @@ -18,11 +24,6 @@ - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] -### 🐛 Bug Fixes - -- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From 2cd5bee1efe45c613eb6c3134867a4c3df8f2f4d Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 12 Nov 2025 15:51:39 +0000 Subject: [PATCH 24/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 1ae1362745..6605c693e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@ScharfViktor, @butonic, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] - docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] From f206f161de6e798b62a1b0ecd042c02b29ce8a5c Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 13 Nov 2025 07:23:48 +0000 Subject: [PATCH 25/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 6605c693e5..394e0fc5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-12 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-13 ### ❤️ Thanks to all contributors! ❤️ @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] - update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] - docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] From 36e192cc6fa4d8453958eb5354359f2f24613f9a Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 13 Nov 2025 09:47:28 +0000 Subject: [PATCH 26/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 394e0fc5c8..e1d86790ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@ScharfViktor, @butonic, @dragonchaser, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] - fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] - update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] - docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] From 8487ce56bc6917fc44db51291b63a5f98c89c6e8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Nov 2025 09:39:10 +0000 Subject: [PATCH 27/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 e1d86790ae..d914563833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-13 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-14 ### ❤️ Thanks to all contributors! ❤️ @@ -33,6 +33,7 @@ ### 📦️ Dependencies +- reva-bump-2.39.2. update opencloud 4.0.0-rc.1 [[#1849](https://github.com/opencloud-eu/opencloud/pull/1849)] - build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 [[#1836](https://github.com/opencloud-eu/opencloud/pull/1836)] - build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 [[#1828](https://github.com/opencloud-eu/opencloud/pull/1828)] - build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.4 to 0.7.5 [[#1787](https://github.com/opencloud-eu/opencloud/pull/1787)] From 35c310a32b3b4b8991db9813172f1ac20eed77e0 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Nov 2025 10:24:39 +0000 Subject: [PATCH 28/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 d914563833..bdf0b7d174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @individual-it, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@ScharfViktor, @butonic, @dragonchaser, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📚 Documentation + +- Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] + ### 🐛 Bug Fixes - make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] From f2226b0159809e64884602ee8ecfd81cd89043a9 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 15 Nov 2025 00:05:00 +0000 Subject: [PATCH 29/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 bdf0b7d174..8638d96dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-14 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-15 ### ❤️ Thanks to all contributors! ❤️ From b7d11403fe286ab1b22b13a21812a8571244c7b4 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 16 Nov 2025 00:05:03 +0000 Subject: [PATCH 30/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 8638d96dfe..6cffb97e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-15 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-16 ### ❤️ Thanks to all contributors! ❤️ From 613cd9df579570736d2bba1f1cddceff7f915887 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Nov 2025 00:05:06 +0000 Subject: [PATCH 31/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 6cffb97e97..be04fb5bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-16 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-17 ### ❤️ Thanks to all contributors! ❤️ From 5a7c451d9db93dd447713b3d94d4101c5281460a Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 18 Nov 2025 00:05:22 +0000 Subject: [PATCH 32/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 be04fb5bc8..876cdca6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-17 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-18 ### ❤️ Thanks to all contributors! ❤️ From 4895eeb767719f6681219ceb6a9c76cbce86f334 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 18 Nov 2025 14:17:21 +0000 Subject: [PATCH 33/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 876cdca6d4..e70767550f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 [[#1845](https://github.com/opencloud-eu/opencloud/pull/1845)] - reva-bump-2.39.2. update opencloud 4.0.0-rc.1 [[#1849](https://github.com/opencloud-eu/opencloud/pull/1849)] - build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 [[#1836](https://github.com/opencloud-eu/opencloud/pull/1836)] - build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 [[#1828](https://github.com/opencloud-eu/opencloud/pull/1828)] From c216fd3ce1d432c73e629f4c6de056d11f04ac54 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 18 Nov 2025 16:39:56 +0000 Subject: [PATCH 34/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.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 e70767550f..7b631f1f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### ✅ Tests + +- update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] +- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] +- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] +- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] +- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] +- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] + ### 📚 Documentation - Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] @@ -23,14 +32,6 @@ - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] -### ✅ Tests - -- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] -- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] -- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] -- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] -- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From cba8c5e29444c7730665f8c8071fda7aedb2de05 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 19 Nov 2025 13:22:57 +0000 Subject: [PATCH 35/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b631f1f8a..a9fd699098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-18 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-19 ### ❤️ Thanks to all contributors! ❤️ @@ -10,6 +10,16 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] +- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] +- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] +- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] +- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### ✅ Tests - update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] @@ -23,15 +33,6 @@ - Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] -### 🐛 Bug Fixes - -- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] -- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] -- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] -- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] -- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From 708ab4c18bf3bae12947c2206b3262e9ca41a323 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 19 Nov 2025 18:18:35 +0000 Subject: [PATCH 36/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 a9fd699098..782e39ecad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📚 Documentation + +- fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] +- Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] + ### 🐛 Bug Fixes - load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] @@ -29,10 +34,6 @@ - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] -### 📚 Documentation - -- Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From c7d6ba0aef387a22d263246bd67246472a076864 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 20 Nov 2025 08:15:13 +0000 Subject: [PATCH 37/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782e39ecad..40915e0b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-19 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-20 ### ❤️ Thanks to all contributors! ❤️ @@ -10,6 +10,16 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### ✅ Tests + +- api-tests: delete spaces before users [[#1877](https://github.com/opencloud-eu/opencloud/pull/1877)] +- update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] +- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] +- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] +- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] +- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] +- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] + ### 📚 Documentation - fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] @@ -25,15 +35,6 @@ - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] -### ✅ Tests - -- update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] -- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] -- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] -- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] -- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] -- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From b85f0473c46f968edba387bb0d74656971c542a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 20 Nov 2025 10:52:34 +0000 Subject: [PATCH 38/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 40915e0b1b..76dde0c4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 [[#1869](https://github.com/opencloud-eu/opencloud/pull/1869)] - build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 [[#1845](https://github.com/opencloud-eu/opencloud/pull/1845)] - reva-bump-2.39.2. update opencloud 4.0.0-rc.1 [[#1849](https://github.com/opencloud-eu/opencloud/pull/1849)] - build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 [[#1836](https://github.com/opencloud-eu/opencloud/pull/1836)] From 8dad8fa12bc2361351d02673bb38d9c566d4a7f9 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 20 Nov 2025 13:16:59 +0000 Subject: [PATCH 39/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 76dde0c4a8..54cc628800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes From eb60d7bb8e920f472bcff9d573e8766d5c3fcfce Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 20 Nov 2025 14:00:52 +0000 Subject: [PATCH 40/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cc628800..2c39960952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] +- load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] +- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] +- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] +- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] +- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### ✅ Tests - api-tests: delete spaces before users [[#1877](https://github.com/opencloud-eu/opencloud/pull/1877)] @@ -25,16 +36,6 @@ - fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] - Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] -### 🐛 Bug Fixes - -- load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] -- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] -- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] -- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] -- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] -- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### 📈 Enhancement - collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] From cdb29e88009fbd448de7efee743862a5d7691eaf Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 20 Nov 2025 16:43:16 +0000 Subject: [PATCH 41/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 2c39960952..9298084f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.4 to 2.5.5 [[#1884](https://github.com/opencloud-eu/opencloud/pull/1884)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 [[#1869](https://github.com/opencloud-eu/opencloud/pull/1869)] - build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 [[#1845](https://github.com/opencloud-eu/opencloud/pull/1845)] - reva-bump-2.39.2. update opencloud 4.0.0-rc.1 [[#1849](https://github.com/opencloud-eu/opencloud/pull/1849)] From 35662b354ebf0a1a896cb0065ad147781939dd16 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 21 Nov 2025 00:05:23 +0000 Subject: [PATCH 42/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 9298084f58..15464c4701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-20 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-21 ### ❤️ Thanks to all contributors! ❤️ From 6db99603713835ed55130a40ce964fb7d6142790 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 21 Nov 2025 12:13:26 +0000 Subject: [PATCH 43/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 15464c4701..aeb4f9ef31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ ### 📦️ Dependencies +- revaBump-getting#428 [[#1887](https://github.com/opencloud-eu/opencloud/pull/1887)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.4 to 2.5.5 [[#1884](https://github.com/opencloud-eu/opencloud/pull/1884)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 [[#1869](https://github.com/opencloud-eu/opencloud/pull/1869)] - build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 [[#1845](https://github.com/opencloud-eu/opencloud/pull/1845)] From dd6e346d789e44166b520cd5662b1fa35ec57e48 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 21 Nov 2025 14:18:05 +0000 Subject: [PATCH 44/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 aeb4f9ef31..cb8ddfc1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] - Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] - load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] - make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] From be5f98c04dafa5bad304468948074df3b2f64dcf Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 21 Nov 2025 14:42:11 +0000 Subject: [PATCH 45/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 cb8ddfc1b5..e462eb96d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- fix: add missing capability flag support-radicale [[#1891](https://github.com/opencloud-eu/opencloud/pull/1891)] - fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] - Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] - load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] From e8105406d36174e98cebf9187110448ff4ad377d Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 21 Nov 2025 16:15:41 +0000 Subject: [PATCH 46/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 e462eb96d5..4b4b318ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- fix: add update server to default csp rules [[#1875](https://github.com/opencloud-eu/opencloud/pull/1875)] - fix: add missing capability flag support-radicale [[#1891](https://github.com/opencloud-eu/opencloud/pull/1891)] - fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] - Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] From 9b51c1c0699e0a8d522a1ab9b373e0187cdc6a08 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 23 Nov 2025 00:05:26 +0000 Subject: [PATCH 47/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 4b4b318ca0..4497c25d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-21 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-23 ### ❤️ Thanks to all contributors! ❤️ From 2a42263d4b62a1a5b27733f448c9c8ddd037fc22 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 24 Nov 2025 00:05:07 +0000 Subject: [PATCH 48/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 4497c25d22..3729d0cecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-23 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-24 ### ❤️ Thanks to all contributors! ❤️ From 2748a726f30517e0309d4d5c65f740ed6c31c4bc Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 24 Nov 2025 15:43:04 +0000 Subject: [PATCH 49/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 3729d0cecf..c3e54fba75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ ### 📦️ Dependencies +- chore: bump web to v4.2.1-rc.1 [[#1900](https://github.com/opencloud-eu/opencloud/pull/1900)] - revaBump-getting#428 [[#1887](https://github.com/opencloud-eu/opencloud/pull/1887)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.4 to 2.5.5 [[#1884](https://github.com/opencloud-eu/opencloud/pull/1884)] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 [[#1869](https://github.com/opencloud-eu/opencloud/pull/1869)] From 2ef5be9d56083170bff587f69857a35e43d0800a Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 25 Nov 2025 07:28:38 +0000 Subject: [PATCH 50/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 c3e54fba75..2f567f6ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-24 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-25 ### ❤️ Thanks to all contributors! ❤️ @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] - fix: add update server to default csp rules [[#1875](https://github.com/opencloud-eu/opencloud/pull/1875)] - fix: add missing capability flag support-radicale [[#1891](https://github.com/opencloud-eu/opencloud/pull/1891)] - fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] From a52f6668c0e278c2a181061a751165631bb3b072 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 25 Nov 2025 09:06:03 +0000 Subject: [PATCH 51/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f567f6ac3..19bd5804a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### ✅ Tests + +- [full-ci] disable running ci with watch fs when full-ci [[#1902](https://github.com/opencloud-eu/opencloud/pull/1902)] +- api-tests: delete spaces before users [[#1877](https://github.com/opencloud-eu/opencloud/pull/1877)] +- update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] +- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] +- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] +- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] +- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] +- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] + ### 🐛 Bug Fixes - handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] @@ -25,16 +36,6 @@ - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] -### ✅ Tests - -- api-tests: delete spaces before users [[#1877](https://github.com/opencloud-eu/opencloud/pull/1877)] -- update tika version [[#1872](https://github.com/opencloud-eu/opencloud/pull/1872)] -- add share sync to collaborativePosix suite [[#1806](https://github.com/opencloud-eu/opencloud/pull/1806)] -- removed test virus files from repo [[#1812](https://github.com/opencloud-eu/opencloud/pull/1812)] -- increase timeouts waiting for notification & search [[#1802](https://github.com/opencloud-eu/opencloud/pull/1802)] -- Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] -- correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] - ### 📚 Documentation - fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] From 6a77ddcaa2e0d86fcb1de35cba432fdf7fdc6315 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 00:05:41 +0000 Subject: [PATCH 52/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 19bd5804a5..3f19891190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-25 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-26 ### ❤️ Thanks to all contributors! ❤️ From 7edaf2e71190b2f4878e120225283fde99f4e751 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 07:10:09 +0000 Subject: [PATCH 53/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 3f19891190..edd540fe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📈 Enhancement + +- log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] +- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] + ### ✅ Tests - [full-ci] disable running ci with watch fs when full-ci [[#1902](https://github.com/opencloud-eu/opencloud/pull/1902)] @@ -41,10 +46,6 @@ - fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] - Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] -### 📈 Enhancement - -- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] - ### 📦️ Dependencies - chore: bump web to v4.2.1-rc.1 [[#1900](https://github.com/opencloud-eu/opencloud/pull/1900)] From e07f68c96a5a2e691df20c0ea74bd1f834420e55 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 09:19:26 +0000 Subject: [PATCH 54/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 edd540fe08..4f90ab2f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ ### 📦️ Dependencies +- [decomposed]Update version 4.0.0 rc.2 [[#1917](https://github.com/opencloud-eu/opencloud/pull/1917)] - chore: bump web to v4.2.1-rc.1 [[#1900](https://github.com/opencloud-eu/opencloud/pull/1900)] - revaBump-getting#428 [[#1887](https://github.com/opencloud-eu/opencloud/pull/1887)] - build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.4 to 2.5.5 [[#1884](https://github.com/opencloud-eu/opencloud/pull/1884)] From 0f6ffdd6935473fb39adae2654fecb3945047faf Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 10:39:26 +0000 Subject: [PATCH 55/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f90ab2f4b..3933d61af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 🐛 Bug Fixes + +- rc-handling was only active for the dryrun, not the real build-and-push [[#1919](https://github.com/opencloud-eu/opencloud/pull/1919)] +- handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] +- fix: add update server to default csp rules [[#1875](https://github.com/opencloud-eu/opencloud/pull/1875)] +- fix: add missing capability flag support-radicale [[#1891](https://github.com/opencloud-eu/opencloud/pull/1891)] +- fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] +- Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] +- load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] +- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] +- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] +- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] +- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] +- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] +- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] + ### 📈 Enhancement - log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] @@ -26,21 +42,6 @@ - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] -### 🐛 Bug Fixes - -- handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] -- fix: add update server to default csp rules [[#1875](https://github.com/opencloud-eu/opencloud/pull/1875)] -- fix: add missing capability flag support-radicale [[#1891](https://github.com/opencloud-eu/opencloud/pull/1891)] -- fix opensearch client certificate [[#1890](https://github.com/opencloud-eu/opencloud/pull/1890)] -- Bump reva [[#1882](https://github.com/opencloud-eu/opencloud/pull/1882)] -- load two yaml configs [[#1617](https://github.com/opencloud-eu/opencloud/pull/1617)] -- make user cache tenant aware [[#1732](https://github.com/opencloud-eu/opencloud/pull/1732)] -- fix: sanitise markdow code to make docusaurus happy [[#1851](https://github.com/opencloud-eu/opencloud/pull/1851)] -- update launch.json [[#1843](https://github.com/opencloud-eu/opencloud/pull/1843)] -- docs: Fix auth-app examples in README [[#1844](https://github.com/opencloud-eu/opencloud/pull/1844)] -- fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] -- fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] - ### 📚 Documentation - fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] From 6038054c2e71c130d4fd98276c857ea103a97c5c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 10:48:31 +0000 Subject: [PATCH 56/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 3933d61af3..e5445c2af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 🐛 Bug Fixes +- kill unused env vars [[#1888](https://github.com/opencloud-eu/opencloud/pull/1888)] - rc-handling was only active for the dryrun, not the real build-and-push [[#1919](https://github.com/opencloud-eu/opencloud/pull/1919)] - handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] - fix: add update server to default csp rules [[#1875](https://github.com/opencloud-eu/opencloud/pull/1875)] From c3aea5e0044855e0abe363ea2faf9aed713a40a6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 12:07:03 +0000 Subject: [PATCH 57/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 e5445c2af4..b30e678ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ ### 📦️ Dependencies +- build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 [[#1911](https://github.com/opencloud-eu/opencloud/pull/1911)] - [decomposed]Update version 4.0.0 rc.2 [[#1917](https://github.com/opencloud-eu/opencloud/pull/1917)] - chore: bump web to v4.2.1-rc.1 [[#1900](https://github.com/opencloud-eu/opencloud/pull/1900)] - revaBump-getting#428 [[#1887](https://github.com/opencloud-eu/opencloud/pull/1887)] From 18de6adb76ed49a8a069d66837f37ff5e2979a3f Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 13:49:09 +0000 Subject: [PATCH 58/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 b30e678ed0..10188e7b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ ### 📦️ Dependencies +- build(deps): bump github.com/kovidgoyal/imaging from 1.7.2 to 1.8.17 [[#1912](https://github.com/opencloud-eu/opencloud/pull/1912)] - build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 [[#1911](https://github.com/opencloud-eu/opencloud/pull/1911)] - [decomposed]Update version 4.0.0 rc.2 [[#1917](https://github.com/opencloud-eu/opencloud/pull/1917)] - chore: bump web to v4.2.1-rc.1 [[#1900](https://github.com/opencloud-eu/opencloud/pull/1900)] From 4cf4d33ff5280a8e350fe9caf79a81eee1489639 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 26 Nov 2025 15:20:50 +0000 Subject: [PATCH 59/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 10188e7b3f..d9f90d6fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ ### 📦️ Dependencies +- build(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 [[#1923](https://github.com/opencloud-eu/opencloud/pull/1923)] +- build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.1 to 2.12.2 [[#1922](https://github.com/opencloud-eu/opencloud/pull/1922)] - build(deps): bump github.com/kovidgoyal/imaging from 1.7.2 to 1.8.17 [[#1912](https://github.com/opencloud-eu/opencloud/pull/1912)] - build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 [[#1911](https://github.com/opencloud-eu/opencloud/pull/1911)] - [decomposed]Update version 4.0.0 rc.2 [[#1917](https://github.com/opencloud-eu/opencloud/pull/1917)] From f921941ebc424f0af59a883b4cea0e639ee8871c Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 27 Nov 2025 10:59:34 +0000 Subject: [PATCH 60/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f90d6fa3..59c44a527c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-26 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-27 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes From 4b685fa315705262c9212e4a6f80bd71cb9cc278 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 27 Nov 2025 12:00:00 +0000 Subject: [PATCH 61/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 59c44a527c..afe93b14ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@AlexAndBear, @MahdiBaghbani, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📈 Enhancement + +- feat(ocm): add WAYF configuration for reva OCM service [[#1714](https://github.com/opencloud-eu/opencloud/pull/1714)] +- log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] +- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] + ### 🐛 Bug Fixes - kill unused env vars [[#1888](https://github.com/opencloud-eu/opencloud/pull/1888)] @@ -27,11 +33,6 @@ - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] -### 📈 Enhancement - -- log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] -- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] - ### ✅ Tests - [full-ci] disable running ci with watch fs when full-ci [[#1902](https://github.com/opencloud-eu/opencloud/pull/1902)] From f3a92b284ae6b31c5c8b1a9344134e3593bc6050 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 28 Nov 2025 10:53:52 +0000 Subject: [PATCH 62/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 afe93b14ec..7adf12c6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-27 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-28 ### ❤️ Thanks to all contributors! ❤️ From dbe00dedf6baa6c41e25f6c3ea995bd8ef9d339e Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 28 Nov 2025 12:13:35 +0000 Subject: [PATCH 63/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 7adf12c6fa..b5defdf038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ ### 📦️ Dependencies +- [full-ci] chore: bump web to v4.2.1 [[#1938](https://github.com/opencloud-eu/opencloud/pull/1938)] - build(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 [[#1923](https://github.com/opencloud-eu/opencloud/pull/1923)] - build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.1 to 2.12.2 [[#1922](https://github.com/opencloud-eu/opencloud/pull/1922)] - build(deps): bump github.com/kovidgoyal/imaging from 1.7.2 to 1.8.17 [[#1912](https://github.com/opencloud-eu/opencloud/pull/1912)] From e7015f854b255a66fe524d1336133f22a9544e74 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 28 Nov 2025 12:43:06 +0000 Subject: [PATCH 64/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 b5defdf038..0fb98dc141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,9 @@ - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] -### 📈 Enhancement - -- feat(ocm): add WAYF configuration for reva OCM service [[#1714](https://github.com/opencloud-eu/opencloud/pull/1714)] -- log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] -- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] - ### 🐛 Bug Fixes +- introduce OC_EVENTS_TLS_INSECURE [[#1936](https://github.com/opencloud-eu/opencloud/pull/1936)] - kill unused env vars [[#1888](https://github.com/opencloud-eu/opencloud/pull/1888)] - rc-handling was only active for the dryrun, not the real build-and-push [[#1919](https://github.com/opencloud-eu/opencloud/pull/1919)] - handle objectguid endianess [[#1901](https://github.com/opencloud-eu/opencloud/pull/1901)] @@ -33,6 +28,12 @@ - fix: fix typo in treesize logging [[#1826](https://github.com/opencloud-eu/opencloud/pull/1826)] - fix: set global signing secret fallback correctly [[#1781](https://github.com/opencloud-eu/opencloud/pull/1781)] +### 📈 Enhancement + +- feat(ocm): add WAYF configuration for reva OCM service [[#1714](https://github.com/opencloud-eu/opencloud/pull/1714)] +- log missing name or id attributes [[#1914](https://github.com/opencloud-eu/opencloud/pull/1914)] +- collabora: Set IsAdminUser and IsAnonymousUser in CheckFileInfo [[#1745](https://github.com/opencloud-eu/opencloud/pull/1745)] + ### ✅ Tests - [full-ci] disable running ci with watch fs when full-ci [[#1902](https://github.com/opencloud-eu/opencloud/pull/1902)] From 1b927e34ddbba287362d55c87bc5d2b9a941440a Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 28 Nov 2025 14:45:34 +0000 Subject: [PATCH 65/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 0fb98dc141..e4a8fdb293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @MahdiBaghbani, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @individual-it, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito +@AlexAndBear, @MahdiBaghbani, @ScharfViktor, @butonic, @dragonchaser, @flimmy, @fschade, @individual-it, @jnweiger, @kulmann, @micbar, @mikelolasagasti, @pbleser-oc, @rhafer, @schweigisito ### 💥 Breaking changes - collaboration: Enable `InsertRemoteImage` option [[#1692](https://github.com/opencloud-eu/opencloud/pull/1692)] +### 📚 Documentation + +- Fix typos in antivirus README documentation [[#1940](https://github.com/opencloud-eu/opencloud/pull/1940)] +- fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] +- Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] + ### 🐛 Bug Fixes - introduce OC_EVENTS_TLS_INSECURE [[#1936](https://github.com/opencloud-eu/opencloud/pull/1936)] @@ -45,11 +51,6 @@ - Sync share before action [[#1795](https://github.com/opencloud-eu/opencloud/pull/1795)] - correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI [[#1746](https://github.com/opencloud-eu/opencloud/pull/1746)] -### 📚 Documentation - -- fix: add missing service README.md files with basic description [[#1859](https://github.com/opencloud-eu/opencloud/pull/1859)] -- Fix README.md files which contain broken or missing links [[#1854](https://github.com/opencloud-eu/opencloud/pull/1854)] - ### 📦️ Dependencies - [full-ci] chore: bump web to v4.2.1 [[#1938](https://github.com/opencloud-eu/opencloud/pull/1938)] From 8f668ea9b4c5b857c105de1af8588ef6ceb464cf Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 28 Nov 2025 16:36:48 +0000 Subject: [PATCH 66/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 e4a8fdb293..4a200d5347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ ### 📦️ Dependencies +- [full-ci] revaBump-v2.40.1 [[#1927](https://github.com/opencloud-eu/opencloud/pull/1927)] - [full-ci] chore: bump web to v4.2.1 [[#1938](https://github.com/opencloud-eu/opencloud/pull/1938)] - build(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 [[#1923](https://github.com/opencloud-eu/opencloud/pull/1923)] - build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.1 to 2.12.2 [[#1922](https://github.com/opencloud-eu/opencloud/pull/1922)] From c41281fedd863ca9c9124c5cc1eea4d74cb552d5 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 29 Nov 2025 00:05:14 +0000 Subject: [PATCH 67/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 4a200d5347..124963aa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-28 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-29 ### ❤️ Thanks to all contributors! ❤️ From 899668671351e2a6edce82fd267d1a171f4dffd6 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 30 Nov 2025 00:05:42 +0000 Subject: [PATCH 68/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 124963aa56..c03174e7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-29 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-30 ### ❤️ Thanks to all contributors! ❤️ From ab7ef0d4c7dea77d6aedce26e71d95dfc31ca25a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 1 Dec 2025 09:12:31 +0000 Subject: [PATCH 69/69] =?UTF-8?q?=F0=9F=8E=89=20Release=204.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 c03174e7fb..0978f7f9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-11-30 +## [4.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.0) - 2025-12-01 ### ❤️ Thanks to all contributors! ❤️