feat: add event handling to auto create teamfolders upon circle creation#4941
Open
stediefan wants to merge 2 commits into
Open
feat: add event handling to auto create teamfolders upon circle creation#4941stediefan wants to merge 2 commits into
stediefan wants to merge 2 commits into
Conversation
7 tasks
… upon circle creation feat: add team_circle_id flag to teamfolder to uniquely link a team feat: adminUI: add filters for classic teamfolders and the newly linked ones todo: sensible naming for the two types of folders 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
force-pushed
the
feature/teams-auto-folder-creation
branch
from
July 24, 2026 09:48
739cf4b to
c296a5d
Compare
stediefan
force-pushed
the
feature/teams-auto-folder-creation
branch
from
July 24, 2026 09:53
c296a5d to
89077f1
Compare
CarlSchwan
reviewed
Jul 24, 2026
|
|
||
| if ($input->getOption('enable')) { | ||
| $this->folderManager->setFolderACL($folder->id, true); | ||
| try { |
Member
There was a problem hiding this comment.
I don't think these try catch are really needed. Same with the other commands
| } | ||
|
|
||
| if (!$table->hasIndex('group_folders_team_circle')) { | ||
| $table->addUniqueIndex(['team_circle_id'], 'group_folders_team_circle'); |
Member
There was a problem hiding this comment.
as far as I can see, this wasn't enforced previously with the options.circle_id, so this might cause some issues
CarlSchwan
reviewed
Jul 24, 2026
| @@ -0,0 +1,15 @@ | |||
| <?php | |||
Member
There was a problem hiding this comment.
This won't be needed as soon as the PR in server is merged
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.
feat: add team_circle_id flag to teamfolder to uniquely link a team
feat: adminUI: add filters for classic teamfolders and the newly linked ones
todo: sensible naming for the two types of folders
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:
nextcloud/circles#2661
nextcloud/circles#2663
nextcloud/circles#2669
Related Pull Request in server: nextcloud/server#62476
Related Pull Request in circles: nextcloud/circles#2675
🤖 AI (if applicable)