Skip to content

Releases: nextcloud/desktop

Release 3.10.0

16 Sep 10:08
v3.10.0
ad2cf1b
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements
Binaries are hosted on our release page https://github.com/nextcloud-releases/desktop/releases

What's Changed

  • Fix tray window header folders button colour by @claucambra in #5712
  • align activity text with "Sync now" text by @mgallien in #5724
  • ensure that the file to test monitoring is hidden by @mgallien in #5731
  • Fix tray styling by @claucambra in #5715
  • Fix macOS build when file provider module build is disabled by @claucambra in #5707
  • Fix dark mode switch issues in tray controls manually overriding palette colours by @claucambra in #5743
  • fix build on windows by adding missing archive name properties on libs by @mgallien in #5745
  • Fix macOS icon by @claucambra in #5757
  • Don't build file provider module by default (yet) by @claucambra in #5761
  • Fix Debug builds of File Provider module by @claucambra in #5759
  • Fix progress bar palette by @claucambra in #5751
  • Bugfix/log less verbose by @mgallien in #5769
  • Bugfix. Conflict resolution button not clickable. by @allexzander in #5766
  • display subject when we have sync issues like network errors by @mgallien in #5768
  • Fix UnifiedSearch text field placeholder text color for light and dark theme by @allexzander in #5764
  • addd a cmake option to enable single account desktop client by @mgallien in #5773
  • Fix colouring of NCRadioButton by @claucambra in #5786
  • Fix reply button visibility after reply field opened and reply text sent by @claucambra in #5788
  • chore: update workflows from templates by @nextcloud-command in #5736
  • Bugfix/rotate log less often by @mgallien in #5792
  • Bugfix/adjust log levels by @mgallien in #5796
  • Fix xcodebuild parallel build warning by @claucambra in #5760
  • Bugfix/unsupported filename on server by @allexzander in #5801
  • Bugfix/remove stale caseclashcopies by @allexzander in #5783
  • Build for Debian Bookworm by @ivaradi in #5814
  • Documentation for mass deployment. by @allexzander in #5611
  • Bugfix/checksum calculation stop on destruction by @allexzander in #5688
  • Fix typos found by codespell by @DimitriPapadopoulos in #5763
  • update docker container based on opensuse leap to cross build to windows by @mgallien in #5650
  • Fix residual typos found by codespell by @DimitriPapadopoulos in #5829
  • Feature/improve network error handling by @mgallien in #5036
  • Update the documentation with information on how 'Edit locally' works. by @camilasan in #5844
  • prevent crash by resetting common pointer after deleting gobject menu by @mgallien in #5845
  • Bugfix/e2ee better init by @mgallien in #5586
  • Remove seen Talk notificatios from Tray window. by @allexzander in #5851
  • fix bulk upload of empty files by @mgallien in #5871
  • add link in readme to nextcloud-releases correct page with binaries by @mgallien in #5864
  • always propagate locked status to read-only or read/write for real file by @mgallien in #5841
  • chore(CI): Sign .drone.yml file by @nickvergessen in #5886
  • Added new state and new job to check if /index.php/204 is being redirected by @allexzander in #5848
  • Fix crash and incorrect implementation of seen chat notifications removal by @allexzander in #5879
  • windows reserved word silently excluded - csync exclude.cpp by @tomdereub in #4977
  • Disable share view completely when server does not support/has disabled file sharing by @claucambra in #5885
  • Set VFS PinState to Excluded for ignored files. by @m7913d in #5853
  • Create placeholder while dehydrating if needed by @m7913d in #5890
  • Fix expire date field in Share settings by @claucambra in #5659
  • Fix password generation for shares, improve generator by @claucambra in #5717
  • Fix SVG rendering error in SvgImageProvider by @claucambra in #5666
  • Add option to move deleted files to trash instead of permanently deleting them by @claucambra in #5698
  • Fix build of sharemodel.cpp on MSVC by @claucambra in #5912
  • Improve macOS Sparkle updater by @claucambra in #5468
  • Remove Ubuntu Kinetic, add Mantic by @ivaradi in #5915
  • Fix Finder Sync Extension by @claucambra in #5903
  • Clean up systray.mm (macOS) by @claucambra in #5602
  • Ensure errors are displayed as first entries in tray window activity list, add testing for SortedActivityListModel by @claucambra in #5408
  • Convert VFS file to placeholder again if needed by @m7913d in #5889
  • Feature/check server availibility everyminute by @allexzander in #5621
  • Add option to notify when synced folder overcomes set size limit by @claucambra in #5868
  • Do not modify discovered files on disk if not necessary by @claucambra in #5872
  • Add "Allow resharing" option to share dialog by @claucambra in #5965
  • on windows file names can always be encoded: fix wrong test by @mgallien in #5971
  • update read-only status of virtual files when needed for lock state by @mgallien in #5978
  • Hide password field in share settings when share type does not support passwords by @claucambra in #5948
  • Generate a suggested password when server requires password for share creation by @claucambra in #5966
  • update main CI image to get newer Qt, Java and other dependencies by @mgallien in #5996
  • Make file details tray follow current account accent colour by @claucambra in #5975
  • Fix user-facing message about why encryption cannot yet be done by @claucambra in #5972
  • Add warning prior to folder encryption, prevent unknowing users from creating unrecoverable encrypted folders by @claucambra in #5969
  • only flush debug log files when closing them by @mgallien in #5798
  • Display correct server colour prior to acquiring server capabilities by @claucambra in #5946
  • Ignore the USE_OUR_OWN_SQLITE3 flag. by @camilasan in #6008
  • Implement support for server chunked file upload V2 API by @claucambra in #5939
  • Bump client and client-appimage image versions. by @camilasan in #6015
  • Update VFS placeholder each time a file is opened by Word by @allexzander in #6010
  • oc desktop client login migration to nc desktop client login by @camilasan in #5959
  • Automatically lock LibreOffice files on server while they are being edited locally by @claucambra in #5986
  • [stable-3.10] Allow deleting remotely deleted files locally in case of upload errors by @backportbot-nextcloud in #6019
  • [stable-3.10] Bugfix/lock state spam by @backportbot-nextcloud in #6025
  • [stable-3.10] Remove locketimeout condition. by @backportbot-nextcloud in #6028
  • [stable-3.10] fixed detection of server version in cmd client similar to gui client (2nd try, signed off) by @backportbot-nextcloud in #6033
  • [stable-3.10] Add compatibility with ...
Read more

Release 3.10.0-rc3

15 Sep 13:43
v3.10.0-rc3
b19d0a2
Compare
Choose a tag to compare
Release 3.10.0-rc3 Pre-release
Pre-release

List of supported platforms by this release: System Requirements

What's Changed

  • Fix tray window header folders button colour by @claucambra in #5712
  • align activity text with "Sync now" text by @mgallien in #5724
  • ensure that the file to test monitoring is hidden by @mgallien in #5731
  • Fix tray styling by @claucambra in #5715
  • Fix macOS build when file provider module build is disabled by @claucambra in #5707
  • Fix dark mode switch issues in tray controls manually overriding palette colours by @claucambra in #5743
  • fix build on windows by adding missing archive name properties on libs by @mgallien in #5745
  • Fix macOS icon by @claucambra in #5757
  • Don't build file provider module by default (yet) by @claucambra in #5761
  • Fix Debug builds of File Provider module by @claucambra in #5759
  • Fix progress bar palette by @claucambra in #5751
  • Bugfix/log less verbose by @mgallien in #5769
  • Bugfix. Conflict resolution button not clickable. by @allexzander in #5766
  • display subject when we have sync issues like network errors by @mgallien in #5768
  • Fix UnifiedSearch text field placeholder text color for light and dark theme by @allexzander in #5764
  • addd a cmake option to enable single account desktop client by @mgallien in #5773
  • Fix colouring of NCRadioButton by @claucambra in #5786
  • Fix reply button visibility after reply field opened and reply text sent by @claucambra in #5788
  • chore: update workflows from templates by @nextcloud-command in #5736
  • Bugfix/rotate log less often by @mgallien in #5792
  • Bugfix/adjust log levels by @mgallien in #5796
  • Fix xcodebuild parallel build warning by @claucambra in #5760
  • Bugfix/unsupported filename on server by @allexzander in #5801
  • Bugfix/remove stale caseclashcopies by @allexzander in #5783
  • Build for Debian Bookworm by @ivaradi in #5814
  • Documentation for mass deployment. by @allexzander in #5611
  • Bugfix/checksum calculation stop on destruction by @allexzander in #5688
  • Fix typos found by codespell by @DimitriPapadopoulos in #5763
  • update docker container based on opensuse leap to cross build to windows by @mgallien in #5650
  • Fix residual typos found by codespell by @DimitriPapadopoulos in #5829
  • Feature/improve network error handling by @mgallien in #5036
  • Update the documentation with information on how 'Edit locally' works. by @camilasan in #5844
  • prevent crash by resetting common pointer after deleting gobject menu by @mgallien in #5845
  • Bugfix/e2ee better init by @mgallien in #5586
  • Remove seen Talk notificatios from Tray window. by @allexzander in #5851
  • fix bulk upload of empty files by @mgallien in #5871
  • add link in readme to nextcloud-releases correct page with binaries by @mgallien in #5864
  • always propagate locked status to read-only or read/write for real file by @mgallien in #5841
  • chore(CI): Sign .drone.yml file by @nickvergessen in #5886
  • Added new state and new job to check if /index.php/204 is being redirected by @allexzander in #5848
  • Fix crash and incorrect implementation of seen chat notifications removal by @allexzander in #5879
  • windows reserved word silently excluded - csync exclude.cpp by @tomdereub in #4977
  • Disable share view completely when server does not support/has disabled file sharing by @claucambra in #5885
  • Set VFS PinState to Excluded for ignored files. by @m7913d in #5853
  • Create placeholder while dehydrating if needed by @m7913d in #5890
  • Fix expire date field in Share settings by @claucambra in #5659
  • Fix password generation for shares, improve generator by @claucambra in #5717
  • Fix SVG rendering error in SvgImageProvider by @claucambra in #5666
  • Add option to move deleted files to trash instead of permanently deleting them by @claucambra in #5698
  • Fix build of sharemodel.cpp on MSVC by @claucambra in #5912
  • Improve macOS Sparkle updater by @claucambra in #5468
  • Remove Ubuntu Kinetic, add Mantic by @ivaradi in #5915
  • Fix Finder Sync Extension by @claucambra in #5903
  • Clean up systray.mm (macOS) by @claucambra in #5602
  • Ensure errors are displayed as first entries in tray window activity list, add testing for SortedActivityListModel by @claucambra in #5408
  • Convert VFS file to placeholder again if needed by @m7913d in #5889
  • Feature/check server availibility everyminute by @allexzander in #5621
  • Add option to notify when synced folder overcomes set size limit by @claucambra in #5868
  • Do not modify discovered files on disk if not necessary by @claucambra in #5872
  • Add "Allow resharing" option to share dialog by @claucambra in #5965
  • on windows file names can always be encoded: fix wrong test by @mgallien in #5971
  • update read-only status of virtual files when needed for lock state by @mgallien in #5978
  • Hide password field in share settings when share type does not support passwords by @claucambra in #5948
  • Generate a suggested password when server requires password for share creation by @claucambra in #5966
  • update main CI image to get newer Qt, Java and other dependencies by @mgallien in #5996
  • Make file details tray follow current account accent colour by @claucambra in #5975
  • Fix user-facing message about why encryption cannot yet be done by @claucambra in #5972
  • Add warning prior to folder encryption, prevent unknowing users from creating unrecoverable encrypted folders by @claucambra in #5969
  • only flush debug log files when closing them by @mgallien in #5798
  • Display correct server colour prior to acquiring server capabilities by @claucambra in #5946
  • Ignore the USE_OUR_OWN_SQLITE3 flag. by @camilasan in #6008
  • Implement support for server chunked file upload V2 API by @claucambra in #5939
  • Bump client and client-appimage image versions. by @camilasan in #6015
  • Update VFS placeholder each time a file is opened by Word by @allexzander in #6010
  • oc desktop client login migration to nc desktop client login by @camilasan in #5959
  • Automatically lock LibreOffice files on server while they are being edited locally by @claucambra in #5986
  • [stable-3.10] Allow deleting remotely deleted files locally in case of upload errors by @backportbot-nextcloud in #6019
  • [stable-3.10] Bugfix/lock state spam by @backportbot-nextcloud in #6025
  • [stable-3.10] Remove locketimeout condition. by @backportbot-nextcloud in #6028
  • [stable-3.10] fixed detection of server version in cmd client similar to gui client (2nd try, signed off) by @backportbot-nextcloud in #6033
  • [stable-3.10] Add compatibility with the new libcloudproviders integration by @backportbot-nextcloud in https://github.com/nextcloud/...
Read more

Release 3.10.0-rc2

07 Sep 07:34
v3.10.0-rc2
1d8e64d
Compare
Choose a tag to compare
Release 3.10.0-rc2 Pre-release
Pre-release

List of supported platforms by this release: System Requirements

What's Changed

New Contributors

**Full...

Read more

Release 3.9.4

06 Sep 18:45
v3.9.4
Compare
Choose a tag to compare

What's Changed

  • [stable-3.9] Convert VFS file to placeholder again if needed by @backportbot-nextcloud in #5927
  • [stable-3.9] update read-only status of virtual files when needed for lock state by @backportbot-nextcloud in #5987
  • [stable-3.9] Hide password field in share settings when share type does not support passwords by @backportbot-nextcloud in #5988
  • [stable-3.9] update main CI image to get newer Qt, Java and other dependencies by @backportbot-nextcloud in #5997
  • [stable-3.9] Display correct server colour prior to acquiring server capabilities by @backportbot-nextcloud in #6001
  • [stable-3.9] Update VFS placeholder each time a file is opened by Word by @backportbot-nextcloud in #6029

Full Changelog: v3.9.3...v3.9.4

Release 3.9.3

21 Aug 09:49
v3.9.3
Compare
Choose a tag to compare

What's Changed

  • Bugfix/fix filename encoding test on windows stable 3.9 by @mgallien in #5974

Full Changelog: v3.9.2...v3.9.3

Release 3.9.2

09 Aug 16:52
v3.9.2
Compare
Choose a tag to compare

What's Changed

  • Remove Kinetic, add Mantic to stable-3.9 by @ivaradi in #5921
  • [stable-3.9] Feature/check server availibility everyminute by @backportbot-nextcloud in #5928
  • [stable-3.9] windows reserved word silently excluded - csync exclude.cpp by @backportbot-nextcloud in #5934
  • [stable-3.9] Do not modify discovered files on disk if not necessary by @backportbot-nextcloud in #5958
  • Fixed issues with encoding on Windows

Full Changelog: v3.9.1...v3.9.2

Release 3.9.1

25 Jul 20:33
v3.9.1
d76c745
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • [stable-3.9] Bugfix/unsupported filename on server by @backportbot-nextcloud in #5812
  • [stable-3.9] Bugfix/remove stale caseclashcopies by @backportbot-nextcloud in #5817
  • [stable-3.9] Build for Debian Bookworm by @backportbot-nextcloud in #5820
  • [stable-3.9] Bugfix/checksum calculation stop on destruction by @backportbot-nextcloud in #5827
  • [stable-3.9] prevent crash by resetting common pointer after deleting gobject menu by @backportbot-nextcloud in #5850
  • [stable-3.9] Documentation for mass deployment. by @backportbot-nextcloud in #5857
  • [stable-3.9] Update the documentation with information on how 'Edit locally' works. by @backportbot-nextcloud in #5858
  • [stable-3.9] Fix typos found by codespell by @backportbot-nextcloud in #5859
  • [stable-3.9] Remove seen Talk notificatios from Tray window. by @backportbot-nextcloud in #5869
  • [stable-3.9] fix bulk upload of empty files by @backportbot-nextcloud in #5878
  • [stable-3.9] add link in readme to nextcloud-releases correct page with binaries by @backportbot-nextcloud in #5880
  • [stable-3.9] always propagate locked status to read-only or read/write for real file by @backportbot-nextcloud in #5883
  • [stable-3.9] chore(CI): Sign .drone.yml file by @nickvergessen in #5887
  • [stable-3.9] Added new state and new job to check if /index.php/204 is being redirected by @backportbot-nextcloud in #5894
  • [stable-3.9] Fix crash and incorrect implementation of seen chat notofications removal by @backportbot-nextcloud in #5897
  • [stable-3.9] Disable share view completely when server does not support/has disabled file sharing by @backportbot-nextcloud in #5900
  • [stable-3.9] Set VFS PinState to Excluded for ignored files. by @backportbot-nextcloud in #5904
  • [stable-3.9] Create placeholder while dehydrating if needed by @backportbot-nextcloud in #5906
  • [stable-3.9] Fix password generation for shares, improve generator by @backportbot-nextcloud in #5908
  • [stable-3.9] Fix expire date field in Share settings by @backportbot-nextcloud in #5907
  • [stable-3.9] Fix SVG rendering error in SvgImageProvider by @backportbot-nextcloud in #5909
  • [stable-3.9] Fix build of sharemodel.cpp on MSVC by @backportbot-nextcloud in #5913
  • [stable-3.9] Improve macOS Sparkle updater by @backportbot-nextcloud in #5914

Full Changelog: v3.9.0...v3.9.1

v3.9.0

13 Jun 10:34
v3.9.0
c6c6c61
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • sort encrypted files by their id to compute checksum by @mgallien in #5568
  • try different permutation to try to recover the broken checksum by @mgallien in #5572
  • Fix unit tests SecureFileDrop by @allexzander in #5574
  • Do not display error status and messages when aborting a sync during hydration request in VFS mode by @allexzander in #5579
  • Correct spelling by @Valdnet in #5567
  • in case server has no private key, let e2ee init fail by @mgallien in #5566
  • Edit locally. Restart current folder sync immediately after file opened. by @allexzander in #5588
  • fix compilation with clazy and fully-qualified-moc-types checks enabled by @mgallien in #5587
  • Enter next log file if the current log file is larger than 512 KB by @claucambra in #5580
  • Alway add the item at the end of the layout. by @camilasan in #5595
  • properly preserve the format of e2ee metadata during DB operations by @mgallien in #5577
  • Edit locally. Elide loading dialog filename label middle. by @allexzander in #5612
  • Fix crash on entering new log file after file size of 512kb reached by @claucambra in #5603
  • Properly handle all fatal errors during edit locally setup procedure by @claucambra in #5583
  • Update nextcloudcmd.rst to include dedicated install method for Debian instead of using a Ubuntu ppa. by @mayonezo in #5243
  • Fix MacOS UTF-8 normalization issue by @xavi-b in #4957
  • Parse sharees 'lookup' key to include federated sharees. by @allexzander in #5613
  • Unlock Office files when they are closed by @allexzander in #5607
  • Implement missing share settings by @allexzander in #5622
  • no longer override the pixman default version by @mgallien in #5630
  • Edit locally. Fix crash on _chekTokenJob pointer deref. by @allexzander in #5637
  • Remove some SQL debug logs to unclutter the output. by @allexzander in #5634
  • Annotated version of Big Sur icon by @elsiehupp in #4714
  • E2EE. Fix freeze on metadata checksum validation. by @allexzander in #5655
  • Fix update request channel being set to wrong localised string by @claucambra in #5462
  • Fix folder progress bar positioning in account settings on macOS by @claucambra in #5645
  • Fix setting [undefined] to QFont in 'Sync now' button by @claucambra in #5628
  • Attempt sign in when an account state is added in AccountManager by @claucambra in #5493
  • Fix account migration from legacy desktop clients (again) by @claucambra in #5640
  • Feature/group folders visibility improved by @allexzander in #5636
  • Use addLayout to insert the VFS option when setting account. by @camilasan in #5665
  • Update CHANGELOG. by @camilasan in #5643
  • i18n: Word separation by @Valdnet in #5676
  • Implement File Provider file synchronisation engine for macOS by @claucambra in #5527
  • Fix unrecoverable freezing when PutMultiFileJob is used with upload rate limits enabled by @claucambra in #5680
  • Dismiss notifications by @camilasan in #5687
  • Display file tags in File Details by @claucambra in #5596
  • Allow opening a file or folder in the local sync root. by @allexzander in #5686
  • Provide feedback on share link copy by @claucambra in #5672
  • Ask before importing accounts from legacy clients by @claucambra in #5654
  • Feature/resolve all conflicts by @mgallien in #5635
  • Update CHANGELOG. by @camilasan in #5706
  • change size of dismiss button for items in activity list by @mgallien in #5377
  • [stable-3.9] Fix tray window header folders button colour by @backportbot-nextcloud in #5723
  • [stable-3.9] align activity text with "Sync now" text by @backportbot-nextcloud in #5725
  • [stable-3.9] ensure that the file to test monitoring is hidden by @backportbot-nextcloud in #5733
  • [stable-3.9] Fix tray styling by @backportbot-nextcloud in #5741
  • [stable-3.9] Fix macOS build when file provider module build is disabled by @backportbot-nextcloud in #5742
  • [stable-3.9] Fix dark mode switch issues in tray controls manually overriding palette colours by @backportbot-nextcloud in #5744
  • [stable-3.9] fix build on windows by adding missing archive name properties on libs by @backportbot-nextcloud in #5748
  • [stable-3.9] Fix macOS icon by @backportbot-nextcloud in #5762
  • [stable-3.9] Bugfix/log less verbose by @backportbot-nextcloud in #5775
  • Revert inclusion of File Provider module in 3.9 branch by @claucambra in #5772
  • [stable-3.9] Bugfix. Conflict resolution button not clickable. by @backportbot-nextcloud in #5777
  • [stable-3.9] display subject when we have sync issues like network errors by @backportbot-nextcloud in #5782
  • [stable-3.9] Fix UnifiedSearch text field placeholder text color for light and dark theme by @backportbot-nextcloud in #5785
  • [stable-3.9] addd a cmake option to enable single account desktop client by @backportbot-nextcloud in #5789
  • [stable-3.9] Fix colouring of NCRadioButton by @backportbot-nextcloud in #5790
  • [stable-3.9] chore: update workflows from templates by @backportbot-nextcloud in #5794
  • [stable-3.9] Bugfix/rotate log less often by @backportbot-nextcloud in #5795
  • [stable-3.9] Bugfix/adjust log levels by @backportbot-nextcloud in #5799

New Contributors

Full Changelog: v3.8.0...v3.9.0

Release 3.9.0-rc4

12 Jun 20:26
v3.9.0-rc4
d75d635
Compare
Choose a tag to compare
Release 3.9.0-rc4 Pre-release
Pre-release

List of supported platforms by this release: System Requirements

What's Changed

  • sort encrypted files by their id to compute checksum by @mgallien in #5568
  • try different permutation to try to recover the broken checksum by @mgallien in #5572
  • Fix unit tests SecureFileDrop by @allexzander in #5574
  • Do not display error status and messages when aborting a sync during hydration request in VFS mode by @allexzander in #5579
  • Correct spelling by @Valdnet in #5567
  • in case server has no private key, let e2ee init fail by @mgallien in #5566
  • Edit locally. Restart current folder sync immediately after file opened. by @allexzander in #5588
  • fix compilation with clazy and fully-qualified-moc-types checks enabled by @mgallien in #5587
  • Enter next log file if the current log file is larger than 512 KB by @claucambra in #5580
  • Alway add the item at the end of the layout. by @camilasan in #5595
  • properly preserve the format of e2ee metadata during DB operations by @mgallien in #5577
  • Edit locally. Elide loading dialog filename label middle. by @allexzander in #5612
  • Fix crash on entering new log file after file size of 512kb reached by @claucambra in #5603
  • Properly handle all fatal errors during edit locally setup procedure by @claucambra in #5583
  • Update nextcloudcmd.rst to include dedicated install method for Debian instead of using a Ubuntu ppa. by @mayonezo in #5243
  • Fix MacOS UTF-8 normalization issue by @xavi-b in #4957
  • Parse sharees 'lookup' key to include federated sharees. by @allexzander in #5613
  • Unlock Office files when they are closed by @allexzander in #5607
  • Implement missing share settings by @allexzander in #5622
  • no longer override the pixman default version by @mgallien in #5630
  • Edit locally. Fix crash on _chekTokenJob pointer deref. by @allexzander in #5637
  • Remove some SQL debug logs to unclutter the output. by @allexzander in #5634
  • Annotated version of Big Sur icon by @elsiehupp in #4714
  • E2EE. Fix freeze on metadata checksum validation. by @allexzander in #5655
  • Fix update request channel being set to wrong localised string by @claucambra in #5462
  • Fix folder progress bar positioning in account settings on macOS by @claucambra in #5645
  • Fix setting [undefined] to QFont in 'Sync now' button by @claucambra in #5628
  • Attempt sign in when an account state is added in AccountManager by @claucambra in #5493
  • Fix account migration from legacy desktop clients (again) by @claucambra in #5640
  • Feature/group folders visibility improved by @allexzander in #5636
  • Use addLayout to insert the VFS option when setting account. by @camilasan in #5665
  • Update CHANGELOG. by @camilasan in #5643
  • i18n: Word separation by @Valdnet in #5676
  • Implement File Provider file synchronisation engine for macOS by @claucambra in #5527
  • Fix unrecoverable freezing when PutMultiFileJob is used with upload rate limits enabled by @claucambra in #5680
  • Dismiss notifications by @camilasan in #5687
  • Display file tags in File Details by @claucambra in #5596
  • Allow opening a file or folder in the local sync root. by @allexzander in #5686
  • Provide feedback on share link copy by @claucambra in #5672
  • Ask before importing accounts from legacy clients by @claucambra in #5654
  • Feature/resolve all conflicts by @mgallien in #5635
  • Update CHANGELOG. by @camilasan in #5706
  • change size of dismiss button for items in activity list by @mgallien in #5377
  • [stable-3.9] Fix tray window header folders button colour by @backportbot-nextcloud in #5723
  • [stable-3.9] align activity text with "Sync now" text by @backportbot-nextcloud in #5725
  • [stable-3.9] ensure that the file to test monitoring is hidden by @backportbot-nextcloud in #5733
  • [stable-3.9] Fix tray styling by @backportbot-nextcloud in #5741
  • [stable-3.9] Fix macOS build when file provider module build is disabled by @backportbot-nextcloud in #5742
  • [stable-3.9] Fix dark mode switch issues in tray controls manually overriding palette colours by @backportbot-nextcloud in #5744
  • [stable-3.9] fix build on windows by adding missing archive name properties on libs by @backportbot-nextcloud in #5748
  • [stable-3.9] Fix macOS icon by @backportbot-nextcloud in #5762
  • [stable-3.9] Bugfix/log less verbose by @backportbot-nextcloud in #5775
  • Revert inclusion of File Provider module in 3.9 branch by @claucambra in #5772
  • [stable-3.9] Bugfix. Conflict resolution button not clickable. by @backportbot-nextcloud in #5777
  • [stable-3.9] display subject when we have sync issues like network errors by @backportbot-nextcloud in #5782
  • [stable-3.9] Fix UnifiedSearch text field placeholder text color for light and dark theme by @backportbot-nextcloud in #5785
  • [stable-3.9] addd a cmake option to enable single account desktop client by @backportbot-nextcloud in #5789
  • [stable-3.9] Fix colouring of NCRadioButton by @backportbot-nextcloud in #5790
  • [stable-3.9] chore: update workflows from templates by @backportbot-nextcloud in #5794
  • [stable-3.9] Bugfix/rotate log less often by @backportbot-nextcloud in #5795
  • [stable-3.9] Bugfix/adjust log levels by @backportbot-nextcloud in #5799

New Contributors

Full Changelog: v3.8.0...v3.9.0-rc4

Release 3.9.0-rc3

08 Jun 13:50
v3.9.0-rc3
60772e9
Compare
Choose a tag to compare
Release 3.9.0-rc3 Pre-release
Pre-release

List of supported platforms by this release: System Requirements

What's Changed

  • sort encrypted files by their id to compute checksum by @mgallien in #5568
  • try different permutation to try to recover the broken checksum by @mgallien in #5572
  • Fix unit tests SecureFileDrop by @allexzander in #5574
  • Do not display error status and messages when aborting a sync during hydration request in VFS mode by @allexzander in #5579
  • Correct spelling by @Valdnet in #5567
  • in case server has no private key, let e2ee init fail by @mgallien in #5566
  • Edit locally. Restart current folder sync immediately after file opened. by @allexzander in #5588
  • fix compilation with clazy and fully-qualified-moc-types checks enabled by @mgallien in #5587
  • Enter next log file if the current log file is larger than 512 KB by @claucambra in #5580
  • Alway add the item at the end of the layout. by @camilasan in #5595
  • properly preserve the format of e2ee metadata during DB operations by @mgallien in #5577
  • Edit locally. Elide loading dialog filename label middle. by @allexzander in #5612
  • Fix crash on entering new log file after file size of 512kb reached by @claucambra in #5603
  • Properly handle all fatal errors during edit locally setup procedure by @claucambra in #5583
  • Update nextcloudcmd.rst to include dedicated install method for Debian instead of using a Ubuntu ppa. by @mayonezo in #5243
  • Fix MacOS UTF-8 normalization issue by @xavi-b in #4957
  • Parse sharees 'lookup' key to include federated sharees. by @allexzander in #5613
  • Unlock Office files when they are closed by @allexzander in #5607
  • Implement missing share settings by @allexzander in #5622
  • no longer override the pixman default version by @mgallien in #5630
  • Edit locally. Fix crash on _chekTokenJob pointer deref. by @allexzander in #5637
  • Remove some SQL debug logs to unclutter the output. by @allexzander in #5634
  • Annotated version of Big Sur icon by @elsiehupp in #4714
  • E2EE. Fix freeze on metadata checksum validation. by @allexzander in #5655
  • Fix update request channel being set to wrong localised string by @claucambra in #5462
  • Fix folder progress bar positioning in account settings on macOS by @claucambra in #5645
  • Fix setting [undefined] to QFont in 'Sync now' button by @claucambra in #5628
  • Attempt sign in when an account state is added in AccountManager by @claucambra in #5493
  • Fix account migration from legacy desktop clients (again) by @claucambra in #5640
  • Feature/group folders visibility improved by @allexzander in #5636
  • Use addLayout to insert the VFS option when setting account. by @camilasan in #5665
  • Update CHANGELOG. by @camilasan in #5643
  • i18n: Word separation by @Valdnet in #5676
  • Implement File Provider file synchronisation engine for macOS by @claucambra in #5527
  • Fix unrecoverable freezing when PutMultiFileJob is used with upload rate limits enabled by @claucambra in #5680
  • Dismiss notifications by @camilasan in #5687
  • Display file tags in File Details by @claucambra in #5596
  • Allow opening a file or folder in the local sync root. by @allexzander in #5686
  • Provide feedback on share link copy by @claucambra in #5672
  • Ask before importing accounts from legacy clients by @claucambra in #5654
  • Feature/resolve all conflicts by @mgallien in #5635
  • Update CHANGELOG. by @camilasan in #5706
  • change size of dismiss button for items in activity list by @mgallien in #5377
  • [stable-3.9] Fix tray window header folders button colour by @backportbot-nextcloud in #5723
  • [stable-3.9] align activity text with "Sync now" text by @backportbot-nextcloud in #5725
  • [stable-3.9] ensure that the file to test monitoring is hidden by @backportbot-nextcloud in #5733
  • [stable-3.9] Fix tray styling by @backportbot-nextcloud in #5741
  • [stable-3.9] Fix macOS build when file provider module build is disabled by @backportbot-nextcloud in #5742
  • [stable-3.9] Fix dark mode switch issues in tray controls manually overriding palette colours by @backportbot-nextcloud in #5744
  • [stable-3.9] fix build on windows by adding missing archive name properties on libs by @backportbot-nextcloud in #5748
  • [stable-3.9] Fix macOS icon by @backportbot-nextcloud in #5762
  • [stable-3.9] Bugfix/log less verbose by @backportbot-nextcloud in #5775
  • Revert inclusion of File Provider module in 3.9 branch by @claucambra in #5772
  • [stable-3.9] Bugfix. Conflict resolution button not clickable. by @backportbot-nextcloud in #5777
  • [stable-3.9] display subject when we have sync issues like network errors by @backportbot-nextcloud in #5782

New Contributors

Full Changelog: v3.8.0...v3.9.0-rc3