Releases: nextcloud/desktop
Release 3.10.2
What's Changed
- [stable-3.10] Fix folder wizard warning color for local path in dark mode by @backportbot-nextcloud in #6068
- [stable-3.10] Bugfix/remove dead oauth code by @claucambra in #6075
- [stable-3.10] Open Nextcloud after installation on macOS by @backportbot-nextcloud in #6076
- [stable-3.10] Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086
- [stable-3.10] Bugfix/legacy migration by @backportbot-nextcloud in #6095
- [stable-3.10] Prevent empty password being passed into share creation by @tobiasKaminsky in #6107
- [stable-3.10] Unhide discovery logs for file deleted on the server and for discovered file by @backportbot-nextcloud in #6116
- Fix issues on manpages by @hefee in #6122
- [stable-3.10] Fix chunk v2 destination header by @backportbot-nextcloud in #6141
- [stable-3.10] Bugfix/restore folders recursively by @backportbot-nextcloud in #6143
- [stable-3.10] Show more informative error message when VFS hydration fails. Displaya popup and put an error into activity list. More detailed logs. by @backportbot-nextcloud in #6153
- [stable-3.10] Do not show failure popul for VFS when hydration finished with code 200 or 204. by @backportbot-nextcloud in #6163
- [stable-3.10] Upgrade to Mac OS 12.0.0. by @backportbot-nextcloud in #6171
- [stable-3.10] Enforce virtual file type when it is falsely marked as non-virtual. Added more logs for scenarios when virtual placeholder gets marked as non-virtual. by @backportbot-nextcloud in #6172
- [stable-3.10] we require version 12.0+ for macOS by @backportbot-nextcloud in #6175
- [stable-3.10] Fix crash when clicking on import legacy account dialog 'Skip' button. by @backportbot-nextcloud in #6208
- [stable-3.10] avoid restore algorithm by setting the data fingerprint from sync DB by @backportbot-nextcloud in #6241
- [stable-3.10] Fix crash. Remove unnecessary dependency injection causing crash. by @backportbot-nextcloud in #6252
- [stable-3.10] Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI. by @allexzander in #6253
- [stable-3.10] Bugfix/vfs toggle fix by @allexzander in #6251
- [stable-3.10] maintain lock state if unlock happens during sync by @backportbot-nextcloud in #6259
- [stable-3.10] avoid modifying a placeholder (virtual files) when not needed by @backportbot-nextcloud in #6262
- [stable-3.10] Fix build with latest NextcloudKit, caused by search for XCTest and friends by @backportbot-nextcloud in #6266
- [stable-3.10] Feature. Do not allow move of external storage mounted folders. by @allexzander in #6268
Full Changelog: v3.10.0...v3.10.2
Release 3.11.0 RC1
List of supported platforms by this release: System Requirements
What's Changed
- Allow deleting remotely deleted files locally in case of upload errors by @allexzander in #6014
- Bugfix/lock state spam by @allexzander in #6022
- Remove locketimeout condition. by @allexzander in #6027
- fixed detection of server version in cmd client similar to gui client (2nd try, signed off) by @errror in #6023
- Add compatibility with the new libcloudproviders integration by @tintou in #6031
- Fix macOS notification talk replies by avoiding early dealloc by @claucambra in #6034
- Store the new etag into local database when opening with auto-locking… by @allexzander in #6038
- Fix visual bug with folder size confirmation combo box in general settings by @claucambra in #6035
- Display correct conflict part in multiple conflicts resolution dialog. by @allexzander in #6043
- Rewrite share expiration date field's date handling, fixing issues by @claucambra in #5961
- Use a standardised locale to create log file filenames by @claucambra in #6012
- Bugfix/multiple accounts migration by @camilasan in #6046
- Remove unused shareuserline ui component by @claucambra in #6042
- once we call done on a sync file item, return is needed by @mgallien in #6053
- Bugfix/infinite sync by @allexzander in #6056
- do not check every 5 seconds files with infinite timeout (= 0) by @mgallien in #6059
- FileProvider: Add missing AccountState State case for notifying account state to extension by @claucambra in #6006
- Automatically update GitHub Actions by @DimitriPapadopoulos in #5992
- Fix folder wizard warning color for local path in dark mode by @claucambra in #5968
- Fix residual typos found by codespell by @DimitriPapadopoulos in #5860
- Fix new typos found by codespell by @DimitriPapadopoulos in #6069
- Add macOS CI (and fixes for newly-found FolderWatcher bugs) by @claucambra in #5729
- Remove dead OAuth code by @claucambra in #6005
- Open Nextcloud after installation on macOS by @claucambra in #5991
- Fix Chunk v2 upload headers by @claucambra in #6084
- Bugfix/activity list fixes by @allexzander in #6064
- Optimize CaseConflictRecords search in local DB during the sync. by @allexzander in #6083
- improve names of CI checks and do not run them on merges to master by @mgallien in #6089
- Bugfix/legacy migration by @camilasan in #6072
- Bump actions/github-script from 3 to 6 by @dependabot in #6090
- Prevent empty password being passed into share creation by @claucambra in #6100
- Unhide discovery logs for file deleted on the server and for discovered file by @allexzander in #6112
- Use material icon for folders. by @allexzander in #6114
- Fix chunk v2 destination header by @claucambra in #6133
- Bugfix/restore folders recursively by @mgallien in #6134
- Ci/clazy fixes by @mgallien in #6135
- Show more informative error message when VFS hydration fails. Displaya popup and put an error into activity list. More detailed logs. by @allexzander in #6140
- Improve Settings dialog design. by @allexzander in #6150
- Do not show failure popul for VFS when hydration finished with code 200 or 204. by @allexzander in #6160
- Upgrade to Mac OS 12.0.0. by @camilasan in #6166
- Bump actions/cache from 2 to 3 by @dependabot in #6092
- Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2 by @dependabot in #6091
- Bump actions/stale from 3 to 8 by @dependabot in #6093
- Bump actions/checkout from 2 to 4 by @dependabot in #6094
- Build(deps): Bump actions/setup-python from 1 to 4 by @dependabot in #6128
- Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1 by @dependabot in #6129
- Enforce virtual file type when it is falsely marked as non-virtual. Added more logs for scenarios when virtual placeholder gets marked as non-virtual. by @allexzander in #6158
- we require version 12.0+ for macOS by @mgallien in #6174
- Fix crash when clicking on import legacy account dialog 'Skip' button. by @camilasan in #6184
- Fix crash. Remove unnecessary dependency injection causing crash. by @allexzander in #6178
- Check path validity on Windows will validate NTFS permissions for network drives by @allexzander in #6209
- Bugfix/vfs toggle fix by @allexzander in #6223
- Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI. by @allexzander in #6227
- Don't log notification successes as warnings by @strugee in #6234
- avoid restore algorithm by setting the data fingerprint from sync DB by @mgallien in #6216
- docs(troubleshooting): Add warning about sensitive data in logs by @joshtrichards in #6237
- Build(deps): Bump cpp-linter/cpp-linter-action from 2.6.1 to 2.7.1 by @dependabot in #6233
- Build(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 by @dependabot in #6185
- Update stale.yml: Unify "needs info" handling with other NC repos by @joshtrichards in #6246
- add a cmake flag to not build with Qt5 WebEngine by @mgallien in #6257
- Build(deps): Bump actions/github-script from 6 to 7 by @dependabot in #6220
- Change logging for sparkle update to qCInfo by @claucambra in #6161
- maintain lock state if unlock happens during sync by @mgallien in #6236
New Contributors
- @errror made their first contribution in #6023
- @dependabot made their first contribution in #6090
- @joshtrichards made their first contribution in #6237
Full Changelog: v3.10.0...v3.11.0-rc1
Release 3.10.1
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
- [stable-3.10] Fix folder wizard warning color for local path in dark mode by @backportbot-nextcloud in #6068
- [stable-3.10] Bugfix/remove dead oauth code by @claucambra in #6075
- [stable-3.10] Open Nextcloud after installation on macOS by @backportbot-nextcloud in #6076
- [stable-3.10] Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086
- [stable-3.10] Bugfix/legacy migration by @backportbot-nextcloud in #6095
- [stable-3.10] Prevent empty password being passed into share creation by @tobiasKaminsky in #6107
- [stable-3.10] Unhide discovery logs for file deleted on the server and for discovered file by @backportbot-nextcloud in #6116
- Fix issues on manpages by @hefee in #6122
- [stable-3.10] Fix chunk v2 destination header by @backportbot-nextcloud in #6141
- [stable-3.10] Bugfix/restore folders recursively by @backportbot-nextcloud in #6143
Full Changelog: v3.10.0...v3.10.1
Release 3.10.0
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 ...
Release 3.10.0-rc3
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/...
Release 3.10.0-rc2
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
New Contributors
- @DimitriPapadopoulos made their first contribution in #5763
- @tomdereub made their first contribution in #4977
- @m7913d made their first contribution in #5853
**Full...
Release 3.9.4
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
What's Changed
Full Changelog: v3.9.2...v3.9.3
Release 3.9.2
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
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