Skip to content

fix(repair): Fix repair steps when files_sharing is disabled#58597

Merged
CarlSchwan merged 1 commit intomasterfrom
bugfix/58594/files_sharing-disabled
Feb 26, 2026
Merged

fix(repair): Fix repair steps when files_sharing is disabled#58597
CarlSchwan merged 1 commit intomasterfrom
bugfix/58594/files_sharing-disabled

Conversation

@nickvergessen
Copy link
Member

Checklist

Signed-off-by: Joas Schilling <coding@schilljs.com>
@CarlSchwan CarlSchwan merged commit e47195a into master Feb 26, 2026
174 checks passed
@CarlSchwan CarlSchwan deleted the bugfix/58594/files_sharing-disabled branch February 26, 2026 23:35
@CarlSchwan
Copy link
Member

/backport to stable33

@CarlSchwan
Copy link
Member

/backport to stable32

@SystemKeeper
Copy link
Contributor

/backport to stable33 please

@backportbot
Copy link

backportbot bot commented Feb 27, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/58597/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a6b9483a

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58597/stable33

Error: Failed to push branch backport/58597/stable33: remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/nextcloud/server.git/'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@SystemKeeper
Copy link
Contributor

/backport to stable33 please

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Running occ maintenance:repair --include-expensive aborts with Could not resolve OCA\Files_Sharing\Repair\CleanupShareTarget

3 participants