Releases: owncloud/client
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.
v5.3.2-rc.5
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.15263-rc.5.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2-rc.5] (2024-12-19)
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.4
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.15231-rc.4.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2-rc.4] (2024-12-16)
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.