You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up dropbox mount point, grant access and so on. (all ok).
Upload a file for example perrito.jpg.
Rename it to a different case combination for example PERRITO.jpg.
See the warning and refresh the page.
Expected behaviour
There is a warning informing that you cannot rename the file because it is already in use. (Maybe this should be more clear, saying that you are in a case-sensitive storage)
And only one file remains.
Actual behaviour
There is a warning
The name "perrito.jpg" is already used in the folder "/DropboxAPINUEVA/MAYUSCULAS2". Please choose a different name.
But it creates a second file:
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache
Database:
MySQL
PHP version:
7.0
Cache
DB
ownCloud version: (see ownCloud admin page)
{"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"10.0.4.4","versionstring":"10.0.4","edition":"Community","productname":"ownCloud"}
Updated from an older ownCloud or fresh install:
Fresh
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
Yes, dropbox.
Are you using encryption:
No.
Logs
Nothing appears in the logs as warnings or errors.
Client configuration
Browser
Chrome
The text was updated successfully, but these errors were encountered:
Consider Your file ABC.txt exists in dropbox and then you try to upload abc.txt (same file different name casing)
ownCloud then asks the dropbox whether this file -> abc.txt exists which it does
then ownCloud sees that this file is not present in oc_filecache but exists in dropbox so it thinks that file cache is outdated and it updates that (the reason for duplicate file)
Steps to reproduce
Expected behaviour
There is a warning informing that you cannot rename the file because it is already in use. (Maybe this should be more clear, saying that you are in a case-sensitive storage)
And only one file remains.
Actual behaviour
There is a warning
But it creates a second file:
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache
Database:
MySQL
PHP version:
7.0
Cache
DB
ownCloud version: (see ownCloud admin page)
{"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"10.0.4.4","versionstring":"10.0.4","edition":"Community","productname":"ownCloud"}
Updated from an older ownCloud or fresh install:
Fresh
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
Yes, dropbox.
Are you using encryption:
No.
Logs
Nothing appears in the logs as warnings or errors.
Client configuration
Browser
Chrome
The text was updated successfully, but these errors were encountered: