Skip to content

fix: use target path for unshare-from-self events - #2103

Merged
icewind1991 merged 2 commits into
masterfrom
unshare-self-fixes
Aug 14, 2025
Merged

fix: use target path for unshare-from-self events#2103
icewind1991 merged 2 commits into
masterfrom
unshare-self-fixes

Conversation

@icewind1991

@icewind1991icewind1991 commented Aug 14, 2025

Copy link
Copy Markdown
Member

Need to use the target path there.

Introduced with #2098 🙈

@cypress

cypressBot commented Aug 14, 2025

Copy link
Copy Markdown

ActivityRun #2774

Run Properties:status check passed Passed #2774git commit3fdd17dad5: fix: use target path for unshare-from-self events
ProjectActivity
Branch Reviewunshare-self-fixes
Run statusstatus check passed Passed #2774
Run duration03m 28s
Commitgit commit3fdd17dad5: fix: use target path for unshare-from-self events
CommitterRobin Appelman
View all properties for this run ↗︎

Test results
Tests that failedFailures0
Tests that were flakyFlaky0
Tests that did not run due to a developer annotating a test with .skipPending0
Tests that did not run due to a failure in a mocha hookSkipped0
Tests that passedPassing10
View all changes introduced in this branch ↗︎

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991

Copy link
Copy Markdown
MemberAuthor

added to #2101 for the stable31 backport

@icewind1991
icewind1991 merged commit b814ce5 into masterAug 14, 2025
52 checks passed
@icewind1991
icewind1991 deleted the unshare-self-fixes branch August 14, 2025 11:01
@miaulalala

Copy link
Copy Markdown
Collaborator

/backport to stable31

@backportbot

Copy link
Copy Markdown

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

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/2103/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 030d1f2a cccf42bf
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2103/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


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

Sign up for freeto 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.

6 participants

@icewind1991@miaulalala@susnux@CarlSchwan@come-nc@skjnldsv