Commit graph

1360 commits

Author SHA1 Message Date
abraunegg ee4092d9d4 Update PR
* Update PR
2023-09-13 06:15:17 +10:00
abraunegg 8d260a6b26 Update PR
* Update PR
2023-09-13 05:53:53 +10:00
abraunegg 6e7ab308d0 Update PR
* Update PR
2023-09-12 17:59:27 +10:00
abraunegg a195fdc04c Update PR
* Update PR
2023-09-12 15:31:59 +10:00
abraunegg 5ca45d9ddd Update PR
* Update PR
2023-09-12 08:00:50 +10:00
abraunegg bb1cf6765d Update PR
* Update PR
2023-09-11 14:51:46 +10:00
abraunegg 690cc52da2 Update PR
* Update PR
2023-09-11 14:32:22 +10:00
abraunegg a819cfb4ea Update PR
* Update PR
2023-09-11 14:31:10 +10:00
abraunegg 6da9889e2d Update PR
* Update PR
2023-09-11 11:20:19 +10:00
abraunegg 8ac38a2428 Update PR
* Update PR
2023-09-10 16:37:10 +10:00
abraunegg d38589dc26 Update PR
* Update PR
2023-09-10 14:53:31 +10:00
abraunegg 78328d0d21 Update PR
* Update PR
2023-09-10 10:45:47 +10:00
abraunegg 977be82b23 Update PR
* Update PR
2023-09-10 09:07:53 +10:00
abraunegg 222cac596d Update PR
* Update PR
2023-09-09 19:14:58 +10:00
abraunegg fbfb339996 Update PR
* Update PR
2023-09-09 19:08:51 +10:00
abraunegg 4756680ccf Update PR
* Update PR
2023-09-09 07:36:24 +10:00
abraunegg 34cb3031e8 Update PR
* Update PR
2023-09-09 06:57:52 +10:00
abraunegg a656757a90 Update PR
* Update PR
2023-09-09 06:34:52 +10:00
abraunegg c659cb2040 Update PR
* Update PR
2023-09-03 15:05:01 +10:00
abraunegg 54b3d52703 Update PR
* Update PR
2023-09-03 07:38:36 +10:00
abraunegg 760b3c81b2 Update PR
* Update PR
2023-09-02 13:06:37 +10:00
abraunegg 29b0cdaccf Update PR
* Update PR
2023-09-02 12:31:16 +10:00
abraunegg e3b3abb797 Update PR
* Update PR
2023-09-02 12:27:10 +10:00
abraunegg a584ee4d41 Update config
* Restore v2.4.25 base config
2023-08-31 07:40:59 +10:00
abraunegg eb837dbe1f Update PR
* Update PR
2023-08-31 06:29:24 +10:00
abraunegg 44be502c62 Update PR
* Update PR
2023-08-29 09:56:55 +10:00
abraunegg 3f5a4fa29c Update PR
* Update PR
2023-08-28 16:56:16 +10:00
abraunegg f28bf7ae75 Update util.d
* Change displayOneDriveErrorMessage to always output if an error .. so odd stuff can be caught and understood
2023-08-27 16:59:00 +10:00
abraunegg 1ac5d9f9d8 Update PR
* Update PR
2023-08-27 14:22:06 +10:00
abraunegg ce02fd8ce7 Update sync.d
* ensure v2.5.0-alpha-0 is set
2023-08-27 10:57:29 +10:00
abraunegg f2e5dcb977 Update config.d
* Fix
2023-08-27 09:45:00 +10:00
abraunegg 9062d0ecb7 Ensure version is v2.5.0-alpha-0
* Ensure version is v2.5.0-alpha-0
2023-08-27 09:42:40 +10:00
abraunegg eb9d637eba Initial commit of code re-write for v2.5.0
* Initial commit of v2.5.0-alpha-0 code changes, supporting fixing #232
2023-08-27 09:35:51 +10:00
abraunegg 43b0bed4cb
Fix debugging log output when reporting file size and hash mismatch (#2473)
* Fix debug logging output with correct hash values as these were switched
* Only calculate local file size post download once and reuse value
2023-08-24 18:08:21 +10:00
Flynn Duniho fc5cbaf2e9
Fix typo in USAGE.md (#2466)
* Fix typo in USAGE.md
2023-08-07 12:44:40 +10:00
abraunegg 50d80d333e
Add Debian 12 to documentation (#2459)
* Add Debian 12 to documentation
2023-07-27 05:32:20 +10:00
Gonçalo Martins 99271a45de
Add --no-remote-delete flag to docker entrypoint (#2453)
* Add --no-remote-delete flag to docker entrypoint

---------

Co-authored-by: Gonçalo Martins <g.martins@revolut.com>
Co-authored-by: abraunegg <alex.braunegg@gmail.com>
2023-07-24 10:41:06 +10:00
abraunegg fb0a5f0796
Fix unhandled exception when authurl path is non-existent (#2456)
* Catch an unhandled exception when the user sets the authurl file to a location that cannot be accessed
2023-07-23 10:13:03 +10:00
abraunegg 94ccb7a6d0 Update webhook example configuration documentation
* Update webhook example configuration based on #2447
2023-07-11 18:09:45 +02:00
abraunegg b2bf6aa475
Release files for 2.4.25 (#2440)
* Release files for 2.4.25
2023-06-21 15:30:40 +10:00
abraunegg 268dcf9120
Fix that zero-byte files do not have a hash as reported by the OneDrive API thus should not generate an error message (#2436)
* The OneDrive API does not present a hash for all files, most notably those that are zero byte in size (this may be fixed by the OneDrive API in the future). Add a wrapper to the existing makeItem function to test the file size before working out if this is a going to be a problem and if it is, then print out an error message if the file size is greater than 0 including either the full filename path or the items id.
2023-06-21 13:21:05 +10:00
abraunegg f5edb8b394
Update Docker files June 2023 (#2438)
* Update Docker Files June 2023 and Documentation
2023-06-21 12:59:46 +10:00
abraunegg 4b32dbf12d
Update testbuild.yaml (#2439)
* Update testbuild.yaml and downgrade to Ubuntu 20.04
2023-06-21 11:15:56 +10:00
abraunegg 628a85dc93
Add Ubuntu 23.04 Instructions (#2437)
* Add Ubuntu 23.04 Instructions
2023-06-21 10:54:07 +10:00
abraunegg 3340fcca6a
Update util.d (#2428)
* Remove running version obsolete flag as this causes a false flagging as obsolete
2023-06-20 11:18:20 +10:00
abraunegg 25cc361277
Release files for 2.4.24 v2 (#2427)
* Release files for 2.4.24 v2 to correct incorrect configure.ac version
2023-06-20 10:48:08 +10:00
abraunegg 32a702eaaf Revert "Release files for 2.4.24 (#2426)"
This reverts commit 30b108027d.
2023-06-20 10:41:25 +10:00
abraunegg 30b108027d
Release files for 2.4.24 (#2426)
* Release files for 2.4.24
2023-06-20 10:38:36 +10:00
abraunegg dfd1d1aa4a
Implement #2414 to allow HTTP session timeout(s) tuning via config (#2425)
* Implement #2414 to allow HTTP session timeout(s) tuning via config (taken from v2.5.x)
2023-06-20 09:28:17 +10:00
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