Skip to content

Conversation

@provokateurin
Copy link
Member

@provokateurin provokateurin commented Jul 7, 2025

Summary

returns undefined as a "good" state, but the check later is risky and results in a true which then deletes the share.

Checklist

@provokateurin provokateurin added this to the Nextcloud 32 milestone Jul 7, 2025
@provokateurin provokateurin requested a review from a team as a code owner July 7, 2025 08:32
@provokateurin provokateurin requested review from artonge, sorbaugh and susnux and removed request for a team July 7, 2025 08:32
@provokateurin provokateurin added bug 3. to review Waiting for reviews labels Jul 7, 2025
@provokateurin
Copy link
Member Author

/backport to stable31

@provokateurin
Copy link
Member Author

/backport to stable30

@provokateurin provokateurin requested a review from skjnldsv July 7, 2025 10:04
@provokateurin
Copy link
Member Author

/compile

@provokateurin provokateurin enabled auto-merge July 7, 2025 10:04
@nextcloud-command nextcloud-command requested a review from a team as a code owner July 7, 2025 10:12
provokateurin and others added 2 commits July 7, 2025 13:45
…pting share

Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@provokateurin provokateurin force-pushed the fix/federatedfilesharing/dialog-callback branch from aecb00d to fed2c46 Compare July 7, 2025 11:45
@MahdiBaghbani
Copy link
Contributor

@provokateurin I believe that the #52931 is no longer necessary, am I correct?

@provokateurin
Copy link
Member Author

That's correct. I didn't notice that there already was a PR for fixing this.

@susnux susnux requested review from nfebe and removed request for a team and artonge July 7, 2025 22:07
@provokateurin provokateurin merged commit 905c229 into master Jul 7, 2025
124 checks passed
@provokateurin provokateurin deleted the fix/federatedfilesharing/dialog-callback branch July 7, 2025 23:16
@backportbot
Copy link

backportbot bot commented Jul 7, 2025

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

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

# Create the new backport branch
git checkout -b backport/53840/stable30

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

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

Error: Failed to check for changes with origin/stable30: 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Federated Share gets deleted on acceptance by the receiving user

7 participants