Exclude Bundles and Packages from Synchronization#9971
Open
Conversation
- Moved file provider extension source code files into NextcloudFileProviderKit to have a single self-contained and testable module for the whole implementation - Introduced support for reporting excluded file provider items to the main app and activity stream Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
- Enabled ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS as suggested by Xcode - Apparently a lot of obsolete references in the Xcode project file got removed Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
Collaborator
Author
|
/backport to stable-33.0 |
|
Artifact containing the AppImage: nextcloud-appimage-pr-9971.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
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.




Affects #9827. As explained there, full support for synchronization of bundles and packages from Apple systems is anything but trivial and every idea currently comes with major caveats not worth it in our multi-platform environment we want to support.
This pull request does not implement the support but improves the user experience in the way that bundles and packages are explicitly reported as excluded from synchronization unlike before when they were incompletely synchronized in a way that broke them silently, leaving users confused.