Revert "Merge pull request #5527 from nextcloud/feature/file-provider-try-2"
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 6 Jun 2023 14:01:52 +0000 (22:01 +0800)
committerClaudio Cambra <developer@claudiocambra.com>
Wed, 7 Jun 2023 10:00:56 +0000 (18:00 +0800)
commit21c5decc04d83fa49403ef01cb80451b98774c96
treea28b2f62b7a1b9c693629b7e4c2149fb7f1b04c2
parent1929c488529eaf4c3d532c78eb3193f6f7baca93
Revert "Merge pull request #5527 from nextcloud/feature/file-provider-try-2"

This reverts commit c4d12115a9a9fd9c10627c434f16d7f280d82ca9, reversing
changes made to 9b77da6569ec49b8a14db8f5df367a7948f34702.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
74 files changed:
.gitignore
CMakeLists.txt
shell_integration/MacOSX/CMakeLists.txt
shell_integration/MacOSX/Nextcloud.xcworkspace/contents.xcworkspacedata [deleted file]
shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [deleted file]
shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/OwnCloud.xccheckout [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudFilesDatabaseManager+Directories.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudFilesDatabaseManager+LocalFiles.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudFilesDatabaseManager.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudItemMetadataTable+NKFile.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudItemMetadataTable.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Database/NextcloudLocalFileMetadataTable.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Extensions/Logger+Extensions.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Extensions/NKError+Extensions.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Extensions/Progress+Extensions.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderEnumerator+SyncEngine.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderEnumerator.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExt.entitlements [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension+ClientInterface.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension+Thumbnailing.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderItem.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderMaterialisedEnumerationObserver.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderSocketLineProcessor.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/LocalFilesUtils.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/NextcloudAccount.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.m [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSyncExt.entitlements [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSyncSocketLineProcessor.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSyncSocketLineProcessor.m [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/Info.plist [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/SyncClient.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NCDesktopClientSocketKit/LineProcessor.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NCDesktopClientSocketKit/LocalSocketClient.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NCDesktopClientSocketKit/LocalSocketClient.m [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NCDesktopClientSocketKit/NCDesktopClientSocketKit.h [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/contents.xcworkspacedata [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [deleted file]
shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/xcshareddata/xcschemes/FinderSyncExt.xcscheme [deleted file]
shell_integration/MacOSX/NextcloudIntegration/desktopclient/Info.plist [deleted file]
shell_integration/MacOSX/NextcloudIntegration/desktopclient/main.m [deleted file]
shell_integration/MacOSX/OwnCloud.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.h [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSyncExt.entitlements [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/Info.plist [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LineProcessor.h [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LineProcessor.m [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LocalSocketClient.h [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LocalSocketClient.m [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/SyncClient.h [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/xcshareddata/xcschemes/FinderSyncExt.xcscheme [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/desktopclient/Info.plist [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/desktopclient/main.m [new file with mode: 0644]
src/gui/CMakeLists.txt
src/gui/application.cpp
src/gui/application.h
src/gui/macOS/fileprovider.h [deleted file]
src/gui/macOS/fileprovider_mac.mm [deleted file]
src/gui/macOS/fileproviderdomainmanager.h [deleted file]
src/gui/macOS/fileproviderdomainmanager_mac.mm [deleted file]
src/gui/macOS/fileprovidersocketcontroller.cpp [deleted file]
src/gui/macOS/fileprovidersocketcontroller.h [deleted file]
src/gui/macOS/fileprovidersocketserver.cpp [deleted file]
src/gui/macOS/fileprovidersocketserver.h [deleted file]
src/gui/macOS/fileprovidersocketserver_mac.mm [deleted file]
src/libsync/configfile.cpp
src/libsync/configfile.h