nextcloud/apps/files_external/lib/Lib/Storage
Vincent Petry 8c7a32ccb9
Fix GDrive upload file which name might match the one of a folder
Whenever a file is uploaded to GDrive, there is a check for that file
with and without extension, due to Google Docs files having no
extension. This logic now only kicks in whenever the detected
extensionless file is really a Google Doc file, not a folder.

This makes it possible again to upload a file "test.txt" in a folder
that also has a folder called "test"
2016-06-09 14:00:01 +02:00
..
AmazonS3.php Update license headers 2016-05-26 19:57:24 +02:00
Dropbox.php Update license headers 2016-05-26 19:57:24 +02:00
FTP.php Update license headers 2016-05-26 19:57:24 +02:00
Google.php Fix GDrive upload file which name might match the one of a folder 2016-06-09 14:00:01 +02:00
OwnCloud.php Move Lib\Storage to PSR-4 2016-05-24 08:41:22 +02:00
SFTP.php Update license headers 2016-05-26 19:57:24 +02:00
SMB.php implement specific rename handling for SMB 2016-06-08 12:15:09 +02:00
StreamWrapper.php Update license headers 2016-05-26 19:57:24 +02:00
Swift.php Added object cache for Swift ext storage 2016-05-24 13:29:29 +02:00