Skip to content

Commit 6d9f6de

Browse files
committed
docs: complete the teams FAQ entries in both manuals
The drafted FAQ set was only partly reflected in the pages: the team-folder-versus-team-space question existed only as a table, the size limit half of the 'who can add a space' question was missing, and the list of contributing apps appeared in the user manual only. Assisted-by: AGENT:claude-opus-5[1m] Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent ac80cb8 commit 6d9f6de

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

admin_manual/configuration_files/team_folders.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ Team folders behave differently from ordinary user storage in several areas that
9393
Frequently asked questions
9494
--------------------------
9595

96+
**What is the difference between a team folder and a team space?**
97+
A team folder is mounted for any number of groups and teams and is administered centrally. A team space is a team
98+
folder in an **exclusive** relationship with one team: it belongs to that team, follows its membership, and has
99+
its own quota. See the comparison above.
100+
96101
**A user says their team cannot own any files. Is that expected?**
97102
Yes. A team is a membership list; anything shared with it stays owned by the account that shared it. For storage
98103
owned by the team, the team needs a space, which its owner can add if provisioning is enabled.
@@ -110,3 +115,11 @@ Frequently asked questions
110115

111116
**Does a team space count against the members' quotas?**
112117
No. It has its own quota, set per space, where zero means unlimited.
118+
119+
**Can I limit the size of a team space?**
120+
Yes. A new space is created with the quota from ``team_folder_default_quota``, and the quota of an existing space
121+
can be changed afterwards. Zero means unlimited.
122+
123+
**Which apps can contribute resources to a team?**
124+
Files, Talk and Deck out of the box, and any app implementing the team resource provider interface described in
125+
the developer manual under *Digging deeper* → *Teams*.

user_manual/groupware/teams.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ Frequently asked questions
7676
Nothing is deleted. The folder and its contents remain, and an administrator can attach it to another team or hand
7777
it back to individual users. Deleting the space is a separate, destructive action.
7878

79-
**Who can add a team space?**
80-
The team owner, or a server administrator. Moderators and admins of the team cannot.
79+
**Who can add a team space, and can I set a size limit?**
80+
The team owner, or a server administrator - moderators and team admins cannot. The space is created with the
81+
default size limit your server sets, which may be unlimited; changing it afterwards is an administrator's job, so
82+
ask if the space needs to be bigger.
8183

8284
**Can a team have more than one space?**
8385
No. The relationship is exclusive: one team, at most one team space.

0 commit comments

Comments
 (0)