Skip to content

feat: introduce a function to bind a teamfolder to a team#62476

Open
stediefan wants to merge 1 commit into
nextcloud:masterfrom
Dataport:feature/teams-auto-folder-creation
Open

feat: introduce a function to bind a teamfolder to a team#62476
stediefan wants to merge 1 commit into
nextcloud:masterfrom
Dataport:feature/teams-auto-folder-creation

Conversation

@stediefan

Copy link
Copy Markdown

Assisted by: GitHub Copilot:Claude Sonnet 5
Assisted by: GitHub Copilot:GPT-5.6 Terra
Assisted by: GitHub Copilot:Kimi K2.7 Code

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

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

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>

@CarlSchwan CarlSchwan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good

* A folder exclusively linked to a team.
*
* @since 35.0.0
*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants