From 225c2f932f3f51e2bf108066c513e671bc43bdd4 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 14 Jul 2025 07:18:26 +0000 Subject: [PATCH 01/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.39.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 e717c4cd..2af7e3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.39.1](https://github.com/opencloud-eu/docs/releases/tag/1.39.1) - 2025-07-14 + +### ❤️ Thanks to all contributors! ❤️ + +@AlexAndBear + +### 📦️ Build&Tools + +- chore: add Require Pull Request Labels workflow [[#375](https://github.com/opencloud-eu/docs/pull/375)] + ## [1.39.0](https://github.com/opencloud-eu/docs/releases/tag/1.39.0) - 2025-07-11 ### ❤️ Thanks to all contributors! ❤️ From faa0edc98cda1140f22c71f1b32f900a81b4f75a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 14 Jul 2025 07:37:28 +0000 Subject: [PATCH 02/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.39.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 2af7e3d8..c16a05e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📦️ Build&Tools +- chore: add prettier [[#374](https://github.com/opencloud-eu/docs/pull/374)] - chore: add Require Pull Request Labels workflow [[#375](https://github.com/opencloud-eu/docs/pull/375)] ## [1.39.0](https://github.com/opencloud-eu/docs/releases/tag/1.39.0) - 2025-07-11 From 3100a5b4f910fea4edbd4d74bc593a1abf7657c5 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 14 Jul 2025 08:21:06 +0000 Subject: [PATCH 03/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.39.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 c16a05e0..db703d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📦️ Build&Tools +- Add linter [[#376](https://github.com/opencloud-eu/docs/pull/376)] - chore: add prettier [[#374](https://github.com/opencloud-eu/docs/pull/374)] - chore: add Require Pull Request Labels workflow [[#375](https://github.com/opencloud-eu/docs/pull/375)] From e6d4cd6c903985a758cec1835ddd16835da03550 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 14 Jul 2025 11:30:52 +0000 Subject: [PATCH 04/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.39.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 db703d43..df731f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📦️ Build&Tools +- add to ci, fix linter problems [[#378](https://github.com/opencloud-eu/docs/pull/378)] - Add linter [[#376](https://github.com/opencloud-eu/docs/pull/376)] - chore: add prettier [[#374](https://github.com/opencloud-eu/docs/pull/374)] - chore: add Require Pull Request Labels workflow [[#375](https://github.com/opencloud-eu/docs/pull/375)] From 01ffaffdaefe96b60350247ae4cb921c689dfba2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 15 Jul 2025 06:06:07 +0000 Subject: [PATCH 05/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.39.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df731f6e..c18ecb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.39.1](https://github.com/opencloud-eu/docs/releases/tag/1.39.1) - 2025-07-14 +## [1.39.1](https://github.com/opencloud-eu/docs/releases/tag/1.39.1) - 2025-07-15 ### ❤️ Thanks to all contributors! ❤️ @@ -8,7 +8,8 @@ ### 📦️ Build&Tools -- add to ci, fix linter problems [[#378](https://github.com/opencloud-eu/docs/pull/378)] +- simplify prettier config [[#380](https://github.com/opencloud-eu/docs/pull/380)] +- add linter to ci, fix linter reported issues [[#378](https://github.com/opencloud-eu/docs/pull/378)] - Add linter [[#376](https://github.com/opencloud-eu/docs/pull/376)] - chore: add prettier [[#374](https://github.com/opencloud-eu/docs/pull/374)] - chore: add Require Pull Request Labels workflow [[#375](https://github.com/opencloud-eu/docs/pull/375)] From d31468edfd558c51dc1aebfd4235507057d83787 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 15 Jul 2025 11:45:54 +0000 Subject: [PATCH 06/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 c18ecb1a..a0373bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [1.39.1](https://github.com/opencloud-eu/docs/releases/tag/1.39.1) - 2025-07-15 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-15 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear +@AlexAndBear, @Svanvith + +### 👷 Admin Documentation + +- Docker compose refinement [[#370](https://github.com/opencloud-eu/docs/pull/370)] ### 📦️ Build&Tools From ad29f0aa18727f95f5ccb6f04e2dccb4a10444f0 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 15 Jul 2025 11:56:56 +0000 Subject: [PATCH 07/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0373bb7..9aad2f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,13 @@ @AlexAndBear, @Svanvith +### 🐾 Guides + +- Add lint format to readme [[#382](https://github.com/opencloud-eu/docs/pull/382)] + ### 👷 Admin Documentation +- add tutorial for OpenCloud with reverse Proxy [[#365](https://github.com/opencloud-eu/docs/pull/365)] - Docker compose refinement [[#370](https://github.com/opencloud-eu/docs/pull/370)] ### 📦️ Build&Tools From 3d34b6b1e3e3515ebe366831976a8ff85de35ae7 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 15 Jul 2025 12:27:05 +0000 Subject: [PATCH 08/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 9aad2f71..4713f53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ### 📦️ Build&Tools +- Remove html line breaks [[#383](https://github.com/opencloud-eu/docs/pull/383)] - simplify prettier config [[#380](https://github.com/opencloud-eu/docs/pull/380)] - add linter to ci, fix linter reported issues [[#378](https://github.com/opencloud-eu/docs/pull/378)] - Add linter [[#376](https://github.com/opencloud-eu/docs/pull/376)] From 32e0241ebfc003aeafc0435e6273a40bb472027d Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 16 Jul 2025 08:20:16 +0000 Subject: [PATCH 09/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4713f53e..58e5b335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-15 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-16 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @Svanvith +@AlexAndBear, @ScharfViktor, @Svanvith ### 🐾 Guides @@ -12,6 +12,7 @@ ### 👷 Admin Documentation +- update release list [[#387](https://github.com/opencloud-eu/docs/pull/387)] - add tutorial for OpenCloud with reverse Proxy [[#365](https://github.com/opencloud-eu/docs/pull/365)] - Docker compose refinement [[#370](https://github.com/opencloud-eu/docs/pull/370)] From a3f2f84776f30ad3e809a00d4be928c656b64a29 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 16 Jul 2025 12:14:21 +0000 Subject: [PATCH 10/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 58e5b335..026b90ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 🐾 Guides +- add best practice how to format our docs md files [[#388](https://github.com/opencloud-eu/docs/pull/388)] - Add lint format to readme [[#382](https://github.com/opencloud-eu/docs/pull/382)] ### 👷 Admin Documentation From 927c25a16494bf37973fff7f25a7f537ad0c36bb Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 17 Jul 2025 10:53:23 +0000 Subject: [PATCH 11/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 026b90ef..90206074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-16 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-17 ### ❤️ Thanks to all contributors! ❤️ @@ -19,6 +19,7 @@ ### 📦️ Build&Tools +- style guide adjustments [[#385](https://github.com/opencloud-eu/docs/pull/385)] - Remove html line breaks [[#383](https://github.com/opencloud-eu/docs/pull/383)] - simplify prettier config [[#380](https://github.com/opencloud-eu/docs/pull/380)] - add linter to ci, fix linter reported issues [[#378](https://github.com/opencloud-eu/docs/pull/378)] From 45bfe85d5fb3816d5f89292d06d687f174fa0ed9 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 18 Jul 2025 06:20:19 +0000 Subject: [PATCH 12/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90206074..002b2e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-17 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-18 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @Svanvith +@AlexAndBear, @Heiko-Pohl, @ScharfViktor, @Svanvith ### 🐾 Guides @@ -17,6 +17,12 @@ - add tutorial for OpenCloud with reverse Proxy [[#365](https://github.com/opencloud-eu/docs/pull/365)] - Docker compose refinement [[#370](https://github.com/opencloud-eu/docs/pull/370)] +### 👤 User Documentation + +- Rework User Admin Dokus [[#389](https://github.com/opencloud-eu/docs/pull/389)] +- rework user desktop client [[#390](https://github.com/opencloud-eu/docs/pull/390)] +- Rework User General Dokus [[#391](https://github.com/opencloud-eu/docs/pull/391)] + ### 📦️ Build&Tools - style guide adjustments [[#385](https://github.com/opencloud-eu/docs/pull/385)] From 2b49dd7a9f056f267a5e2540efeae9310b6cb7b2 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 18 Jul 2025 06:39:31 +0000 Subject: [PATCH 13/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 002b2e24..46b2fbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### 👤 User Documentation +- Team rework user i os app [[#392](https://github.com/opencloud-eu/docs/pull/392)] - Rework User Admin Dokus [[#389](https://github.com/opencloud-eu/docs/pull/389)] - rework user desktop client [[#390](https://github.com/opencloud-eu/docs/pull/390)] - Rework User General Dokus [[#391](https://github.com/opencloud-eu/docs/pull/391)] From 3dc07b600210071adb8e04c0e089b2c504e6b464 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 18 Jul 2025 08:19:30 +0000 Subject: [PATCH 14/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 46b2fbb7..5192c7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ ### 👤 User Documentation +- Rework user sharing dokus [[#393](https://github.com/opencloud-eu/docs/pull/393)] +- Rework user spaces dokus [[#394](https://github.com/opencloud-eu/docs/pull/394)] +- Rework user files and folder [[#395](https://github.com/opencloud-eu/docs/pull/395)] - Team rework user i os app [[#392](https://github.com/opencloud-eu/docs/pull/392)] - Rework User Admin Dokus [[#389](https://github.com/opencloud-eu/docs/pull/389)] - rework user desktop client [[#390](https://github.com/opencloud-eu/docs/pull/390)] From f77708cf224aa24a07f657b1620bf0fa7452004a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 21 Jul 2025 09:45:22 +0000 Subject: [PATCH 15/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 5192c7bc..1c47865c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-18 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-21 ### ❤️ Thanks to all contributors! ❤️ @@ -13,6 +13,7 @@ ### 👷 Admin Documentation +- rework admin welcome docs [[#396](https://github.com/opencloud-eu/docs/pull/396)] - update release list [[#387](https://github.com/opencloud-eu/docs/pull/387)] - add tutorial for OpenCloud with reverse Proxy [[#365](https://github.com/opencloud-eu/docs/pull/365)] - Docker compose refinement [[#370](https://github.com/opencloud-eu/docs/pull/370)] From b0eea64f5be5b892c1058d17528463d28f1d0960 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 21 Jul 2025 10:15:33 +0000 Subject: [PATCH 16/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 1c47865c..da80c145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ ### 👤 User Documentation +- Team rework android [[#401](https://github.com/opencloud-eu/docs/pull/401)] - Rework user sharing dokus [[#393](https://github.com/opencloud-eu/docs/pull/393)] - Rework user spaces dokus [[#394](https://github.com/opencloud-eu/docs/pull/394)] - Rework user files and folder [[#395](https://github.com/opencloud-eu/docs/pull/395)] From 204045ba671f5e7164d9fba5187d65e1f220d210 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 22 Jul 2025 07:38:04 +0000 Subject: [PATCH 17/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 da80c145..f7f4de59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-21 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-22 ### ❤️ Thanks to all contributors! ❤️ @@ -13,6 +13,10 @@ ### 👷 Admin Documentation +- rework admin getting started [[#397](https://github.com/opencloud-eu/docs/pull/397)] +- Rework admin configuration docs [[#398](https://github.com/opencloud-eu/docs/pull/398)] +- rework admin maintenance docs [[#399](https://github.com/opencloud-eu/docs/pull/399)] +- rework admin resources docs [[#400](https://github.com/opencloud-eu/docs/pull/400)] - rework admin welcome docs [[#396](https://github.com/opencloud-eu/docs/pull/396)] - update release list [[#387](https://github.com/opencloud-eu/docs/pull/387)] - add tutorial for OpenCloud with reverse Proxy [[#365](https://github.com/opencloud-eu/docs/pull/365)] From fc63e385f9d2436bfff3ad001ec34c3d66e280db Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 22 Jul 2025 10:40:52 +0000 Subject: [PATCH 18/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 f7f4de59..e794c4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 👷 Admin Documentation +- publish release notes 3.2.0 [[#403](https://github.com/opencloud-eu/docs/pull/403)] - rework admin getting started [[#397](https://github.com/opencloud-eu/docs/pull/397)] - Rework admin configuration docs [[#398](https://github.com/opencloud-eu/docs/pull/398)] - rework admin maintenance docs [[#399](https://github.com/opencloud-eu/docs/pull/399)] From c66a623618a1e5d6af1947dbda2fc3f4b6128d64 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 23 Jul 2025 08:43:29 +0000 Subject: [PATCH 19/19] =?UTF-8?q?=F0=9F=8E=89=20Release=201.40.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 e794c4b8..bf00fcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-22 +## [1.40.0](https://github.com/opencloud-eu/docs/releases/tag/1.40.0) - 2025-07-23 ### ❤️ Thanks to all contributors! ❤️ @@ -25,6 +25,12 @@ ### 👤 User Documentation +- rework general de [[#408](https://github.com/opencloud-eu/docs/pull/408)] +- rework roles de [[#407](https://github.com/opencloud-eu/docs/pull/407)] +- rework spaces de [[#406](https://github.com/opencloud-eu/docs/pull/406)] +- ajdust intro [[#402](https://github.com/opencloud-eu/docs/pull/402)] +- rework shares de [[#405](https://github.com/opencloud-eu/docs/pull/405)] +- rework files and folders de [[#404](https://github.com/opencloud-eu/docs/pull/404)] - Team rework android [[#401](https://github.com/opencloud-eu/docs/pull/401)] - Rework user sharing dokus [[#393](https://github.com/opencloud-eu/docs/pull/393)] - Rework user spaces dokus [[#394](https://github.com/opencloud-eu/docs/pull/394)]