nextcloud/apps/files_external/tests/Storage
Vincent Petry 15fffb2b10
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-07 16:29:23 +02:00
..
Amazons3Test.php Fix the names of the tests so the script discovers them again 2016-05-24 16:37:06 +02:00
DropboxTest.php Update license headers 2016-05-26 19:57:24 +02:00
FtpTest.php Update license headers 2016-05-26 19:57:24 +02:00
GoogleTest.php Fix GDrive upload file which name might match the one of a folder 2016-06-07 16:29:23 +02:00
OwncloudTest.php Update license headers 2016-05-26 19:57:24 +02:00
SFTP_KeyTest.php Update license headers 2016-05-26 19:57:24 +02:00
SftpTest.php Update license headers 2016-05-26 19:57:24 +02:00
SmbTest.php Update license headers 2016-05-26 19:57:24 +02:00
SwiftTest.php Move Lib\Storage to PSR-4 2016-05-24 08:41:22 +02:00
WebdavTest.php Update license headers 2016-05-26 19:57:24 +02:00