Skip to content

[stable33] fix: correctly return false for filesize on non-existing file - #58553

Merged
susnux merged 2 commits into
stable33from
backport/58543/stable33
Feb 24, 2026
Merged

[stable33] fix: correctly return false for filesize on non-existing file#58553
susnux merged 2 commits into
stable33from
backport/58543/stable33

Conversation

@backportbot

@backportbotbackportbotBot commented Feb 24, 2026

Copy link
Copy Markdown

Backport of #58543

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

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

@backportbotbackportbotBot added the 3. to review Waiting for reviews label Feb 24, 2026
@backportbotbackportbotBot added this to the Nextcloud 33.0.1 milestone Feb 24, 2026
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991
icewind1991force-pushed the backport/58543/stable33 branch from aaa0591 to e88748eCompareFebruary 24, 2026 17:05
@icewind1991

Copy link
Copy Markdown
Member

/backport! to stable32

@backportbot

Copy link
Copy Markdown
Author

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

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

Error: Failed to push branch backport/58553/stable32: 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.

@icewind1991
icewind1991 marked this pull request as ready for review February 24, 2026 17:06
@icewind1991
icewind1991 requested a review from a team as a code ownerFebruary 24, 2026 17:06
@icewind1991
icewind1991 requested review from ArtificialOwl and come-nc and removed request for a teamFebruary 24, 2026 17:06
@susnuxsusnux added the bug label Feb 24, 2026
@susnux
susnux merged commit bc9cc63 into stable33Feb 24, 2026
207 of 216 checks passed
@susnux
susnux deleted the backport/58543/stable33 branch February 24, 2026 18:55
@skjnldsvskjnldsv mentioned this pull request Mar 18, 2026
Sign up for freeto 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

@icewind1991@susnux