AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 2.4.14 https://github.com/abraunegg/onedrive/releases/tag/v2.4.14 - When using --logout there is no reauth performed as before, to login again just use the same command as on first run - Enable notifications
- Weaken systemd service hardening to make services start again.
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_onedrive.service.patch * harden_onedrive@.service.patch
- Update to version 2.4.13: https://github.com/abraunegg/onedrive/releases/tag/v2.4.13 - Removed: dmd-20970-support.patch Patch was included upstream and thus removed
- add patch for new dmd (from master merged patch) Support DMD 2.097.0 as compiler #1505 dmd-20970-support.patch
- Update to version 2.4.12: https://github.com/abraunegg/onedrive/releases/tag/v2.4.12
- Update to version 2.4.11: https://github.com/abraunegg/onedrive/releases/tag/v2.4.11
- Update to version 2.4.10: * Release files for 2.4.10 (#1283) * Update INSTALL.md * Update INSTALL.md * Update INSTALL.md * Update INSTALL.md * Support sync_list matching full path root wildcard with exclusions to simplify sync_list configuration (#1273) * Use correct path offset for sync_list exclusion matching (#1269) * Revert the config & logpath change and check correct input entry (#1270) * Update USAGE.md * Fix logging output when handing downloaded files (#1267) * Revert "Fix logging output when handing downloaded new files (#1265)" * Fix logging output when handing downloaded new files (#1265) * Dockerfile config for arm64 (#1259) * Correctly handle '~' when present in 'log_dir' configuration option (#1258) * Update README.md * Improve upload handling of files for SharePoint sites (#1250) * Adding TOC to USAGE.md (#1244) * Use correct driveId value to query for changes when using --single-directory (#1235) * Search all distinct drive id's rather than just default drive id for --get-file-link (#1230) * Rename Office365.md to SharePoint-Shared-Libraries.md (#1232) * Support new file maximum upload size of 250GB (#1233) * Fix alpine build so it uses the same alpine version (#1226) * Catch database assertion when item path cannot be calculated (#1217) * Update Docker.md * Add new config option to rate limit connection to OneDrive (#1210) * Add upload speed metrics when files are uploaded (#1209) * Release 2.4.10 Dev Prep (#1207) * Release files for 2.4.9 (#1204) * Fixed 2 typos in advanced-usage.md (#1201) * Fix application crash with --get-O365-drive-id when API response is restricted (#1198) * Fix Alpine Docker build (#1197) * Fix application crash when calculating the path length due to invalid UTF characters (#1193) * Add Docker environment variable to allow --logout for re-authentication (#1187) * Improve application startup when using --monitor when there is no network connection to the OneDrive API (#1188) * Fix typo in advanced-usage.md (#1181) * Fix crash when unable to read a local file due to file permissions (Issue #1178) (#1179) * Add debug log output for configured API URL's (#1177) * Remove duplicate code for error output functions and enhance error logging output (#1170) * Handle case where API provided deltaLink generates a further API error (#1175) * Release 2.4.9 Dev Prep (#1168)