feat: introduce a function to bind a teamfolder to a team#62476
Open
stediefan wants to merge 1 commit into
Open
feat: introduce a function to bind a teamfolder to a team#62476stediefan wants to merge 1 commit into
stediefan wants to merge 1 commit into
Conversation
Assisted by: GitHub Copilot:Claude Sonnet 5 Assisted by: GitHub Copilot:GPT-5.6 Terra Assisted by: GitHub Copilot:Kimi K2.7 Code Signed-off-by: Stefan Dietrich <5716289+stediefan@users.noreply.github.com>
stediefan
requested review from
Altahrim,
leftybournes,
provokateurin and
salmart-dev
and removed request for
a team
July 24, 2026 10:46
CarlSchwan
approved these changes
Jul 24, 2026
| * A folder exclusively linked to a team. | ||
| * | ||
| * @since 35.0.0 | ||
| */ |
Member
There was a problem hiding this comment.
Suggested change
| */ | |
| */ | |
| #[Consumable(since: '35.0.0')] |
And need a corresponding use OCP\AppFramework\Attribute\Consumable; at the top of the file
| * {@see \OCP\AppFramework\Bootstrap\IRegistrationContext::registerTeamResourceProvider()}. | ||
| * | ||
| * @since 35.0.0 | ||
| */ |
Member
There was a problem hiding this comment.
Suggested change
| */ | |
| */ | |
| #[Consunable(since: '35.0.0')] | |
| #[Implementable(since: '35.0.0')] |
And need use OCP\AppFramework\Attribute\Consumable; and use OCP\AppFramework\Attribute\Implementable; at the top of the file
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.
Assisted by: GitHub Copilot:Claude Sonnet 5
Assisted by: GitHub Copilot:GPT-5.6 Terra
Assisted by: GitHub Copilot:Kimi K2.7 Code
Related Issues in Circles:
Create team-folder when creating a team circles#2661
Show team-folder contents on the TeamPage circles#2663
Upgrade existing teams: create a path to turn a pre-existing team into a space (team+team-folder) through the same dialog and quota rules, reusing resources it already has instead of creating duplicates circles#2669
Related Pull Request in circles: nextcloud/circles#2675
Summary
This lays the foundation for the closer integration of circles (teams) and group/teamfolders
Both will depend on the Team- and FolderManager to create Teamfolders upon team creation and link those folders 1:1 to a team
TODO
Checklist
not needed here
3. to review, feature component)stable32)AI (if applicable)