[fix/recursive-fp-copy] Fix recursive copy in File Provider#162
[fix/recursive-fp-copy] Fix recursive copy in File Provider#162felix-schwarz wants to merge 2 commits into
Conversation
…ot set, but the node is still a virtual node (=> should have affected mostly drive-representing VFS nodes)
- add new .uuidString property (including caching) to avoid OCBookmark.uuid.uuidString calls - switch from bookmark.uuid.UUIDString to bookmark.uuidString across the codebase - OCSyncContext: - modernize syntax for private ivars - add new mechanism to add completion handler(s) to run after context actions have run - OCSyncActionCreateFolder: - add bookmarkUUID to placeholderItem - run the placeholder completion handler only after the folder item has been added to the database - OCVaultLocation: add debug description - OCVFSCore: add (and comment out) verbose debug logging for resolution
|
Automated note (code-analysis only, no build/test run in this environment): On the change itself: 🤖 Automated review by Claude Code (security · stability · performance · coverage) Generated by Claude Code |
Description
This PR is the SDK counterpart for the
fix/recursive-fp-copyPR inios-app.Related Issue
owncloud/ios-app#1557
Types of changes