Skip to content

fix(provisioning_api): Init FS for new users for group shares they are going to be added to - #58735

Open
provokateurin wants to merge 2 commits into
masterfrom
fix/provisioning_api/new-user-init-fs
Open

fix(provisioning_api): Init FS for new users for group shares they are going to be added to#58735
provokateurin wants to merge 2 commits into
masterfrom
fix/provisioning_api/new-user-init-fs

Conversation

@provokateurin

Copy link
Copy Markdown
Member

We already do the same in the OCC command:

if (!empty($groups)) {
// Make sure we init the Filesystem for the user, in case we need to
// init some group shares.
Filesystem::init($user->getUID(), '');
}

@provokateurinprovokateurin added this to the Nextcloud 34 milestone Mar 5, 2026
@provokateurin
provokateurin requested a review from a team as a code ownerMarch 5, 2026 10:29
@provokateurin
provokateurin requested review from ArtificialOwl and salmart-dev and removed request for a teamMarch 5, 2026 10:29
@provokateurinprovokateurin added the 3. to review Waiting for reviews label Mar 5, 2026
@provokateurin

Copy link
Copy Markdown
MemberAuthor

/backport to stable33

@provokateurin

Copy link
Copy Markdown
MemberAuthor

/backport to stable32

…e going to be added to
Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin
provokateurinforce-pushed the fix/provisioning_api/new-user-init-fs branch from 1d2a147 to 6de294bCompareMarch 5, 2026 11:00
@nextcloud-botnextcloud-bot mentioned this pull request May 27, 2026
@nextcloud-botnextcloud-bot mentioned this pull request Jun 4, 2026
This was referenced Jun 5, 2026
@AndyScherzinger

Copy link
Copy Markdown
Member

/backport to stable34

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@provokateurin@AndyScherzinger@CarlSchwan@joshtrichards@susnux@nextcloud-bot