-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inform User about Conflict File creation #3222
Comments
Well honestly I think we should sync conflict files. I’m pretty sure this is what Dropbox does as well, and it’s just good practice to make sure you have all the files everywhere. |
Note that if conflict files are allowed to appear on the ownCloud server, this might open the door to other concepts like syncing files between external storage and the ownCloud server (instead of a direct connection). In such situation, conflicts could also occur: owncloud/core#5225 |
Definitely an enhancement, and we need to think through this in detail. |
@jancborchardt: I definitely agree. The current situation is problematic because it is in practice easy for a user to overlook that some files are not synced -- and the conflict file contains local changes which are not saved anywhere. This may lead eventually to data loss (when user realizes it may be too late -- his laptop just fell off the table). But this requires some careful thinking, agreed @MTRichards . |
Linking #4079 |
Can we agree to a simple and doable solution for 2.2? @jancborchardt @dragotin
|
If there were conflicts, users want to have a tray notification that warn about. This will help for #3222
Windows10 and owncloud-2.2.0.5855. |
@davitol Easiest is to stop the client, and change the same file on both the client- and server-side. If you restart the client, it tries to sync and will detect a conflict. You should see a tray notification about that. |
I fixed the wrong issue count in the tab text. |
Hi hi: @dragotin , after retest https://github.com/owncloud/client/issues/3222#issuecomment-208262494 seems to be solved the problem about wrong count in the tab text. Windows MacOS Regards |
Ok, thanks! |
Hi,
Currently, when the conflict file is created, it is not synchronized with the server, and the user is not warned.
To prevent the user having to check every time you save a file (to check if it was synchronized), I suggest that a warning message is displayed to the user that the file was not synchronized and why.
Thanks!
The text was updated successfully, but these errors were encountered: