What's Changed
- Allow event processing between each XML parser run, to improve GUI performance. by @allexzander in nextcloud/desktop#6336
- partial move of some checks done with drone to github actions by @mgallien in nextcloud/desktop#6363
- Bugfix. Random crash in LsColJob after recent changes. by @allexzander in nextcloud/desktop#6393
- Build(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 by @dependabot in nextcloud/desktop#6394
- wait longer to get the contextual menu entries: may be necessary by @mgallien in nextcloud/desktop#6406
- fix(i18n): uppercase ID by @rakekniven in nextcloud/desktop#6407
- chore: update workflows from templates by @nextcloud-command in nextcloud/desktop#6412
- Build(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in nextcloud/desktop#6414
- suppress deprecated warnings from openssl by @mgallien in nextcloud/desktop#6402
- Swift-format FileProviderExt by @claucambra in nextcloud/desktop#6368
- Display a message to upgrade client if minimumSupportedDesktopVersion is thrown by @camilasan in nextcloud/desktop#6405
- Do not create systray notification if there are no errors. by @camilasan in nextcloud/desktop#6421
- docs(conffile) Update chunk sizes to match v2 chunking PR defaults by @joshtrichards in nextcloud/desktop#6231
- Fix undefined sync status reporting in tray icon by @claucambra in nextcloud/desktop#5565
- clean up some qml code for share dialog by @mgallien in nextcloud/desktop#6425
- Feature/detect open files by @allexzander in nextcloud/desktop#6434
- Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. by @allexzander in nextcloud/desktop#6459
- add extra logs to investigate lock type issues by @mgallien in nextcloud/desktop#6451
- Rewrite communication between client and File Provider extensions using XPC by @claucambra in nextcloud/desktop#6324
- Add a configuration interface for macOS File Provider virtual files by @claucambra in nextcloud/desktop#6351
- Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. by @allexzander in nextcloud/desktop#6458
- VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. by @allexzander in nextcloud/desktop#6456
- E2EE. Allow decryption v1.0 and v1.1 folders. by @allexzander in nextcloud/desktop#6471
- Fix crash when deleting a local sync folder during sync. by @allexzander in nextcloud/desktop#6454
- Client Status Reporting. Only report statuses listed on the server. by @allexzander in nextcloud/desktop#6479
- Bugfix/e2ee v2 non-root sync by @allexzander in nextcloud/desktop#6486
- Bugfix. E2ee misleading log fix. by @allexzander in nextcloud/desktop#6484
- Bugfix/expandable folder status model by @claucambra in nextcloud/desktop#6490
- Bugfix. Federated share activity show 'Decline' action button. by @allexzander in nextcloud/desktop#6502
- Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern. by @allexzander in nextcloud/desktop#6503
- Bump cpp-linter/cpp-linter-action from 2.8.0 to 2.9.1 by @dependabot in nextcloud/desktop#6491
- when moving a file, checks that it exists at origin or destination by @mgallien in nextcloud/desktop#6463
- Add option to perform fast synchronisation runs in File Provider sync engine by @claucambra in nextcloud/desktop#6461
- Support the KF6 based version of Dolphin by @er-vin in nextcloud/desktop#6320
- Enable eviction of materialised copies of virtual files in File Provider (macOS) by @claucambra in nextcloud/desktop#6467
- [socketapi] Replace QClipboard with KSystemClipboard when available by @er-vin in nextcloud/desktop#6515
- Feature/macos legacy by @camilasan in nextcloud/desktop#6498
- always store newly created folders in DB even if it is missing by @mgallien in nextcloud/desktop#6535
- newly created folders will be read-only when needed by @mgallien in nextcloud/desktop#6343
- Bugfix. E2EE. Use 'double' for legacy metadata. by @allexzander in nextcloud/desktop#6540
- only display changed network errors during validation of connection by @mgallien in nextcloud/desktop#6542
- Bugfix. Files-lock. Incorrect readonly state for TokenLock. by @allexzander in nextcloud/desktop#6547
- Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed. by @allexzander in nextcloud/desktop#6525
- allow wipe feature to delete data of a wiped user account by @mgallien in nextcloud/desktop#6521
- E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. by @allexzander in nextcloud/desktop#6529
- E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss. by @allexzander in nextcloud/desktop#6528
- Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0 by @dependabot in nextcloud/desktop#6537
- if desktop client sent a first reply: wait for the menu data by @mgallien in nextcloud/desktop#6553
- User 'Connection issue' instead of 'Network error' in systray notification by @camilasan in nextcloud/desktop#6514
- fix(docs): parameter promptDeleteAllFiles defaults to false not true by @joshtrichards in nextcloud/desktop#6532
- libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory by @tintou in nextcloud/desktop#6137
- use the proper name when reading system exclude config file by @mgallien in nextcloud/desktop#6568
- Bugfix/fix explorer crash windows by @mgallien in nextcloud/desktop#6582
- Ci/some unity build fixes by @mgallien in nextcloud/desktop#6580
- context menu: do not recursively check pin and availability states by @mgallien in nextcloud/desktop#6573
- properly compute if a folder is top level or child extern mounted by @mgallien in nextcloud/desktop#6578
- Fix macOS legacy build breakage caused by std::filesystem by @claucambra in nextcloud/desktop#6583
- Bugfix. Remove seen call notifications from the list. by @allexzander in nextcloud/desktop#6563
- Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2 by @dependabot in nextcloud/desktop#6579
- Add typical Syncthing files to default exclusion by @Zocker1999NET in nextcloud/desktop#6524
- fix windows and macOS ci checks by @mgallien in nextcloud/desktop#6519
- [stable-3.13] Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS) by @backportbot in nextcloud/desktop#6636
- Backport/stable 3.13 fp sharing by @claucambra in nextcloud/desktop#6643
- [stable-3.13] Make use of NextcloudFileProviderKit in File Provider Module by @backportbot in nextcloud/desktop#6645
- [stable-3.13] Fix possible issues with item metadata acquisition required for macOS VFS file sharing by @backportbot in nextcloud/desktop#6649
- [stable-3.13] Bugfix/folder conflict disappear by @backportbot in nextcloud/desktop#6664
- [stable-3.13] create registry keys needed for edit locally in local machine category by @backportbot in nextcloud/desktop#6667
- [stable-3.13] Use davUser instead of direct credentials user in file provider by @backportbot in nextcloud/desktop#6674
- [stable-3.13] Feature/office files lock newly created. Plus refactoring. by @backportbot in nextcloud/desktop#6626
- [stable-3.13] if a virtual file change but nothing changed: set it as in sync by @backportbot in nextcloud/desktop#6675
- [stable-3.13] do not cause implicit hydration of virtual files during sync by @backportbot in nextcloud/desktop#6677
- Backport/6588/stable 3.13 by @camilasan in nextcloud/desktop#6680
- Backport/6589/stable 3.13 by @camilasan in nextcloud/desktop#6681
- Backport/6598/stable 3.13.0 by @camilasan in nextcloud/desktop#6682
- Backport/6669/stable 3.13 by @camilasan in nextcloud/desktop#6683
- Fetch macOS VFS package in autoupdater if the client is using the fil… by @camilasan in nextcloud/desktop#6684
- Backport/6673/stable 3.13 by @camilasan in nextcloud/desktop#6685
New Contributors
- @Zocker1999NET made their first contribution in nextcloud/desktop#6524
Full Changelog: nextcloud/desktop@v3.12.3...v3.13.0