nextcloud/apps/files_external/lib/Lib/Storage
Benjamin Gaussorgues 9a6a64087d 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>
2023-10-31 15:26:46 +00:00
..
AmazonS3.php Support of s3 storage class in External Storage application 2023-01-12 14:59:13 +01:00
FTP.php Respect OCP interface in private classes 2023-02-07 11:23:35 +01:00
FtpConnection.php Rename file1 and file2 to source and target in Storage abstraction 2022-10-18 17:21:47 +02:00
OwnCloud.php Update php licenses 2021-06-04 22:02:41 +02:00
SFTP.php Rename file1 and file2 to source and target in Storage abstraction 2022-10-18 17:21:47 +02:00
SFTPReadStream.php Fix psalm issues related to signature changes from PHP 8.0 2022-12-29 12:36:34 +01:00
SFTPWriteStream.php Fix usage of streams 2022-10-17 10:58:27 +02:00
SMB.php fix(files_external): on case insensitive system, block case change 2023-10-31 15:26:46 +00:00
StreamWrapper.php Rename file1 and file2 to source and target in Storage abstraction 2022-10-18 17:21:47 +02:00
Swift.php Rename file1 and file2 to source and target in Storage abstraction 2022-10-18 17:21:47 +02:00