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 1 commit intomasterfrom
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 1 commit intomasterfrom
fix/provisioning_api/new-user-init-fs

Conversation

@provokateurin
Copy link
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(), '');
}

@provokateurin provokateurin added this to the Nextcloud 34 milestone Mar 5, 2026
@provokateurin provokateurin requested a review from Altahrim March 5, 2026 10:29
@provokateurin provokateurin requested a review from a team as a code owner March 5, 2026 10:29
@provokateurin provokateurin requested review from ArtificialOwl and salmart-dev and removed request for a team March 5, 2026 10:29
@provokateurin provokateurin added the 3. to review Waiting for reviews label Mar 5, 2026
@provokateurin
Copy link
Member Author

/backport to stable33

@provokateurin
Copy link
Member Author

/backport to stable32

…e going to be added to

Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin provokateurin force-pushed the fix/provisioning_api/new-user-init-fs branch from 1d2a147 to 6de294b Compare March 5, 2026 11:00
Sign up for free to 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.

2 participants