-
-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneDrive Client Version v2.5.0-alpha-5 #2584
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Initial commit of onedrive-v2.5.0-alpha-5
* Delete documents again as POSIX rename failure
* Re-add documents
* Delete readme & changelog due to POSIX issue
Re-add documents
* Update docs
* Fix zero byte file handling
* Just sync the triggered file, no scan of parent directory
* Cleanup array memory before we start adding files
* Update inotify event handling where files might be temporarily moved by applications. This scenario is common with certain text editors (like Vim with specific configurations), which can lead to misleading file deletion detections.
* Add logging output for what IP protocol is going to be used to access Microsoft OneDrive
Implement refactored and optimised applicationChangeWhereResyncRequired() function
* Re-introduce CURLOPT_FORBID_REUSE setting from 'alpha-2'
Fix that 'config' does not load when a deprecated option is at the beginning of the config file
* Update 'root:' removal for 'skip_dir' path checking
Malformed config line should cause the application to exit. This then prevents malformed lines which might be valid configuration items, from not being read in, thus, causing incorrect application function based on expectations.
* If requesting --help, dont attempt to load any 'config' file
* Remove potentially redundant applicability check of a path if this is already in the database. This is a manual merge of #2525
* Implement Docker options to utilise --disable-download-validation and --disable-upload-validation
* Ensure that we load the 'skip_file' defaults when attempting to compare any configuration file entry changes
Update comment for libcurl forbid_reuse
Fix reported bug where the online date is being changed in download-only mode
Fix that --dry-run prevents authorization
* If timestamp needs to be corrected, return false so that the correct actions can be taken * If in a --download-only scenario, do not update the timestamp online
* Fix debug output
Reinstate safeRename for online item moves
* Add further timestamp qualifications
Resolves the issue where progress crashes when the GitHub API is unavailable
* Fix regression introduced before 'alpha-5' somewhere
* If the timestamp was corrected locally, and the files are now equal, save the data to the database to ensure this record is kept
* Ensure that 'cachedOnlineDriveData' contains valid quota data if using --local-first * In a --local-first scenario, query the DB for unique driveId's rather than use 'cachedOnlineDriveData' which may not be fully populated
* Suppress processing dots in verbose mode * Fix coding style
* Update Shared Folder Handling so when adding a SharePoint Library as a Shared Folder to a Business Account these are correctly handled. * Validate that DB matches in 'online first' vs 'local first' when using Shared Folders and SharePoint added libraries (in the case of Business Accounts) * Tested and revalided with OneDrive Business Account with 'sync_business_shared_items = "true"' * Tested and revalided with OneDrive Business Account with 'sync_business_shared_items = "false"' * Tested and revalided with OneDrive Personal Account
* Resolve that upload session are not canceled with resync option
* Update documentation regarding where to install Docker from
* Local files should be safely backed up when the item is not in sync locally to prevent data loss when they are deleted online
* Replace polling logger * Backward compatibility with ldc v1.20.1
Fix indentation
* Fix file upload fallback for all scenario * Add support for batched monitor * Add recursive match * Adjust logging output * Add error handling
* Adjust pipline * Shutdown monitor * Backward compatible for ldc v1.20.1 * Fix shutdown process * Update logging output and logging levels --------- Co-authored-by: abraunegg <[email protected]>
* Add CentOS details
* Add missing X's
* Specifically resolve #2626 | Case 2-1 and Case 2-2 items
* Separate OneDrive webhook from OneDriveAPI * Ensure compatibility with the monitor mode
* Add Client Architecture Documentation
* Sleep only when there are no upcoming events. * Add constraint to prevent starvation.
* Add missing diagram
* Change local directory creation to a reusable function
This was referenced Feb 27, 2024
* Update Makefile.in to add missing doc items added/changed with PR #2646
* fix libnotify * Add notification error handling
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Repository owner
locked and limited conversation to collaborators
Mar 17, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Feature Requests
Bug Fixes
Other Changes | Fixes
Documentation