]> source.dussan.org Git - nextcloud-server.git/commit
fix(files_external): on case insensitive system, block case change 41222/head
authorBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Mon, 23 Oct 2023 08:15:46 +0000 (10:15 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 31 Oct 2023 15:26:46 +0000 (15:26 +0000)
commit9a6a64087d8b5e270f8e79fb0eafe947e76744ab
tree7afee7c9fc6996fd16f701268d24438bd029409a
parent603951048be70c43b73d6ffd55144d6ec6dd77a9
fix(files_external): on case insensitive system, block case change

When a file/directory is renamed to the same name with only case change,
the rename fail. We block this kind of rename.
The user will have to rename to another name first.

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
apps/files_external/lib/Lib/Backend/SMB.php
apps/files_external/lib/Lib/Storage/SMB.php