From 5273cc833ed04e99b16a503a92b3b03eb0b3fc51 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 09:59:46 +0000 Subject: [PATCH 01/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 b6416844e2..b5091d2b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 + +### 📦️ Dependencies + +- chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] +- chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] +- chore(deps): update node.js to v24.13.1 [[#1961](https://github.com/opencloud-eu/web/pull/1961)] +- chore(deps): update dependency eslint-plugin-vue to v10.8.0 [[#1980](https://github.com/opencloud-eu/web/pull/1980)] +- chore(deps): update dependency eslint-plugin-n to v17.24.0 [[#1982](https://github.com/opencloud-eu/web/pull/1982)] + ## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-02-16 ### ❤️ Thanks to all contributors! ❤️ From e0ade127eb4248464100eb5e7c90d6e76c1936b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 10:00:52 +0000 Subject: [PATCH 02/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5091d2b3c..be0121d1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] - chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] - chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] - chore(deps): update node.js to v24.13.1 [[#1961](https://github.com/opencloud-eu/web/pull/1961)] From 2801dcdb56d4a55a1774ca40f93fe6a8f2b50339 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 14:34:17 +0000 Subject: [PATCH 03/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 be0121d1c3..5d91f88fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 +### ❤️ Thanks to all contributors! ❤️ + +@kulmann + ### 📦️ Dependencies - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] From e222a2a86cf2fd00488e12a7810849265a6af022 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 15:25:33 +0000 Subject: [PATCH 04/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 5d91f88fa1..be1c36c82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@kulmann +@dschmidt, @kulmann + +### 🐛 Bug Fixes + +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] ### 📦️ Dependencies From 3a9d87255769f7a2f665ad8c93c6c05564c58cd6 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 00:30:07 +0000 Subject: [PATCH 05/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1c36c82f..abd9e54a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-17 ### ❤️ Thanks to all contributors! ❤️ From b08e3cc65a22679bb1f097fd27a4caaa934920a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 06:38:08 +0000 Subject: [PATCH 06/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd9e54a38..a53edec966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ ### 🐛 Bug Fixes +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] ### 📦️ Dependencies +- chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] +- fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] - chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] - chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] From a6688b1fe68a5f0828b5e708f9eb3bc5e0699383 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 07:07:10 +0000 Subject: [PATCH 07/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53edec966..2159cc86cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] - chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] - fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] From 9fb2faf15cd7a9c2e5d29e1e82c06fbd0466aa33 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 07:38:14 +0000 Subject: [PATCH 08/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 2159cc86cd..d81dd23a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ ### 📦️ Dependencies +- chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] +- chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] - fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] - chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] - fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] From faf75c1ccf86448081be84faf64739dc3ff7ca8e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 11:38:10 +0000 Subject: [PATCH 09/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 d81dd23a0c..26ca05003a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@dschmidt, @kulmann +@AlexAndBear, @dschmidt, @kulmann ### 🐛 Bug Fixes @@ -13,6 +13,7 @@ ### 📦️ Dependencies +- chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] - chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] - fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] From 4f0d8b01de4aeffe9e6cf96de7c913f8482dbc2c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 00:25:12 +0000 Subject: [PATCH 10/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ca05003a..0db8673c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-17 +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-18 ### ❤️ Thanks to all contributors! ❤️ From ff7e319d00a62a3a97e28c1d1dd8f6062196f12c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 08:06:54 +0000 Subject: [PATCH 11/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 0db8673c1d..a221b4f7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-18 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-18 ### ❤️ Thanks to all contributors! ❤️ @AlexAndBear, @dschmidt, @kulmann +### 📈 Enhancement + +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### 🐛 Bug Fixes - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] From 9540a2abcc0437db8381276f50985a42262992c0 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 09:33:19 +0000 Subject: [PATCH 12/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 a221b4f7f4..0f8367054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📈 Enhancement +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] ### 🐛 Bug Fixes From eed4ef2d37a4bb8b58588cd8d7f16e426b4e2e03 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 19 Feb 2026 00:55:07 +0000 Subject: [PATCH 13/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 0f8367054e..ebfc6b1b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-18 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-19 ### ❤️ Thanks to all contributors! ❤️ From 00386c7d1a6d42cb96739e26d20c648ac11d8454 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 19 Feb 2026 14:43:49 +0000 Subject: [PATCH 14/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 ebfc6b1b29..a8f73334a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] - chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] From 8dc8e248b56c8da80a709d69933d07518c9cc2dd Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 00:38:47 +0000 Subject: [PATCH 15/78] =?UTF-8?q?=F0=9F=8E=89=20Release=205.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 a8f73334a6..0f026ea602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-19 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-20 ### ❤️ Thanks to all contributors! ❤️ From e30c0a1e5e50b5c0fc55b66f1a709ab488b19ada Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 06:24:18 +0000 Subject: [PATCH 16/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f026ea602..6e553a63ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-20 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-20 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @dschmidt, @kulmann +@AlexAndBear, @JammingBen, @dschmidt, @kulmann + +### 💥 Breaking changes + +- refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] ### 📈 Enhancement From 9c22f81c584e9d982a934345abdd61690c30ff76 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 11:06:28 +0000 Subject: [PATCH 17/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 6e553a63ef..007733cf9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] From 293e3353b6a88f45a1d5857e7cb9cc0185846836 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 15:46:26 +0000 Subject: [PATCH 18/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 007733cf9f..919ff7f4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] From 28e7a1bd5b6b395a99056e18115152891ace9ec3 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 21 Feb 2026 00:14:32 +0000 Subject: [PATCH 19/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 919ff7f4b2..d655393ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-20 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-21 ### ❤️ Thanks to all contributors! ❤️ From 706b37ac7cb83893382525291f2760c44ad0ca2b Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 22 Feb 2026 00:23:07 +0000 Subject: [PATCH 20/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 d655393ede..6af81d1083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-21 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-22 ### ❤️ Thanks to all contributors! ❤️ From 34fc1a3fd7e8d2d75b0afd2514c5efa82468bd73 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 00:37:33 +0000 Subject: [PATCH 21/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 6af81d1083..245d0cc383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-22 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-23 ### ❤️ Thanks to all contributors! ❤️ From 8ef2285c9093f94e6ca949c583dc1d1f2fbcdb09 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 09:56:28 +0000 Subject: [PATCH 22/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 245d0cc383..67dfc8e6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] From d435da707dbc220d46497253633c10935f7400d4 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 10:34:59 +0000 Subject: [PATCH 23/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 67dfc8e6ad..a2a4c20abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] From 8371ac7fc076223a0062e44a5dd403c1737ddeca Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 10:46:13 +0000 Subject: [PATCH 24/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 a2a4c20abe..8586e07eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] From 2608859b69a9c3b0327d5b6bcc55050b77b30e86 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 12:52:22 +0000 Subject: [PATCH 25/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 8586e07eb0..3c7e2e3452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] From 14134ba3f5d24376c0cbf7064b634b1f6660328a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 12:59:52 +0000 Subject: [PATCH 26/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 3c7e2e3452..5ef3f06b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] From fe91e031422904765a2996f6faad6079d60f5c53 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 15:28:30 +0000 Subject: [PATCH 27/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 5ef3f06b90..bd8a3174c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] +### 🐛 Bug Fixes + +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📈 Enhancement - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] @@ -17,11 +23,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### 🐛 Bug Fixes - -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] From 168a44c2998a740f662e9a0977426fba6dd4e348 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 24 Feb 2026 00:21:51 +0000 Subject: [PATCH 28/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 bd8a3174c8..f38889a323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-23 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-24 ### ❤️ Thanks to all contributors! ❤️ From 4a063ef140e521979b0392ae87dc05b57cfa345a Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 00:21:20 +0000 Subject: [PATCH 29/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 f38889a323..e707f70ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-24 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-25 ### ❤️ Thanks to all contributors! ❤️ From bc7afb5b542c31c2090121ce62715e89904c4027 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:36:37 +0000 Subject: [PATCH 30/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 e707f70ac5..032672d3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] From 5cb454e79fd462980c6ee929c35e3a016963cd89 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:42:55 +0000 Subject: [PATCH 31/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 032672d3bf..86ed9381cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ ### 📦️ Dependencies +- chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] +- chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] - chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] From ca6d7dc8198f7865b2dfea7619a8e1ace51926ee Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:48:04 +0000 Subject: [PATCH 32/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 86ed9381cd..ffa02f1337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] - chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] - chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] - chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] From 56e2c8f2f78117364d459dc3ae46d3310cffae5b Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 00:19:50 +0000 Subject: [PATCH 33/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa02f1337..7b825ba134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-25 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-26 ### ❤️ Thanks to all contributors! ❤️ @@ -25,6 +25,8 @@ ### 📦️ Dependencies +- fix(deps): update dependency @sentry/vue to v10.40.0 [[#2036](https://github.com/opencloud-eu/web/pull/2036)] +- chore(deps): update dependency fast-xml-parser to v5.4.1 [[#2037](https://github.com/opencloud-eu/web/pull/2037)] - chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] - chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] - chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] From 2a08c0f6c0ea31ff5dad4b4112e7f7461ab3385b Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 08:24:33 +0000 Subject: [PATCH 34/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 7b825ba134..5698aceee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] - fix(deps): update dependency @sentry/vue to v10.40.0 [[#2036](https://github.com/opencloud-eu/web/pull/2036)] - chore(deps): update dependency fast-xml-parser to v5.4.1 [[#2037](https://github.com/opencloud-eu/web/pull/2037)] - chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] From d3baa1a49048bf8da6ed7d37b75f8b8e6d7fbb01 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 12:58:40 +0000 Subject: [PATCH 35/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 5698aceee9..84625c745e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,19 +10,20 @@ - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] -### 🐛 Bug Fixes - -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📈 Enhancement +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] +### 🐛 Bug Fixes + +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] From 4320de4c8caefdaaa3250536dd4d9702fe03f261 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 13:10:19 +0000 Subject: [PATCH 36/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 84625c745e..809cb14bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @dschmidt, @kulmann +@AlexAndBear, @JammingBen, @MahdiBaghbani, @dschmidt, @kulmann ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] - fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] From e15256f2772bc69ffc01890301a469ad87b83b86 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 27 Feb 2026 00:20:33 +0000 Subject: [PATCH 37/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 809cb14bfc..f82809250c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-26 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-27 ### ❤️ Thanks to all contributors! ❤️ From ae1ab79c412203f89d52c66ef64e213d6a6c8b56 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 27 Feb 2026 06:07:37 +0000 Subject: [PATCH 38/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 f82809250c..abd0e98923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ ### 📦️ Dependencies +- chore(deps): update tiptap monorepo to v3.20.0 [[#1999](https://github.com/opencloud-eu/web/pull/1999)] +- chore(deps): update dependency simple-git to v3.32.3 [[#2039](https://github.com/opencloud-eu/web/pull/2039)] - chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] - fix(deps): update dependency @sentry/vue to v10.40.0 [[#2036](https://github.com/opencloud-eu/web/pull/2036)] - chore(deps): update dependency fast-xml-parser to v5.4.1 [[#2037](https://github.com/opencloud-eu/web/pull/2037)] From d5f599ab56993241f97e78b50972f9e25dcc0702 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 27 Feb 2026 08:50:36 +0000 Subject: [PATCH 39/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 abd0e98923..df3fb0ca84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] +### 🔒 Security + +- chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] + ### 📈 Enhancement - feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] From 0ba7aac6c673f4ce6c3c84ef8513f91e1f95e18f Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 27 Feb 2026 14:02:13 +0000 Subject: [PATCH 40/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 df3fb0ca84..3347cc8497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 🐛 Bug Fixes + +- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📈 Enhancement - feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] @@ -23,12 +30,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### 🐛 Bug Fixes - -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📦️ Dependencies - chore(deps): update tiptap monorepo to v3.20.0 [[#1999](https://github.com/opencloud-eu/web/pull/1999)] From 3cd0d3a0975272f54ecf72e96bdc27db002b7cb2 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 27 Feb 2026 14:51:02 +0000 Subject: [PATCH 41/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 3347cc8497..00be21f840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @cucumber/messages to v32.1.0 [[#2043](https://github.com/opencloud-eu/web/pull/2043)] - chore(deps): update tiptap monorepo to v3.20.0 [[#1999](https://github.com/opencloud-eu/web/pull/1999)] - chore(deps): update dependency simple-git to v3.32.3 [[#2039](https://github.com/opencloud-eu/web/pull/2039)] - chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] From 7199800d6910153463c88c26b75a8b703ce63312 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 28 Feb 2026 00:18:19 +0000 Subject: [PATCH 42/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 00be21f840..315f399a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-27 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-28 ### ❤️ Thanks to all contributors! ❤️ From 5c023606b50ff92eb720eb3258ef75ea999eb0fd Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 1 Mar 2026 00:21:11 +0000 Subject: [PATCH 43/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 315f399a59..0935cf14ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-28 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-01 ### ❤️ Thanks to all contributors! ❤️ From c43388c54d675287eb40b7b0c82827b3224e5289 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 00:18:29 +0000 Subject: [PATCH 44/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 0935cf14ec..801b94dbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-01 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-02 ### ❤️ Thanks to all contributors! ❤️ From 5617c12ceaf8bfc805837b922744be1d8e3cc64e Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 07:44:54 +0000 Subject: [PATCH 45/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 801b94dbee..7629402340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency axios to v1.13.6 [[#2046](https://github.com/opencloud-eu/web/pull/2046)] - chore(deps): update dependency @cucumber/messages to v32.1.0 [[#2043](https://github.com/opencloud-eu/web/pull/2043)] - chore(deps): update tiptap monorepo to v3.20.0 [[#1999](https://github.com/opencloud-eu/web/pull/1999)] - chore(deps): update dependency simple-git to v3.32.3 [[#2039](https://github.com/opencloud-eu/web/pull/2039)] From 4b9cf32d1de15ebd1b7ea2f314e565803fb66398 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 08:16:13 +0000 Subject: [PATCH 46/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 7629402340..9726c331e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ ### 📦️ Dependencies +- chore(deps): update dependency globals to v17.4.0 [[#2048](https://github.com/opencloud-eu/web/pull/2048)] +- chore(deps): update dependency @cucumber/messages to v32.2.0 [[#2047](https://github.com/opencloud-eu/web/pull/2047)] - fix(deps): update dependency axios to v1.13.6 [[#2046](https://github.com/opencloud-eu/web/pull/2046)] - chore(deps): update dependency @cucumber/messages to v32.1.0 [[#2043](https://github.com/opencloud-eu/web/pull/2043)] - chore(deps): update tiptap monorepo to v3.20.0 [[#1999](https://github.com/opencloud-eu/web/pull/1999)] From 35750f244f907541a3877d7f47cd6115a8adc3ed Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 08:23:55 +0000 Subject: [PATCH 47/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 9726c331e2..811726224c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @MahdiBaghbani, @dschmidt, @kulmann +@AlexAndBear, @JammingBen, @MahdiBaghbani, @dschmidt, @kulmann, @saw-jan ### 💥 Breaking changes @@ -14,6 +14,10 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### ✅ Tests + +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 🐛 Bug Fixes - fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] From ab0f29718c6245efad6fcc4c0f5d84c7c4b5b312 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 08:40:18 +0000 Subject: [PATCH 48/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 811726224c..ea1705545f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] - chore(deps): update dependency globals to v17.4.0 [[#2048](https://github.com/opencloud-eu/web/pull/2048)] - chore(deps): update dependency @cucumber/messages to v32.2.0 [[#2047](https://github.com/opencloud-eu/web/pull/2047)] - fix(deps): update dependency axios to v1.13.6 [[#2046](https://github.com/opencloud-eu/web/pull/2046)] From 3d20eee41ceb66619b45ea4164261a5994573e05 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 09:15:29 +0000 Subject: [PATCH 49/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 ea1705545f..3d919776a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 📈 Enhancement + +- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### ✅ Tests - [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] @@ -25,15 +35,6 @@ - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] -### 📈 Enhancement - -- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] -- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] -- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] -- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] -- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] -- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From e495669d694760c1d7bcff2baf2f6def1d282413 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 09:37:26 +0000 Subject: [PATCH 50/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 3d919776a5..7225899085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 🐛 Bug Fixes + +- fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] +- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📈 Enhancement - feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] @@ -28,13 +36,6 @@ - [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] -### 🐛 Bug Fixes - -- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From f4d1ff65c9ad0cd5d70488324841d64e24c3b2af Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 2 Mar 2026 11:28:57 +0000 Subject: [PATCH 51/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 7225899085..35da631182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @MahdiBaghbani, @dschmidt, @kulmann, @saw-jan +@AlexAndBear, @JammingBen, @MahdiBaghbani, @ScharfViktor, @dschmidt, @kulmann, @saw-jan ### 💥 Breaking changes @@ -14,6 +14,11 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### ✅ Tests + +- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 🐛 Bug Fixes - fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] @@ -32,10 +37,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### ✅ Tests - -- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From 4536b5e277ec0ff711e9114e01fd310f70bebd63 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 00:17:41 +0000 Subject: [PATCH 52/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 35da631182..8a490c7e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-02 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-03 ### ❤️ Thanks to all contributors! ❤️ From 6e340254f68ba8d08507b5ce2c4b4ac6180ebce4 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 10:40:25 +0000 Subject: [PATCH 53/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 8a490c7e69..717e3e20d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,19 +14,20 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] -### ✅ Tests - -- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] -- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] - ### 🐛 Bug Fixes +- fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] - fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] - fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] - fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] +### ✅ Tests + +- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 📈 Enhancement - feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] From 2612ddf309517767d58b59b6c1306f52ed7a239b Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 13:30:06 +0000 Subject: [PATCH 54/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 717e3e20d4..8f002d3493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 📈 Enhancement + +- feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] +- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### 🐛 Bug Fixes - fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] @@ -28,16 +39,6 @@ - update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] - [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] -### 📈 Enhancement - -- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] -- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] -- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] -- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] -- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] -- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] -- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From d401ba4fb212a0fbdc7f097d12d09f10ffb8e8a5 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 15:11:28 +0000 Subject: [PATCH 55/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 8f002d3493..a972e484b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 💥 Breaking changes +- refactor!: port vue-portal to teleport or extension system [[#2015](https://github.com/opencloud-eu/web/pull/2015)] - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] ### 🔒 Security From 4edd00d2b84b5c376414ea6f6e02177ede06d7fb Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 15:53:48 +0000 Subject: [PATCH 56/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 a972e484b3..7e354389c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 💥 Breaking changes +- refactor!: floating UI [[#1998](https://github.com/opencloud-eu/web/pull/1998)] - refactor!: port vue-portal to teleport or extension system [[#2015](https://github.com/opencloud-eu/web/pull/2015)] - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] From b35797402452d1dc72aacd7e895c449f270c0116 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 3 Mar 2026 17:17:45 +0000 Subject: [PATCH 57/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 7e354389c2..dd7bc3c01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,16 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 🐛 Bug Fixes + +- fix: admin settings layout [[#2062](https://github.com/opencloud-eu/web/pull/2062)] +- fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] +- fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] +- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📈 Enhancement - feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] @@ -27,15 +37,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### 🐛 Bug Fixes - -- fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] -- fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] -- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### ✅ Tests - update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] From 759b4db8c185c934036d2b4d0af59cf210e2b6b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 4 Mar 2026 00:20:09 +0000 Subject: [PATCH 58/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 dd7bc3c01b..481e0b0a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-03 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-04 ### ❤️ Thanks to all contributors! ❤️ From 16a684efa516c917ab223b447d90cd82b91192ef Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 4 Mar 2026 07:00:24 +0000 Subject: [PATCH 59/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 481e0b0a65..f2e4b978ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### ✅ Tests + +- test(e2e): increase timeout for large file upload step [[#2067](https://github.com/opencloud-eu/web/pull/2067)] +- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 🐛 Bug Fixes - fix: admin settings layout [[#2062](https://github.com/opencloud-eu/web/pull/2062)] @@ -37,11 +43,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### ✅ Tests - -- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] -- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From 83d97c1922d5318713ac2e703bad5e08c4a186b0 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 4 Mar 2026 13:12:05 +0000 Subject: [PATCH 60/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 f2e4b978ed..4315d3c8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @MahdiBaghbani, @ScharfViktor, @dschmidt, @kulmann, @saw-jan +@AlexAndBear, @JammingBen, @MahdiBaghbani, @ScharfViktor, @dschmidt, @flimmy, @kulmann, @saw-jan ### 💥 Breaking changes @@ -16,14 +16,9 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] -### ✅ Tests - -- test(e2e): increase timeout for large file upload step [[#2067](https://github.com/opencloud-eu/web/pull/2067)] -- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] -- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] - ### 🐛 Bug Fixes +- Fix broken link to web docs [[#2080](https://github.com/opencloud-eu/web/pull/2080)] - fix: admin settings layout [[#2062](https://github.com/opencloud-eu/web/pull/2062)] - fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] - fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] @@ -32,6 +27,12 @@ - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] +### ✅ Tests + +- test(e2e): increase timeout for large file upload step [[#2067](https://github.com/opencloud-eu/web/pull/2067)] +- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 📈 Enhancement - feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] From 7848b8f9fa0b7b6e4584fb17460b43d1c112d379 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 5 Mar 2026 00:18:06 +0000 Subject: [PATCH 61/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 4315d3c8d8..39223369ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-04 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-05 ### ❤️ Thanks to all contributors! ❤️ From 63105e4c05216ad99bbc072b2013f6983c17a229 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 5 Mar 2026 15:06:40 +0000 Subject: [PATCH 62/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39223369ba..39231fd90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 📈 Enhancement + +- feat: ease use of floating action button extension [[#2090](https://github.com/opencloud-eu/web/pull/2090)] +- feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] +- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### 🐛 Bug Fixes - Fix broken link to web docs [[#2080](https://github.com/opencloud-eu/web/pull/2080)] @@ -23,6 +34,7 @@ - fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] - fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] - fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] - fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] @@ -33,17 +45,6 @@ - update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] - [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] -### 📈 Enhancement - -- feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] -- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] -- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] -- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] -- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] -- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] -- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] -- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From d0f36d7741a705d8550732bd15cff04982673860 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 5 Mar 2026 17:03:29 +0000 Subject: [PATCH 63/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 39231fd90e..fdf28ef473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📈 Enhancement +- Improve empty state icons [[#2094](https://github.com/opencloud-eu/web/pull/2094)] - feat: ease use of floating action button extension [[#2090](https://github.com/opencloud-eu/web/pull/2090)] - feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] - feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] From 0956569446dd874e4324df3b911518da6e393b40 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 00:22:18 +0000 Subject: [PATCH 64/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 fdf28ef473..e81cf660e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-05 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-06 ### ❤️ Thanks to all contributors! ❤️ From e2915027be43f4ab1d763737174fb5ec6e6e31e8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 06:00:28 +0000 Subject: [PATCH 65/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 e81cf660e3..008e209224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 💥 Breaking changes +- feat!: remove deprecations for v6.0.0 [[#2093](https://github.com/opencloud-eu/web/pull/2093)] - refactor!: floating UI [[#1998](https://github.com/opencloud-eu/web/pull/1998)] - refactor!: port vue-portal to teleport or extension system [[#2015](https://github.com/opencloud-eu/web/pull/2015)] - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] From 7b2e8d8518bb19e907400a8964f9e36d336c3850 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 06:55:20 +0000 Subject: [PATCH 66/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 008e209224..2c0288c2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency ejs to v5 [[#2096](https://github.com/opencloud-eu/web/pull/2096)] - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] - chore(deps): update dependency globals to v17.4.0 [[#2048](https://github.com/opencloud-eu/web/pull/2048)] - chore(deps): update dependency @cucumber/messages to v32.2.0 [[#2047](https://github.com/opencloud-eu/web/pull/2047)] From c28e7f919a6123322d8d7b025493d94d4ff70fab Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 07:08:45 +0000 Subject: [PATCH 67/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 2c0288c2eb..07c3928a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency dompurify to v3.3.2 [security] [[#2095](https://github.com/opencloud-eu/web/pull/2095)] - chore(deps): update dependency ejs to v5 [[#2096](https://github.com/opencloud-eu/web/pull/2096)] - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] - chore(deps): update dependency globals to v17.4.0 [[#2048](https://github.com/opencloud-eu/web/pull/2048)] From edc07aa73a8230a5962b036bb60e5a15461fd32a Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 07:21:28 +0000 Subject: [PATCH 68/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 07c3928a71..a9007dc0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @floating-ui/dom to v1.7.6 [[#2065](https://github.com/opencloud-eu/web/pull/2065)] - chore(deps): update dependency dompurify to v3.3.2 [security] [[#2095](https://github.com/opencloud-eu/web/pull/2095)] - chore(deps): update dependency ejs to v5 [[#2096](https://github.com/opencloud-eu/web/pull/2096)] - chore(deps): update dependency @codemirror/view to v6.39.16 [[#2050](https://github.com/opencloud-eu/web/pull/2050)] From bd7f4fad53f333cfaf31234b90be9274e74a9f42 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 07:25:11 +0000 Subject: [PATCH 69/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9007dc0a3..1eef53a1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] +- fix(deps): update dependency @sentry/vue to v10.42.0 - autoclosed [[#2052](https://github.com/opencloud-eu/web/pull/2052)] +- chore(deps): update dependency fast-xml-parser to v5.4.2 [[#2059](https://github.com/opencloud-eu/web/pull/2059)] - chore(deps): update dependency @floating-ui/dom to v1.7.6 [[#2065](https://github.com/opencloud-eu/web/pull/2065)] - chore(deps): update dependency dompurify to v3.3.2 [security] [[#2095](https://github.com/opencloud-eu/web/pull/2095)] - chore(deps): update dependency ejs to v5 [[#2096](https://github.com/opencloud-eu/web/pull/2096)] From 4c5ea98d9dd77b6a95da415f1153a894ca9efd47 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 09:04:26 +0000 Subject: [PATCH 70/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 1eef53a1fd..574754fb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### ✅ Tests + +- keycloak tests [[#2064](https://github.com/opencloud-eu/web/pull/2064)] +- test(e2e): increase timeout for large file upload step [[#2067](https://github.com/opencloud-eu/web/pull/2067)] +- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] +- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] + ### 📈 Enhancement - Improve empty state icons [[#2094](https://github.com/opencloud-eu/web/pull/2094)] @@ -41,12 +48,6 @@ - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] -### ✅ Tests - -- test(e2e): increase timeout for large file upload step [[#2067](https://github.com/opencloud-eu/web/pull/2067)] -- update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] -- [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] - ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] From 6cb57335fe711f64be72cc0fe92a10b55a42b9da Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 10:55:49 +0000 Subject: [PATCH 71/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574754fb05..1a1eee020d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,19 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 🐛 Bug Fixes + +- fix: don't show 'new' button in secret file drop [[#2086](https://github.com/opencloud-eu/web/pull/2086)] +- Fix broken link to web docs [[#2080](https://github.com/opencloud-eu/web/pull/2080)] +- fix: admin settings layout [[#2062](https://github.com/opencloud-eu/web/pull/2062)] +- fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] +- fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] +- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### ✅ Tests - keycloak tests [[#2064](https://github.com/opencloud-eu/web/pull/2064)] @@ -36,18 +49,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### 🐛 Bug Fixes - -- Fix broken link to web docs [[#2080](https://github.com/opencloud-eu/web/pull/2080)] -- fix: admin settings layout [[#2062](https://github.com/opencloud-eu/web/pull/2062)] -- fix: backchannel logout react to sid [[#1969](https://github.com/opencloud-eu/web/pull/1969)] -- fix: broken AvatarImage usages [[#2042](https://github.com/opencloud-eu/web/pull/2042)] -- fix(files): prevent selection reset during keyboard navigation [[#2044](https://github.com/opencloud-eu/web/pull/2044)] -- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] From bf5dcd39b7fa8f88cd065807ce9a3245805bf706 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 13:43:20 +0000 Subject: [PATCH 72/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1eee020d..ab4060c120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,19 @@ - chore(deps): fix current security alerts [[#2040](https://github.com/opencloud-eu/web/pull/2040)] +### 📈 Enhancement + +- feat: increase topbar height [[#2070](https://github.com/opencloud-eu/web/pull/2070)] +- Improve empty state icons [[#2094](https://github.com/opencloud-eu/web/pull/2094)] +- feat: ease use of floating action button extension [[#2090](https://github.com/opencloud-eu/web/pull/2090)] +- feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] +- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### 🐛 Bug Fixes - fix: don't show 'new' button in secret file drop [[#2086](https://github.com/opencloud-eu/web/pull/2086)] @@ -37,18 +50,6 @@ - update keycloak version [[#2051](https://github.com/opencloud-eu/web/pull/2051)] - [full-ci] test: fix ocm invite token parsing [[#2049](https://github.com/opencloud-eu/web/pull/2049)] -### 📈 Enhancement - -- Improve empty state icons [[#2094](https://github.com/opencloud-eu/web/pull/2094)] -- feat: ease use of floating action button extension [[#2090](https://github.com/opencloud-eu/web/pull/2090)] -- feat: add polished icons for no content message [[#2033](https://github.com/opencloud-eu/web/pull/2033)] -- feat: add fab to admin settings and spaces overview [[#2025](https://github.com/opencloud-eu/web/pull/2025)] -- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] -- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] -- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] -- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] -- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] - ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] From 120afeb83d57351536548c4e4e99e84f686e124c Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 13:51:01 +0000 Subject: [PATCH 73/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 ab4060c120..199a2ab02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### 📈 Enhancement +- feat: use proper size-5 class for medium sized icons [[#2066](https://github.com/opencloud-eu/web/pull/2066)] - feat: increase topbar height [[#2070](https://github.com/opencloud-eu/web/pull/2070)] - Improve empty state icons [[#2094](https://github.com/opencloud-eu/web/pull/2094)] - feat: ease use of floating action button extension [[#2090](https://github.com/opencloud-eu/web/pull/2090)] From 130912c68b9efedfe26331b0be7cc186d64c2a68 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 14:56:24 +0000 Subject: [PATCH 74/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 199a2ab02c..3f0cbdfb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency md-editor-v3 to v6.4.0 [[#2072](https://github.com/opencloud-eu/web/pull/2072)] - chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] - fix(deps): update dependency @sentry/vue to v10.42.0 - autoclosed [[#2052](https://github.com/opencloud-eu/web/pull/2052)] - chore(deps): update dependency fast-xml-parser to v5.4.2 [[#2059](https://github.com/opencloud-eu/web/pull/2059)] From 71ebc2cf66c62177922b3a694dcae97e3af70abf Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 6 Mar 2026 15:16:01 +0000 Subject: [PATCH 75/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 3f0cbdfb05..f032691615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency eslint to v10 [[#1945](https://github.com/opencloud-eu/web/pull/1945)] - chore(deps): update dependency md-editor-v3 to v6.4.0 [[#2072](https://github.com/opencloud-eu/web/pull/2072)] - chore(deps): update devdependencies (non-major) [[#2057](https://github.com/opencloud-eu/web/pull/2057)] - fix(deps): update dependency @sentry/vue to v10.42.0 - autoclosed [[#2052](https://github.com/opencloud-eu/web/pull/2052)] From afb7cb46691e48869300c395306a3018b62fad75 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 7 Mar 2026 00:24:03 +0000 Subject: [PATCH 76/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 f032691615..4e6a00e22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-06 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-07 ### ❤️ Thanks to all contributors! ❤️ From ad2fd61095070bdb548d4485b44e48210e75b23a Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 8 Mar 2026 00:19:39 +0000 Subject: [PATCH 77/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 4e6a00e22d..db94a2ae26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-07 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-08 ### ❤️ Thanks to all contributors! ❤️ From 04fa5065e3c66cdbcbfae6c6a970e4157a04adda Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 9 Mar 2026 00:11:29 +0000 Subject: [PATCH 78/78] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 db94a2ae26..8a61bf72f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-08 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-03-09 ### ❤️ Thanks to all contributors! ❤️