Skip to content

Releases: owncloud/client

v6.0.2

04 Nov 13:04

Choose a tag to compare

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.

    #12379
    #12389
    #12390

Full Changelog: v6.0.1...v6.0.2

v6.0.1

10 Oct 13:11

Choose a tag to compare

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.

    #12305

  • Bugfix - Reverting UTF-8 normalisation change: #12334

    The UTF-8 normalization change as per #12039 has been reverted.

    #12334
    #12039

  • 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.

    #12338

v6.0.1-rc.1

26 Sep 07:16

Choose a tag to compare

v6.0.1-rc.1 Pre-release
Pre-release

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel Silicon

Linux

AppImage Package repository

What's Changed

Full Changelog: v6.0.0...v6.0.1-rc.1

v6.0.0

16 Sep 12:37

Choose a tag to compare

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 files dialog: #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

    owncloud/enterprise#6761

  • Bugfix - Schedule syncs after an abort: #11396

    We fixed a bug where the client stopped scheduling syncs after a sync was
    aborted.

    #11396

  • Bugfix - Fix description of manage public links action: #11450

    #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.

    #11460
    #11475

  • 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.

    #11472
    #11479

  • 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.

    #11478

  • 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.

    #11497
    #11509

  • Bugfix - Support logging redirect: #11581

    We now log when all urls when a request was redirected.

    #11581

  • Bugfix - Don't store null certificates in the account: #11621

    #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.

    #11664

  • 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.

    #11772
    #11800
    #11810

  • Bugfix - Don't log misleading error if dynamic registrati...

Read more

v6.0.0-rc.4

28 Aug 09:08

Choose a tag to compare

v6.0.0-rc.4 Pre-release
Pre-release

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 files dialog: #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

    owncloud/enterprise#6761

  • Bugfix - Schedule syncs after an abort: #11396

    We fixed a bug where the client stopped scheduling syncs after a sync was
    aborted.

    #11396

  • Bugfix - Fix description of manage public links action: #11450

    #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.

    #11460
    #11475

  • 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.

    #11472
    #11479

  • 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.

    #11478

  • 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.

    #11497
    #11509

  • Bugfix - Support logging redirect: #11581

    ...

Read more

v6.0.0-rc.2

22 Jul 15:19

Choose a tag to compare

v6.0.0-rc.2 Pre-release
Pre-release

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 files dialog: #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

    owncloud/enterprise#6761

  • Bugfix - Schedule syncs after an abort: #11396

    We fixed a bug where the client stopped scheduling syncs after a sync was
    aborted.

    #11396

  • Bugfix - Fix description of manage public links action: #11450

    #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.

    #11460
    #11475

  • 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.

    #11472
    #11479

  • 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.

    #11478

  • 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.

    #11497
    #11509

  • Bugfix - Support logging redirect: #11581

    We now log when all urls when a request was redirected.

    #11581

  • Bugfix - Don't store null certificates in the account: #11621

    #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.

    #11664

  • Bugfix - Make open account in browser ...

Read more

v5.3.2

21 Jan 13:43

Choose a tag to compare

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.

    #12010

  • Bugfix - OAuth: Prevent logout when refreshing token: #11980

    Prevent the user being logged out when the network disappears during OAuth token
    refresh.

    #11980
    #11984
    #12005

  • Bugfix - Crash when checking the sync file status: #11981

    Sometimes a Folder is 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
    Folder is accessed, this will lead to a crash.

    The fix is to check for the existence of a sync engine in the
    Folder::canSync() method.

    #11981
    #11982
    #12000

v5.3.2-rc.6

07 Jan 16:44

Choose a tag to compare

v5.3.2-rc.6 Pre-release
Pre-release

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.

    #12010

  • Bugfix - OAuth: Prevent logout when refreshing token: #11980

    Prevent the user being logged out when the network disappears during OAuth token
    refresh.

    #11980
    #11984
    #12005

  • Bugfix - Crash when checking the sync file status: #11981

    Sometimes a Folder is 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
    Folder is accessed, this will lead to a crash.

    The fix is to check for the existence of a sync engine in the
    Folder::canSync() method.

    #11981
    #11982
    #12000

v5.3.2-rc.5

19 Dec 09:37

Choose a tag to compare

v5.3.2-rc.5 Pre-release
Pre-release

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.

    #12010

  • Bugfix - OAuth: Prevent logout when refreshing token: #11980

    Prevent the user being logged out when the network disappears during OAuth token
    refresh.

    #11980
    #11984
    #12005

  • Bugfix - Crash when checking the sync file status: #11981

    Sometimes a Folder is 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
    Folder is accessed, this will lead to a crash.

    The fix is to check for the existence of a sync engine in the
    Folder::canSync() method.

    #11981
    #11982
    #12000

v5.3.2-rc.4

16 Dec 13:14

Choose a tag to compare

v5.3.2-rc.4 Pre-release
Pre-release

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.

    #12010

  • Bugfix - OAuth: Prevent logout when refreshing token: #11980

    Prevent the user being logged out when the network disappears during OAuth token
    refresh.

    #11980
    #11984
    #12005

  • Bugfix - Crash when checking the sync file status: #11981

    Sometimes a Folder is 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
    Folder is accessed, this will lead to a crash.

    The fix is to check for the existence of a sync engine in the
    Folder::canSync() method.

    #11981
    #11982
    #12000