From e057bbd6a5870154aa498b4a3da941f780b7bdca Mon Sep 17 00:00:00 2001 From: Maya Berdygylyjova Date: Wed, 11 Feb 2026 07:36:31 +0100 Subject: [PATCH] =?UTF-8?q?[#71123]=20Rename=20Nextcloud=20GroupFolder=20r?= =?UTF-8?q?eferences=20to=20TeamFolder=20=20https=E2=80=A6=20(#21945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [#71123] Rename Nextcloud GroupFolder references to TeamFolder https://community.openproject.org/work_packages/71123 [#71123] Rename Nextcloud GroupFolder references to TeamFolder https://community.openproject.org/work_packages/71123 * Apply suggestions from code review Co-authored-by: Jan Sandbrink --------- Co-authored-by: Andrej <77627197+as-op@users.noreply.github.com> Co-authored-by: Jan Sandbrink --- docs/system-admin-guide/integrations/nextcloud/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/system-admin-guide/integrations/nextcloud/README.md b/docs/system-admin-guide/integrations/nextcloud/README.md index 481d81e2ffd..780852c948e 100644 --- a/docs/system-admin-guide/integrations/nextcloud/README.md +++ b/docs/system-admin-guide/integrations/nextcloud/README.md @@ -373,9 +373,9 @@ If that also not work please check the [instructions for setting up pretty URLs #### Files are not encrypted when using Nextcloud server-side encryption > [!NOTE] -> If your Nextcloud server uses server-side encryption, the GroupFolder encryption needs to be manually enabled. -> This is relevant for automatically managed project folders, as the GroupFolder app is used in these cases. -To enable encryption for GroupFolders, run the following command on your Nextcloud server: +> If your Nextcloud server uses server-side encryption, encryption of the team folder needs to be manually enabled. +> This is relevant for automatically managed project folders, as the Team Folders app is used in these cases. +To enable encryption for team folders, run the following command on your Nextcloud server: ```shell occ config:app:set groupfolders enable_encryption --value="true"