feat(teamspaces): support linking existing group folders for team folder management - #5076
Open
tomek2k1 wants to merge 3 commits into
Open
feat(teamspaces): support linking existing group folders for team folder management#5076tomek2k1 wants to merge 3 commits into
tomek2k1 wants to merge 3 commits into
Conversation
This was referenced Sep 3, 2026
artonge
force-pushed
the
feature/moveTeamFolder_into_adminsettings
branch
from
September 3, 2026 17:52
c34c298 to
e8a5a57
Compare
1 task
Contributor
|
I extracted the implementation of the missing |
Member
There was a problem hiding this comment.
Since some parts of this PR were extracted from here and added on #5078 (already merged), please rebase this PR to sync with master.
| 'mount_point' => $folder['mount_point'], | ||
| 'quota' => $folder['quota'], | ||
| 'size' => (int)$folder['size'], | ||
| 'is_team_space' => ($folder['team_circle_id'] ?? null) !== null, |
Member
There was a problem hiding this comment.
regarding 'is_team_space', are we not moving away from the "team space" term? as per this comment by Jos
…der table Co-authored-by: Copilot <copilot@github.com> GPT-5.6 Terra Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
support in admin Settings Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de> Signed-off-by: Louis Chmn <louis@chmn.me>
tomek2k1
force-pushed
the
feature/moveTeamFolder_into_adminsettings
branch
from
September 4, 2026 12:51
e8a5a57 to
afe8065
Compare
Signed-off-by: Tomasz Trillo <t.trillo@gmx.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR extends the Team Spaces integration by allowing an existing group folder to be linked as a team's primary team folder.
🤖 AI (if applicable)