Skip to content

feat: add fileid to exception message when reading a dav file fails - #56166

Merged
icewind1991 merged 1 commit into
masterfrom
dav-file-get-log-id
Jan 2, 2026
Merged

feat: add fileid to exception message when reading a dav file fails#56166
icewind1991 merged 1 commit into
masterfrom
dav-file-get-log-id

Conversation

@icewind1991

Copy link
Copy Markdown
Member

Adds more details for trying to debug the error.

@icewind1991icewind1991 added this to the Nextcloud 33 milestone Nov 3, 2025
@icewind1991
icewind1991 requested a review from a team as a code ownerNovember 3, 2025 16:26
@icewind1991icewind1991 added the 3. to review Waiting for reviews label Nov 3, 2025
@icewind1991
icewind1991 requested review from ArtificialOwl, CarlSchwan, salmart-dev and yemkareems and removed request for a teamNovember 3, 2025 16:26
@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable32

@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991
icewind1991 merged commit 3580680 into masterJan 2, 2026
227 of 231 checks passed
@icewind1991
icewind1991 deleted the dav-file-get-log-id branch January 2, 2026 14:30
@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/56166/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 d21fa1c0
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56166/stable31

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

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

Labels

3. to reviewWaiting for reviewsbackport-request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@icewind1991@salmart-dev@CarlSchwan