提交历史

作者 SHA1 备注 提交日期
  Nextcloud bot 57215a3bd8 Fix(l10n): Update translations from Transifex 2 年之前
  Claudio Cambra c4d12115a9 Merge pull request #5527 from nextcloud/feature/file-provider-try-2 2 年之前
  Claudio Cambra 23855a128b Do not exclude file provider config entries from compile on non-macOS platforms 2 年之前
  Claudio Cambra b7d9826877 Build macOS shell extensions with debug configuration in xcodebuild when CMAKE build type set to debug 2 年之前
  Claudio Cambra 246347f88a Do not initialise file provider module if not enabled in config 2 年之前
  Claudio Cambra ab070fc7c2 Add config entry for file provider module enabling 2 年之前
  Claudio Cambra ace8dbc833 Add support for thumbnails in FileProviderExtension 2 年之前
  Claudio Cambra 7d47e2371b Add convenience method to get thumbnailUrl in NextcloudItemMetadataTable 2 年之前
  Claudio Cambra 486c1a2556 Split local file related metadata management into own extension in NextcloudFilesDatabaseManager 2 年之前
  Claudio Cambra 4cb1e08d89 Split directory item metadata handling in database to new NextcloudFilesDatabaseManager extension 2 年之前
  Claudio Cambra 2b55b43e7b Correctly report child item count for folders in FileProviderItem 2 年之前
  Claudio Cambra 16a28a7ccb Add convenience method for NextcloudFilesDatabaseManager to get child items of a directory 2 年之前
  Claudio Cambra 0c78630703 Fix query of childDirectoriesForDirectory in NextcloudFilesDatabaseManager 2 年之前
  Claudio Cambra 6797e12f6e Properly report modification date for FileProviderItem 2 年之前
  Claudio Cambra 3d6acb5371 Use consistent if defined in application.cpp 2 年之前
  Claudio Cambra 2c3fa71405 Rename FileProviderDomainManager::Private to FileProviderDomainManager::MacImplementation 2 年之前
  Claudio Cambra e245ec0d2a Set interpolated log strings in FileProvider logs to public 2 年之前
  Claudio Cambra 7e1ebed8c7 Split client interfacing code into FileProviderExtension extension 2 年之前
  Claudio Cambra ebf96e3e81 Make NKError extension code more Swift-like, clean up 2 年之前
  Claudio Cambra f37e7cc3b6 Remove readdFileProviderDomain hack in FileProviderDomainManager 2 年之前
  Claudio Cambra 0f578fabdd Use specific signalEnumerator method in FileProviderExtension item renaming instead of reinventing wheel 2 年之前
  Claudio Cambra a7344ba3fd Fix unused/unmodified variable definition warnings in FileProviderEnumerator 2 年之前
  Claudio Cambra 67daae2626 Ensure we return deleted metadata directory copy rather than live fire realm object in recursive delete of NextcloudFilesDatabaseManager 2 年之前
  Claudio Cambra 766ecf410f Parallelise conversion of NKFiles to NextcloudItemMetadataTables 2 年之前
  Claudio Cambra 7550ed7a1b Properly handle metadata delete after item deletion in FileProviderExtension 2 年之前
  Claudio Cambra c088f0eb81 Fix recursive metadata delete in NextcloudFilesDatabaseManager 2 年之前
  Claudio Cambra 2853b88258 Move NKFile to metadata conversion methods to a new extension for NextcloudItemMetadataTable, where they are better placed 2 年之前
  Claudio Cambra 6169594864 Prevent multi-thread modification of the same array with serial array modification dispatch queue when enumerating items in FileProviderEnumerator 2 年之前
  Claudio Cambra 9c1a035e3c Reintegrate sync engine into FileProviderEnumerator class 2 年之前
  Claudio Cambra bd50f753fa Simplify initial item enumeration, no need to fetch from database in FileProviderEnumerator 2 年之前