abraunegg-onedrive/src
abraunegg 06420c9a0a
Remove sha1 use and cleanup defunct remaining crc32 use (#2424)
* Remove sha1 from being used by the client as this is being depreciated by Microsoft in July 2023 - https://devblogs.microsoft.com/microsoft365dev/deprecation-of-sha1hash-on-onedrive-personal/
* Complete the removal of crc32 as this is also no longer present for a long time, but some code elements still existed
* Only compute quickXorHash, not quickXorHash and sha256Hash as computing sha256Hash is CPU expensive
* Update cache database stored items to only store quickXorHash and sha256Hash values (remove crc32 and sha1)
2023-06-20 06:55:00 +10:00
..
arsd Fix deprecation warnings with dmd 2.103.0 (#2364) 2023-04-03 07:13:11 +10:00
notifications Update src/notifications/README (#1992) 2022-06-07 08:57:39 +10:00
config.d Fix for extra encoded quotation marks surrounding Docker environment variables (#2319) 2023-03-18 09:53:58 +11:00
itemdb.d Remove sha1 use and cleanup defunct remaining crc32 use (#2424) 2023-06-20 06:55:00 +10:00
log.d Extend GitHub version check (#1863) 2022-03-07 14:02:50 +11:00
main.d Fix Unable to perform a database vacuum: out of memory when exiting (#2398) 2023-05-12 18:41:01 +10: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 Fix webhook subscription creation for SharePoint Libraries (#2339) 2023-03-18 10:03:49 +11:00
progress.d Fixes in order to compile on an Android host (#1823) 2022-02-01 11:39:14 +11:00
qxor.d Support DMD 2.097.0 as compiler (#1505) 2021-06-07 08:26:36 +10:00
selective.d Fix creation of parent empty directories when parent is excluded by sync_list (#2245) 2022-12-06 06:08:55 +11:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Remove sha1 use and cleanup defunct remaining crc32 use (#2424) 2023-06-20 06:55:00 +10:00
upload.d Fix application crash due to a conversion overflow when calculating file offset for session uploads (#1558) 2021-07-12 05:59:32 +10:00
util.d Remove sha1 use and cleanup defunct remaining crc32 use (#2424) 2023-06-20 06:55:00 +10:00