Skip to content

[stable30] fix(trashbin): Fix errors in the log on MOVE operations - #54705

Merged
AndyScherzinger merged 1 commit into
stable30from
backport/54632/stable30
Aug 28, 2025
Merged

[stable30] fix(trashbin): Fix errors in the log on MOVE operations#54705
AndyScherzinger merged 1 commit into
stable30from
backport/54632/stable30

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #54632

dirname will return '.' for files at the root, which will cause an
Exception that gets logged.
Instead use \Sabre\Uri\split like other sabre plugins, to get an empty
string for root directory.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@backportbotbackportbotBot added the 3. to review Waiting for reviews label Aug 28, 2025
@backportbotbackportbotBot added this to the Nextcloud 30.0.15 milestone Aug 28, 2025
@AndyScherzinger
AndyScherzinger merged commit 1847a40 into stable30Aug 28, 2025
180 of 182 checks passed
@AndyScherzinger
AndyScherzinger deleted the backport/54632/stable30 branch August 28, 2025 17:22
@nextcloud-botnextcloud-bot mentioned this pull request Sep 4, 2025
5 tasks
@nextcloud-botnextcloud-bot mentioned this pull request Sep 18, 2025
@nextcloud-botnextcloud-bot mentioned this pull request Sep 25, 2025
2 tasks
@blizzzblizzz mentioned this pull request Oct 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AndyScherzinger@come-nc