abraunegg-onedrive/src
abraunegg 2c253362bf
Improve upload handling of files for SharePoint sites (#1250)
* After a file has been uploaded to SharePoint, use the response JSON and compare the quickXorHash to that of the local file before the upload. If there is a difference, Microsoft has modified the file post upload, thus we now need to download this 'updated' file. If there is no hash difference, we do not need to download the file.
2021-02-01 16:46:12 +11:00
..
notifications deal with unavailable dbus server (Issue: #365) 2019-01-30 17:34:07 +09:00
config.d Add new config option to rate limit connection to OneDrive (#1210) 2021-01-04 08:28:34 +11:00
itemdb.d Search all distinct drive id's rather than just default drive id for --get-file-link (#1230) 2021-01-20 19:46:56 +11:00
log.d Update logfile output spacing (#944) 2020-06-05 06:00:42 +10:00
main.d Improve application startup when using --monitor when there is no network connection to the OneDrive API (#1188) 2020-12-18 06:17:52 +11:00
monitor.d Remove duplicate code for error output functions and enhance error logging output (#1170) 2020-12-09 14:18:16 +11:00
onedrive.d Add new config option to rate limit connection to OneDrive (#1210) 2021-01-04 08:28:34 +11:00
progress.d Update progress bar to be more accurate when downloading large files (#888) 2020-04-26 06:52:29 +10:00
qxor.d Fix module std.digest.digest is deprecated (#916) 2020-05-12 10:50:36 +10:00
selective.d Check the given local path in reverse order for a skip_dir match on --resync (#1125) 2020-11-05 04:51:35 +11:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Improve upload handling of files for SharePoint sites (#1250) 2021-02-01 16:46:12 +11:00
upload.d Remove duplicate code for error output functions and enhance error logging output (#1170) 2020-12-09 14:18:16 +11:00
util.d Improve application startup when using --monitor when there is no network connection to the OneDrive API (#1188) 2020-12-18 06:17:52 +11:00