-
-
Notifications
You must be signed in to change notification settings - Fork 864
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-rc3 #2769
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
* Adjust pipline * Shutdown monitor * Backward compatible for ldc v1.20.1 * Fix shutdown process * Update logging output and logging levels --------- Co-authored-by: abraunegg <alex.braunegg@gmail.com>
* 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
* Update Makefile.in to add missing doc items added/changed with PR #2646
* fix libnotify * Add notification error handling
* Release files for 2.5.0-rc1
* Update which compiler the Debian Docker file uses
* Drop Debian i386 Docker build as ldc 1.30.0 on 'stable' under i386|i686 will not compile the code whereas ldc 1.30.0 on 'stable' on amd86 will compile without any issue. This is a compiler bug / issue on i386 only. ARM64 and ARMv7 using ldc 1.30.0 also shows zero problems thus far.
* Restore i386 build using Debian 12 * Tested on i386 and x86_64 * ARM64 and ARMHF not yet tested / validated
* Update client use of libcurl docs
* Update manpage
* Align document to application functionality
* --display-running-config listed twice
* Update links and details based on application functionality
* Fix spelling error (#2668)
* Update messaging that this is the online file data being checked * Ensure that if the file exists online, integrity validation checks are logged
* Dont display Shared Files Directory if feature not enabled
* Change command reference
* Potentially resolve 'Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed.[1] 44576 IOT instruction (core dumped)' errors
* Update docs to use markdown alerts
* Add UTF-16 alternatives for working around Microsoft OneDrive naming restrictions
* Update regular expression for invalid patterns for efficiency * Update table title
* Fix documentation
* Add details regarding TLS 1.2 | TLS 1.3
* Fix formatting
Remove the explict `curlEngine.http.addRequestHeader` calls because the header is already set by the `post` and `patch` methods.
* update doc
* Update logging output to be consistent with other file transfer actions
* Update logging output to be consistent with other file transfer failure actions * As per default GUI notifications, failed uploads and downloads should be going to GUI for notifications if notification support has been compiled in
* Implement Feature Request #2760 by adding config option 'notify_file_actions' to notify via the GUI successful actions.
* Update changelog for preparation for release
* Update to ALPINE_VERSION=3.20
* Update Docker & Podman doco
* Update 'Client Side Filtering' details and add processing order
* Add architecture document link
* Replace 'depreciated' with 'deprecated' as correct term to denote items that are outdated.
* Remove logging output left in by error
* Remove known issues as client is 100% re-written
* Path needs to exist before attempting to determine if this is a directory
* Remove forcing build in PR in prep for release
* Clarify 'sync_list' usage to not add '/*'
* Process all rules, as there may be a lower level wildcard include later on
* When using 'sync_list' and --dry-run ensure that items that trigger 'Parental Path structure needs to be created to support included file' get added to 'idsFaked' otherwise they falsely get flagged as being locally deleted (but they never existed in the first place)
* Fix POSIX test check * Catch an unhandled 'throw new PosixException' which if not caught, could lead to premature application termination
* Update packaging examples ready for release
* Ensure if there is a legacy 'sync_list' rule of '/*' that this is now not loaded.
* Add #2796 details
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
Sep 23, 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
Important
OneDrive Client for Linux v2.5.0 contains a database schema change to support the additional functionality and bug fixes in the v2.5.x branch. As such, on your first use of this client version, the database schema will be updated and the client will perform an entire re-validation of your data - both locally and online which will take an extended period of time.
Caution
OneDrive Client for Linux v2.5.0 introduces significant changes and is not backwards compatible with v2.4.x. Please ensure that you do not use both v2.5.0 and v2.4.x clients with the same Microsoft OneDrive account simultaneously - whether on the same or different systems. If you upgrade to v2.5.0, all your clients must be updated to this version. However, you can revert to v2.4.x at any time if necessary, but do not run different versions at the same time on any system.
Caution
OneDrive Business Shared Folder Sync has been 100% re-written in v2.5.0. If you are using this feature, please read the new documentation carefully.
Feature Requests
Bug Fixes
Other Changes | Fixes
Documentation
Documentation List