Releases: owncloud/client
v7.1.0
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-7.1.0.19041.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v7.1.0] (2026-06-19)
The following sections list the changes in ownCloud Desktop Client 7.1.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix VFS enable/disable checkbox in the folder wizard: #12144
- Bugfix - Fix file sync with NFD/NFC filename normalization differences on macOS: #12336
- Bugfix - Fix compatibility with extra-cmake-modules-6.19.0: #12374
- Bugfix - Fix crash on PROPFIND HTTP 400 response: #12380
- Bugfix - Make Windows VFS (CfAPI) locking more granular: #12386
- Bugfix - Fix re-authentication prompt: #12487
- Change - Update sync exclusion list for Infinite Scale: #12093
- Change - Remove the command line sync client: #12162
- Change - Remove support for ownCloud Server (OC10): #12167
- Change - Remove the suffix VFS plugin: #12174
- Change - MacOS 13 is now the minimum supported macOS version: #12245
- Change - Qt 6.8 is now the minimum required Qt version: #12270
- Change - Remove the activity tab from account settings: #12307
- Change - Remove bandwidth throttling controls: #12335
- Change - Remove capability to upload conflict files: #12369
- Change - Improve Windows VFS error messages: #12371
- Change - Distinguish between moves and renames in the activity view: #12494
- Enhancement - New account setup wizard: #12189
- Enhancement - System-based configuration (group policy support): #12367
- Enhancement - Redesigned account and folder management view: #12399
Details
-
Bugfix - Fix VFS enable/disable checkbox in the folder wizard: #12144
After unchecking the VFS checkbox on the last page of the folder wizard, it
could not be re-checked. The selective-sync chooser is now correctly disabled
when VFS is forced on, and the selective-sync page is skipped entirely in that
case to avoid confusion. -
Bugfix - Fix file sync with NFD/NFC filename normalization differences on macOS: #12336
After a migration from 6.x to 7.x, files whose names were stored in NFD form
locally but NFC form on the server were incorrectly treated as a delete and
re-upload instead of a rename. Local normalization-only renames are now detected
and not propagated to the server, since these differences are not visible to
users. -
Bugfix - Fix compatibility with extra-cmake-modules-6.19.0: #12374
Fix runtime crash at startup with ECM 6.19.
-
Bugfix - Fix crash on PROPFIND HTTP 400 response: #12380
The client no longer crashes when a server responds with HTTP status 400 to a
PROPFIND request. -
Bugfix - Make Windows VFS (CfAPI) locking more granular: #12386
CfAPI locks are now acquired and released more precisely, reducing contention.
Sibling items are now consistently grouped in the Explorer sidebar. -
Bugfix - Fix re-authentication prompt: #12487
When an access token expired but the refresh token was still valid, the client
incorrectly prompted the user to re-authenticate instead of transparently
refreshing the token. -
Change - Update sync exclusion list for Infinite Scale: #12093
Two file extensions commonly produced by ownCloud Infinite Scale were added to
the default sync exclusion list. -
Change - Remove the command line sync client: #12162
The
owncloudcmdcommand line client has been removed. The--cmdcommand line
option was also removed from the desktop client binary. -
Change - Remove support for ownCloud Server (OC10): #12167
Support for ownCloud 10 servers has been removed. The client now requires
ownCloud Infinite Scale. This includes removal of OC10 authentication flows,
sharing code, thumbnail API, update channels, chunked uploads, and the legacy
WebFinger fallback. -
Change - Remove the suffix VFS plugin: #12174
The suffix-based virtual file system plugin, which was deprecated in 6.0, has
been removed. -
Change - MacOS 13 is now the minimum supported macOS version: #12245
-
Change - Qt 6.8 is now the minimum required Qt version: #12270
The minimum required Qt version was raised to 6.8. This also raises the minimum
macOS deployment target to 12. -
Change - Remove the activity tab from account settings: #12307
The activity tab was no longer functional after the removal of ownCloud 10
support and has been removed. -
Change - Remove bandwidth throttling controls: #12335
The bandwidth throttling settings UI and the underlying BandWidthManager have
been removed. -
Change - Remove capability to upload conflict files: #12369
None of the supported servers implements (or plans on implementing) this
feature. This removal includes theOWNCLOUD_UPLOAD_CONFLICT_FILESenvironment
variable. -
Change - Improve Windows VFS error messages: #12371
Error codes are now included in Windows virtual file system error messages in
more cases, making issues easier to diagnose. -
Change - Distinguish between moves and renames in the activity view: #12494
When a move operation has the same source and destination folder, it is now
displayed as a rename in the activity view instead of a move. -
Enhancement - New account setup wizard: #12189
The account setup wizard was completely redesigned. The new wizard uses a modern
step-by-step flow with WebFinger-based server discovery, improved error
handling, and a configurable branded appearance including themed logos and
colors.
v6.0.3
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-6.0.3.18040.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.3] (2026-01-12)
The following sections list the changes in ownCloud Desktop Client 6.0.3 relevant to
ownCloud admins and users.
Summary
- Security - Fixing medium security vulnerability in password input handling: #12430
- Change - Third party upgrades in distributed binaries: #12364
Details
v6.0.2
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|---|
| Sources: ownCloud-6.0.2.17506.tar.xz (GPG Signature) |
#Changelog for ownCloud Desktop Client [v6.0.2] (2025-11-04)
The following sections list the changes in ownCloud Desktop Client 6.0.2 relevant to
ownCloud admins and users.
Summary
- Security - Fixing high security vulnerability in MacOS client: #12379
Details
-
Security - Fixing high security vulnerability in MacOS client: #12379
CVE and security advisory will follow.
Full Changelog: v6.0.1...v6.0.2
v6.0.1
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|---|
| Sources: ownCloud-6.0.1.17343.tar.xz (GPG Signature) |
Changelog for ownCloud Desktop Client [v6.0.1] (2025-10-10)
The following sections list the changes in ownCloud Desktop Client 6.0.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix VFS checkbox in folder wizard: #12305
- Bugfix - Reverting UTF-8 normalisation change: #12334
- Change - Move to trash-bin is enabled now by default: #12338
Details
-
Bugfix - Fix VFS checkbox in folder wizard: #12305
On the last page of the folder wizard, there is a checkbox to select/deselect
VFS. By default this is checked. The bug was that after unchecking this
checkbox, it could not be checked again. This has now been fixed. -
Bugfix - Reverting UTF-8 normalisation change: #12334
The UTF-8 normalization change as per #12039 has been reverted.
-
Change - Move to trash-bin is enabled now by default: #12338
To protect users from data loss the "move to trash" option is now enabled by
default.
v6.0.1-rc.1
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
What's Changed
- [tests-only][full-ci]add space related test for branded client by @PrajwolAmatya in #12282
- [tests-only][full-ci] backport wait for file in sync folder to sync by @PrajwolAmatya in #12306
- v6.0.0 by @DeepDiver1975 in #12294
- fix: GUITests on branch 6 by @DeepDiver1975 in #12330
- [tests-only][full-ci] Backport add wait for file to sync step by @PrajwolAmatya in #12317
- feat: add theme option for the default value of move-to-trash by @DeepDiver1975 in #12338
- Revert "fix: leave unicode normalizations in paths untouched (#12039)" by @DeepDiver1975 in #12334
- Backport DC-144 and DC-146 by @erikjv in #12327
- [DC-127] fix crash on quit by @erikjv in #12297
- doc: update changelog for upcoming 6.0.1 by @DeepDiver1975 in #12345
Full Changelog: v6.0.0...v6.0.1-rc.1
v6.0.0
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Changelog for ownCloud Desktop Client 6.0.0 (2025-09-08)
The following sections list the changes in ownCloud Desktop Client 6.0.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix location loading on Mac: #6761
- Bugfix - Schedule syncs after an abort: #11396
- Bugfix - Fix description of manage public links action: #11450
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
- Bugfix - Client stuck in reconnecting state after application start: #11478
- Bugfix - Strip user information from new-connection URL: #11497
- Bugfix - Support logging redirect: #11581
- Bugfix - Don't store null certificates in the account: #11621
- Bugfix - Fix crash for folders that could not be initialized: #11664
- Bugfix - Make open account in browser accessible for keyboard navigation: #11772
- Bugfix - Don't log misleading error if dynamic registration failed: #11839
- Bugfix - Fix crash after resource job fails: #12045
- Bugfix - Remove any existing ResourceCache directories for accounts: #12214
- Bugfix - Delete account-specific caches when an account is removed: #12224
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Change - Make messages translatable that occur early in start-up: #11142
- Change - Remove unused command line option --language: #11245
- Change - Windows: always use fusion style: #11275
- Change - Deprecate suffix VFS: #11325
- Change - Removal of selective sync tree from account status page: #11357
- Change - Fix three badly styled warning messages: #11412
- Change - Removed support for limiting sync of big new folder & external storage: #11517
- Change - Set the 'No' button as default action in the Unknown Certificate dialog: #11531
- Change - Remove
Remove all filesdialog: #11569 - Change - Rewrite of the spaces browser: #11595
- Change - New update channel for ownCloud infinite scale: #11742
- Change - Remove support for branded shell extensions on Linux: #11743
- Change - Only allow to add un-synced spaces: #11752
- Change - Rewrite of the login widget in QML: #11856
- Change - Only support APFS on macOS: #12044
- Change - Bump minimum macOS version to 13.0: #12245
- Change - Update the sync exclude list for Infinite Scale: #12262
- Enhancement - Add option to pause synchronization on metered connections: #4808
- Enhancement - Add option to move files to trash instead of deleting: #9001
- Enhancement - Prevent same default sync folder for multiple accounts with Spaces: #11204
- Enhancement - Use less modal dialogs: #11304
- Enhancement - Include recent changes in scheduled syncs: #11347
- Enhancement - Improve handling of a server blocking an unsupported client: #11424
- Enhancement - Ask user to restart application when update is available on Windows: #11442
- Enhancement - New Folder status: #11491
- Enhancement - Pause sync when behind a captive portal: #11533
- Enhancement - Support for prompt_values_supported in openid-configuration: #11729
- Enhancement - New branding option: automatically sync new spaces: #11751
- Enhancement - Display how many spaces are un-synced: #11760
Details
-
Bugfix - Fix location loading on Mac: #6761
-
Bugfix - Schedule syncs after an abort: #11396
We fixed a bug where the client stopped scheduling syncs after a sync was
aborted. -
Bugfix - Fix description of manage public links action: #11450
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an
error message. A crash has been fixed where this occurred before the GUI was
fully initialised. -
Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
Fixed a bug where the scope and prompt items of an OAuth query would not be
encoded, resulting in an invalid request. -
Bugfix - Client stuck in reconnecting state after application start: #11478
We fixed a bug where the client was starting OAuth authentication but did not
prompt the user properly to renew authentication. This resulted in the client
apparently getting stuck in the "reconnecting" state. -
Bugfix - Strip user information from new-connection URL: #11497
Credentials in the URL are not supported for some time. This fix strips them
from the URL before storage and using it to authenticate the client to the
server. -
Bugfix - Support logging redirect: #11581
We now log when all urls when a request was redirected.
-
Bugfix - Don't store null certificates in the account: #11621
-
Bugfix - Fix crash for folders that could not be initialized: #11664
We fixed a bug where interacting with a folder in the file browser could lead to
a crash if the folder was not properly initialized. -
Bugfix - Make open account in browser accessible for keyboard navigation: #11772
On the account settings page, the status label contained the URL of the server.
This URL was not accessible with keyboard navigation or when a screen-reader was
used. Now there is an "Open in Web Browser" action in the pop-up menu of the
"Manage Account" button (which is next to the status label), and the URL has
been removed from the status label. -
Bugfix - Don't log misleading error if dynamic registrati...
v6.0.0-rc.4
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Testpilotcloud branded client
Windows
| 64 bit | Windows for Group Policy |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-6.0.0.17008-rc.4.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.0-rc.4] (2025-08-28)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix location loading on Mac: #6761
- Bugfix - Schedule syncs after an abort: #11396
- Bugfix - Fix description of manage public links action: #11450
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
- Bugfix - Client stuck in reconnecting state after application start: #11478
- Bugfix - Strip user information from new-connection URL: #11497
- Bugfix - Support logging redirect: #11581
- Bugfix - Don't store null certificates in the account: #11621
- Bugfix - Fix crash for folders that could not be initialized: #11664
- Bugfix - Make open account in browser accessible for keyboard navigation: #11772
- Bugfix - Don't log misleading error if dynamic registration failed: #11839
- Bugfix - Fix crash after resource job fails: #12045
- Bugfix - Remove any existing ResourceCache directories for accounts: #12214
- Bugfix - Delete account-specific caches when an account is removed: #12224
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Change - Make messages translatable that occur early in start-up: #11142
- Change - Remove unused command line option --language: #11245
- Change - Windows: always use fusion style: #11275
- Change - Deprecate suffix VFS: #11325
- Change - Removal of selective sync tree from account status page: #11357
- Change - Fix three badly styled warning messages: #11412
- Change - Removed support for limiting sync of big new folder & external storage: #11517
- Change - Set the 'No' button as default action in the Unknown Certificate dialog: #11531
- Change - Remove
Remove all filesdialog: #11569 - Change - Rewrite of the spaces browser: #11595
- Change - New update channel for ownCloud infinite scale: #11742
- Change - Remove support for branded shell extensions on Linux: #11743
- Change - Only allow to add un-synced spaces: #11752
- Change - Rewrite of the login widget in QML: #11856
- Change - Only support APFS on macOS: #12044
- Change - Bump minimum macOS version to 13.0: #12245
- Change - Update the sync exclude list for Infinite Scale: #12262
- Enhancement - Add option to pause synchronization on metered connections: #4808
- Enhancement - Add option to move files to trash instead of deleting: #9001
- Enhancement - Prevent same default sync folder for multiple accounts with Spaces: #11204
- Enhancement - Use less modal dialogs: #11304
- Enhancement - Include recent changes in scheduled syncs: #11347
- Enhancement - Improve handling of a server blocking an unsupported client: #11424
- Enhancement - Ask user to restart application when update is available on Windows: #11442
- Enhancement - New Folder status: #11491
- Enhancement - Pause sync when behind a captive portal: #11533
- Enhancement - Support for prompt_values_supported in openid-configuration: #11729
- Enhancement - New branding option: automatically sync new spaces: #11751
- Enhancement - Display how many spaces are un-synced: #11760
Details
-
Bugfix - Fix location loading on Mac: #6761
-
Bugfix - Schedule syncs after an abort: #11396
We fixed a bug where the client stopped scheduling syncs after a sync was
aborted. -
Bugfix - Fix description of manage public links action: #11450
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an
error message. A crash has been fixed where this occurred before the GUI was
fully initialised. -
Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
Fixed a bug where the scope and prompt items of an OAuth query would not be
encoded, resulting in an invalid request. -
Bugfix - Client stuck in reconnecting state after application start: #11478
We fixed a bug where the client was starting OAuth authentication but did not
prompt the user properly to renew authentication. This resulted in the client
apparently getting stuck in the "reconnecting" state. -
Bugfix - Strip user information from new-connection URL: #11497
Credentials in the URL are not supported for some time. This fix strips them
from the URL before storage and using it to authenticate the client to the
server. -
Bugfix - Support logging redirect: #11581
...
v6.0.0-rc.2
Downloads
ownCloud client
Windows:
| Windows MSI |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Testpilotcloud branded client
Windows
| Windows MSI |
|---|
macOS
| Intel | Silicon |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-6.0.0.16792-rc.2.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.0-rc.2] (2025-07-22)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix location loading on Mac: #6761
- Bugfix - Schedule syncs after an abort: #11396
- Bugfix - Fix description of manage public links action: #11450
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
- Bugfix - Client stuck in reconnecting state after application start: #11478
- Bugfix - Strip user information from new-connection URL: #11497
- Bugfix - Support logging redirect: #11581
- Bugfix - Don't store null certificates in the account: #11621
- Bugfix - Fix crash for folders that could not be initialized: #11664
- Bugfix - Make open account in browser accessible for keyboard navigation: #11772
- Bugfix - Don't log misleading error if dynamic registration failed: #11839
- Bugfix - Fix crash after resource job fails: #12045
- Bugfix - Remove any existing ResourceCache directories for accounts: #12214
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Change - Make messages translatable that occur early in start-up: #11142
- Change - Remove unused command line option --language: #11245
- Change - Windows: always use fusion style: #11275
- Change - Deprecate suffix VFS: #11325
- Change - Removal of selective sync tree from account status page: #11357
- Change - Fix three badly styled warning messages: #11412
- Change - Removed support for limiting sync of big new folder & external storage: #11517
- Change - Set the 'No' button as default action in the Unknown Certificate dialog: #11531
- Change - Remove
Remove all filesdialog: #11569 - Change - Rewrite of the spaces browser: #11595
- Change - New update channel for ownCloud infinite scale: #11742
- Change - Remove support for branded shell extensions on Linux: #11743
- Change - Only allow to add un-synced spaces: #11752
- Change - Rewrite of the login widget in QML: #11856
- Change - Only support APFS on macOS: #12044
- Enhancement - Add option to pause synchronization on metered connections: #4808
- Enhancement - Add option to move files to trash instead of deleting: #9001
- Enhancement - Prevent same default sync folder for multiple accounts with Spaces: #11204
- Enhancement - Use less modal dialogs: #11304
- Enhancement - Include recent changes in scheduled syncs: #11347
- Enhancement - Improve handling of a server blocking an unsupported client: #11424
- Enhancement - Ask user to restart application when update is available on Windows: #11442
- Enhancement - New Folder status: #11491
- Enhancement - Pause sync when behind a captive portal: #11533
- Enhancement - Support for prompt_values_supported in openid-configuration: #11729
- Enhancement - New branding option: automatically sync new spaces: #11751
- Enhancement - Display how many spaces are un-synced: #11760
Details
-
Bugfix - Fix location loading on Mac: #6761
-
Bugfix - Schedule syncs after an abort: #11396
We fixed a bug where the client stopped scheduling syncs after a sync was
aborted. -
Bugfix - Fix description of manage public links action: #11450
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an
error message. A crash has been fixed where this occurred before the GUI was
fully initialised. -
Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
Fixed a bug where the scope and prompt items of an OAuth query would not be
encoded, resulting in an invalid request. -
Bugfix - Client stuck in reconnecting state after application start: #11478
We fixed a bug where the client was starting OAuth authentication but did not
prompt the user properly to renew authentication. This resulted in the client
apparently getting stuck in the "reconnecting" state. -
Bugfix - Strip user information from new-connection URL: #11497
Credentials in the URL are not supported for some time. This fix strips them
from the URL before storage and using it to authenticate the client to the
server. -
Bugfix - Support logging redirect: #11581
We now log when all urls when a request was redirected.
-
Bugfix - Don't store null certificates in the account: #11621
-
Bugfix - Fix crash for folders that could not be initialized: #11664
We fixed a bug where interacting with a folder in the file browser could lead to
a crash if the folder was not properly initialized. -
Bugfix - Make open account in browser ...
v5.3.2
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Testpilotcloud branded client
Windows
| 64 bit | Windows for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-5.3.2.15463.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2] (2025-01-21)
The following sections list the changes in ownCloud Desktop Client 5.3.2 relevant to
ownCloud admins and users.
Summary
- Security - Fixing high security vulnerability in Windows Installer: #12010
- Bugfix - OAuth: Prevent logout when refreshing token: #11980
- Bugfix - Crash when checking the sync file status: #11981
Details
-
Security - Fixing high security vulnerability in Windows Installer: #12010
CVE and security advisory will follow.
-
Bugfix - OAuth: Prevent logout when refreshing token: #11980
Prevent the user being logged out when the network disappears during OAuth token
refresh. -
Bugfix - Crash when checking the sync file status: #11981
Sometimes a
Folderis created for a local path that we cannot sync (e.g. it's
not writable). This folder will not have a sync engine. If the engine of this
Folderis accessed, this will lead to a crash.The fix is to check for the existence of a sync engine in the
Folder::canSync()method.
v5.3.2-rc.6
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Testpilotcloud branded client
Windows
| 64 bit | Windows for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-5.3.2.15368-rc.6.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2-rc.6] (2025-01-07)
The following sections list the changes in ownCloud Desktop Client 5.3.2 relevant to
ownCloud admins and users.
Summary
- Security - Fixing high security vulnerability in Windows Installer: #12010
- Bugfix - OAuth: Prevent logout when refreshing token: #11980
- Bugfix - Crash when checking the sync file status: #11981
Details
-
Security - Fixing high security vulnerability in Windows Installer: #12010
CVE and security advisory will follow.
-
Bugfix - OAuth: Prevent logout when refreshing token: #11980
Prevent the user being logged out when the network disappears during OAuth token
refresh. -
Bugfix - Crash when checking the sync file status: #11981
Sometimes a
Folderis created for a local path that we cannot sync (e.g. it's
not writable). This folder will not have a sync engine. If the engine of this
Folderis accessed, this will lead to a crash.The fix is to check for the existence of a sync engine in the
Folder::canSync()method.