nextcloud-desktop/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt
Claudio Cambra 3e269a958b
Fix crash on thread clash with Realm when enumerating changes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-05-12 13:21:25 +08:00
..
Extensions Add a Progress extension with convenience methods for copying progress data from one progress object to another 2023-05-12 13:21:21 +08:00
FileProviderEnumerator.swift Fix crash on thread clash with Realm when enumerating changes 2023-05-12 13:21:25 +08:00
FileProviderExt.entitlements Added missing network entitlement to FileProviderExt 2023-05-12 13:21:15 +08:00
FileProviderExtension.swift Better handle initial set up of the file provider extension 2023-05-12 13:21:23 +08:00
FileProviderItem.swift Ensure metadata handled in FileProviderItem is copy, preventing crashing due to accessing live table from different thread 2023-05-12 13:21:24 +08:00
FileProviderSocketLineProcessor.swift Use safer separator for account details socket message 2023-05-12 13:21:15 +08:00
Info.plist Added working socket connection between desktop client local socket server and app extension socket client 2023-05-12 13:21:08 +08:00
NextcloudAccount.swift Fix the webDavUrl for NextcloudAccount 2023-05-12 13:21:16 +08:00
NextcloudFileProviderFilesUtils.swift Don't unnecessarily fail to provide parentItemIdentifier in NextcloudFileProviderFilesUtils when we can get the root container straight from the item metadata in question 2023-05-12 13:21:17 +08:00
NextcloudFilesDatabaseManager.swift Fix return of updated and deleted metadatas in database manager 2023-05-12 13:21:25 +08:00
NextcloudFilesDatabaseTables.swift Add convenience properties to NextcloudItemMetadataTable 2023-05-12 13:21:18 +08:00