abraunegg-onedrive/src
abraunegg 3d5957986a
Fix 'sync_list' handling of inclusions when name is included in another folders name (#1390)
* Fix 'sync_list' handling of inclusions when name is included in another folders name to avoid creating empty parental root folders. When a 'sync_list' entry ends with '/*' the common path matching causes a sub path match to occur. Before directly hitting as an exact match, perform an additional check of the path to sync against the sync_list entry without the '/*' being present.
2021-04-09 08:18:00 +10:00
..
notifications deal with unavailable dbus server (Issue: #365) 2019-01-30 17:34:07 +09:00
config.d Remove depreciated config option 'force_http_11' (#1323) 2021-03-08 07:17:48 +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 Fix 'Item cannot be deleted from OneDrive because it was not found in the local database' (#1354) 2021-03-19 17:29:55 +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 Use 'nextLink' value if present when searching for specific SharePoint site names (#1329) 2021-03-13 05:11:44 +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 Fix 'sync_list' handling of inclusions when name is included in another folders name (#1390) 2021-04-09 08:18:00 +10:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Fix an unhandled Error 412 when uploading modified files to OneDrive Business Accounts (#1394) 2021-04-09 06:21:01 +10: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 Revert #1343 as OneDrive API is now fixed in relation to handling '%' within filenames (#1386) 2021-04-06 20:34:03 +10:00