scummvm/backends/cloud
Alexander Tkachev 1e92e7b9f3 CLOUD: Fix saves syncing
This mostly affects OneDrive saves syncing, because it is the only cloud
provider to return 0 as timestamp of (non-)created file. 0 is treated as
EOF in /saves/timestamps file, thus all timestamps after such 0
timestamps were ignored and files were reuploaded as being "new". This
commit also adds more verbose debug information on SavesSyncRequest
decisions making for easier debugging.
2019-07-30 14:51:41 -04:00
..
box CLOUD: Update BaseStorage to expect no refresh_token 2019-07-30 14:51:41 -04:00
dropbox CLOUD: Update BaseStorage to expect no refresh_token 2019-07-30 14:51:41 -04:00
googledrive CLOUD: Update BaseStorage to expect no refresh_token 2019-07-30 14:51:41 -04:00
id CLOUD: Update GoogleDriveStorage and BoxStorage to auth via cloud.scummvm.org 2019-07-30 14:51:41 -04:00
onedrive CLOUD: Fix OneDriveStorage API interaction 2019-07-30 14:51:41 -04:00
basestorage.cpp CLOUD: Update BaseStorage to expect no refresh_token 2019-07-30 14:51:41 -04:00
basestorage.h CLOUD: Update BaseStorage to expect no refresh_token 2019-07-30 14:51:41 -04:00
cloudicon_data.h CLOUD: Change the cloud icon to be updated by the main thread 2016-09-18 17:54:12 +02:00
cloudicon_disabled_data.h CLOUD: Change the cloud icon to be updated by the main thread 2016-09-18 17:54:12 +02:00
cloudicon.cpp CLOUD: Fix MSVC warnings 2019-05-09 18:13:10 +10:00
cloudicon.h CLOUD: Change the cloud icon to be updated by the main thread 2016-09-18 17:54:12 +02:00
cloudmanager.cpp CLOUD: Update DropboxStorage to work via scummvm.org & StorageWizardDialog correspondingly 2019-07-30 14:51:41 -04:00
cloudmanager.h CLOUD: Update DropboxStorage to work via scummvm.org & StorageWizardDialog correspondingly 2019-07-30 14:51:41 -04:00
downloadrequest.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
downloadrequest.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
folderdownloadrequest.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
folderdownloadrequest.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
iso8601.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
iso8601.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
savessyncrequest.cpp CLOUD: Fix saves syncing 2019-07-30 14:51:41 -04:00
savessyncrequest.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
storage.cpp CLOUD: Use OSDMessageQueue to post OSD messages from the cloud thread 2016-10-29 15:13:32 +01:00
storage.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
storagefile.cpp CLOUD: Fix Remaining Shadowing Compiler Warnings. 2017-01-10 05:15:56 +00:00
storagefile.h CLOUD: Fix Remaining Shadowing Compiler Warnings. 2017-01-10 05:15:56 +00:00
storageinfo.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00