Add Linux/macOS support and cross-platform full-sync behavior#50
Draft
Mike-Solar wants to merge 18 commits into
Draft
Add Linux/macOS support and cross-platform full-sync behavior#50Mike-Solar wants to merge 18 commits into
Mike-Solar wants to merge 18 commits into
Conversation
This reverts commit 796cfa5.
Add Linux/macOS full-sync behavior, non-Windows notification/window fixes, and a popup conflict-resolution entry for platforms without Windows shell actions.
Author
Author
- Make tauri-plugin-frame conditional on Windows only - Add deep-link://new-url event listener for macOS OAuth callbacks - Register cloudreve:// URL scheme via tauri.conf.json deep-link config - Move initial sync to background so add_drive returns immediately - Add HTTP request timeout to prevent indefinite hangs during sync
10cbc2d to
9e1d4e0
Compare
- Avoid false conflicts by improving remote hash detection in metadata and comparing local/remote content before marking upload errors as conflicts. - Remove unreliable primary_entity hash fallback; use size comparison when no content hash is available. - Show conflict bulk resolution UI on all platforms (keep all remote / overwrite all remote). - Clean up orphaned inventory metadata for drives no longer in config. - Remove incorrect backend OAuth refresh_token grant to /session/oauth/token; Cloudreve V4 uses /session/token/refresh for all refresh tokens, including those obtained via OAuth. Keep OAuth client credentials only in the UI for the authorization_code exchange during login.
Author
|
@krom I'm happy if you can test it. All in all, cloud storage app's stablity means data safety. |
Author
|
Also solved this: #16 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
tauri-plugin-positionerpanic when tray position or monitor info is unavailable.src-tauri/icons.Platform Behavior
Validation