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 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 1 commit 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(), '');
}

@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
Copy Markdown
Member Author

/backport to stable33

@provokateurin

Copy link
Copy Markdown
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
This was referenced Jun 5, 2026
@susnux susnux modified the milestones: Nextcloud 34.0.1, Nextcloud 35 Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants