Feature/implement default quota for groups - #2858
Open
hefftich wants to merge 7 commits into
Open
Conversation
Co-authored-by: Copilot <copilot@github.com> GPT-5.6 Terra Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
…/implement_default_Quota_for_Groups # Conflicts: # src/components/AdminTeamFolders.vue
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
…bled Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Stefan Lender <Stefan.Lender@dataport.de>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Implement a default quota per group. groupfolders#5029
Summary
We need a way for admins to set default quotas for team folder creation, based on group membership. This needs a group -> quota mapping in the Teams admin settings.
Admin settings --> Teams
- In the Team settings, admins can add entries to a table, defining default quotas for groups.
- When a user creates a new team, the highest quota of the groups, this user is a member of, gets applied to the new Team folder.
- At least a line for "all" is always present in the table, which is applied at team creation, when the user isn't a member of any other quota group.
- The three-dot menu lets admins delete any mapping, despite "all".
- The quotas only get applied at team creation. An admin can alway change the quota of existing teams later on.
group | default quota | options -- | -- | -- all | 100 MB | marketing | 2 GB | ... sales | 10 GB | ... engineering | 5 GB | ...Examples
marketingandengineering. He creates a new team, which gets a quota of 5 GB.TODO
Checklist
3. to review, feature component)stable32)AI (if applicable)