Skip to content

[stable26] add some support for rename on case insensitive local filesystems #41505

Merged
Altahrim merged 1 commit intostable26from
backport/40935/stable26
Nov 16, 2023
Merged

[stable26] add some support for rename on case insensitive local filesystems #41505
Altahrim merged 1 commit intostable26from
backport/40935/stable26

Conversation

@Altahrim
Copy link
Collaborator

Manual backport of #40935

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
@Altahrim Altahrim added the 3. to review Waiting for reviews label Nov 15, 2023
@Altahrim Altahrim added this to the Nextcloud 26.0.9 milestone Nov 15, 2023
@Altahrim Altahrim requested review from a team, AndyScherzinger and icewind1991 November 15, 2023 14:52
@Altahrim Altahrim self-assigned this Nov 15, 2023
@Altahrim Altahrim requested review from come-nc and sorbaugh and removed request for a team November 15, 2023 14:52
}

return rename($this->getSourcePath($source), $this->getSourcePath($target));
if (rename($this->getSourcePath($source), $this->getSourcePath($target))) {

Check failure

Code scanning / Psalm

TaintedFile

Detected tainted file handling
}

return rename($this->getSourcePath($source), $this->getSourcePath($target));
if (rename($this->getSourcePath($source), $this->getSourcePath($target))) {

Check failure

Code scanning / Psalm

TaintedFile

Detected tainted file handling
@blizzz blizzz mentioned this pull request Nov 15, 2023
@Altahrim Altahrim enabled auto-merge November 16, 2023 08:22
@Altahrim Altahrim merged commit 9147bc1 into stable26 Nov 16, 2023
@Altahrim Altahrim deleted the backport/40935/stable26 branch November 16, 2023 15:33
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants