Skip to content

Releases: owncloud/client

v5.2.1

04 Jan 13:04
Compare
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.2.1.13040.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.2.1] (2024-01-04)

The following sections list the changes in ownCloud Desktop Client 5.2.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Client stuck in reconnecting: #11274
  • Enhancement - Improved reliability for persisting settings: #11413

Details

  • Bugfix - Client stuck in reconnecting: #11274

    We fixed a bug where the client got stuck while reconnecting to the server.

    #11274

  • Enhancement - Improved reliability for persisting settings: #11413

    We improved the reliability of saving accounts. This might fix an issue where sync connections
    were lost at random.

    #11411
    #11413

v6.0.0-alpha.1

08 Dec 22:59
Compare
Choose a tag to compare
v6.0.0-alpha.1 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-6.0.0.12867-alpha.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v6.0.0-alpha.1] (2023-12-08)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Schedule syncs after an abort: #11396
  • 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
  • Enhancement - Include recent changes in scheduled syncs: #11347

Details

  • Bugfix - Schedule syncs after an abort: #11396

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

    #11396

  • Change - Make messages translatable that occur early in start-up: #11142

    These messages include the command-line messages (both errors and the help
    text). To do this, the deprecated --confdir option has been removed. This
    option was only used on windows before roaming profiles were supported.

    #11142
    #11246
    #11300

  • Change - Remove unused command line option --language: #11245

    This option was used before the UI language could be chosen in the settings. The
    option --list-languages is also removed, as it no longer serves a purpose.

    #11245
    #11270

  • Change - Windows: always use fusion style: #11275

    We already used the fusion style on Windows for years if the system used dpi
    scaling. Since Qt6.5 the fusion style also support the dark theme on Windows.
    Those two reasons convinced us that always using the fusion style on Windows
    will result in the best experience for the users.

    #11275

  • Change - Deprecate suffix VFS: #11325

    We decided to deprecate the suffix VFS implementations and thus prepare its
    removal in 7.0.

    #11325

  • Enhancement - Include recent changes in scheduled syncs: #11347

    When starting a new sync we now also include the recent change events in the
    discovery.

    #11347

v5.2.0

28 Nov 12:27
Compare
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.2.0.12726.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.2.0] (2023-11-28)

The following sections list the changes in ownCloud Desktop Client 5.2.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Fix url resolution for app provider: #11296
  • Bugfix - Fix crash on unhandled status code on rename check: #11379

Details

  • Bugfix - Fix url resolution for app provider: #11296

    We fixed a bug in the url resolution for the app provider. If owncloud is installed to a non root
    directory we computed a wrong url for the app provider urls. This could trigger a connection
    validation in the client, which intern triggered a request to the app provider. Reulting in an
    endless loop rendering the client unusable.

    #11296

  • Bugfix - Fix crash on unhandled status code on rename check: #11379

    We fixed a bug that caused the application to crash instead of just aborting the current sync.

    #11379

v5.2.0-rc.1

22 Nov 19:46
Compare
Choose a tag to compare
v5.2.0-rc.1 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

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.2.0.12687-rc.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.2.0-rc.1] (2023-11-24)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Fix url resolution for app provider: #11296
  • Bugfix - Fix crash on unhandled status code on rename check: #11379

Details

  • Bugfix - Fix url resolution for app provider: #11296

    We fixed a bug in the url resolution for the app provider. If owncloud is installed to a non root
    directory we computed a wrong url for the app provider urls. This could trigger a connection
    validation in the client, which intern triggered a request to the app provider. Reulting in an
    endless loop rendering the client unusable.

    #11296

  • Bugfix - Fix crash on unhandled status code on rename check: #11379

    We fixed a bug that caused the application to crash instead of just aborting the current sync.

    #11379

v5.1.2

14 Nov 09:11
Compare
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

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.1.2.12600.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.1.2] (2023-11-14)

The following sections list the changes in ownCloud Desktop Client 5.1.2 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Fix crash when keychain job takes longer than expected: #11361

Details

  • Bugfix - Fix crash when keychain job takes longer than expected: #11361

    In 5.1.1, we introduced a timeout for keychain jobs that killed them when their execution time
    exceeded 5 seconds and log this to allow debugging of problems related to secrets handling.

    Apparently, there are valid cases in which these jobs can take longer than the expected
    timeout, e.g., when the user needs to unlock their keychain first or configure it otherwise.

    We now let the jobs run indefinitely and log every 5 seconds whether the job is still running.

    #11361

v5.1.1-rc.1

07 Nov 11:09
Compare
Choose a tag to compare
v5.1.1-rc.1 Pre-release
Pre-release

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.1.1.12577-rc.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.1.1-rc.1] (2023-11-07)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Prevent permanent deletion of files when disabling VFS: #11331

Details

  • Bugfix - Prevent permanent deletion of files when disabling VFS: #11331

    When a user disabled the virtual files feature on Windows, all currently dehydrated files were
    deleted accidentally. On the server those files where still available in the trash bin. This
    regression was introduced in the previous release 5.0.0.

    #11331

v5.1.0-rc.2

31 Oct 19:49
Compare
Choose a tag to compare
v5.1.0-rc.2 Pre-release
Pre-release

Notable improvements over v5.0.0

We provide Linux packages again which are now based on a new and future-proof setup.

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.1.0.12528-rc.2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.1.0-rc.2] (2023-10-31)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Crash when accepting a notification: #11226
  • Bugfix - Fix crash on start-up when starting shell integration: #11280
  • Bugfix - Properly schedule the sync after an account was added: #11308
  • Bugfix - Don't start credentials save jobs during shutdown: #11313

Details

  • Bugfix - Crash when accepting a notification: #11226

    We fixed a potential crash when clicking on a notification.

    #11226

  • Bugfix - Fix crash on start-up when starting shell integration: #11280

    A possible crash has been fixed that could occur during start-up, when the shell integration
    started doing requests before the client itself completed starting up.

    #11280
    #11288

  • Bugfix - Properly schedule the sync after an account was added: #11308

    We fixed a bug where a folder was scheduled to be synced before the account reported it was ready.
    This resulted in the sync having no effect and the folder was then only synced once we polled the
    etag.

    #11308

  • Bugfix - Don't start credentials save jobs during shutdown: #11313

    Due to a bug we "re saved" the credentials during application shutdown. As the application was
    quitting while the jobs where running we might have encountered corruped credentials or
    crashes.

    #11313

v5.1.0-rc.1

20 Oct 10:57
Compare
Choose a tag to compare
v5.1.0-rc.1 Pre-release
Pre-release

Notable improvements over v5.0.0

We provide Linux packages again which are now based on a new and future-proof setup.

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.1.0.12434-rc.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.1.0-rc.1] (2023-10-20)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Crash when accepting a notification: #11226
  • Bugfix - Fix crash on start-up when starting shell integration: #11280

Details

  • Bugfix - Crash when accepting a notification: #11226

    We fixed a potential crash when clicking on a notification.

    #11226

  • Bugfix - Fix crash on start-up when starting shell integration: #11280

    A possible crash has been fixed that could occur during start-up, when the shell integration
    started doing requests before the client itself completed starting up.

    #11280
    #11288

v5.0.0

06 Oct 11:09
Compare
Choose a tag to compare

Breaking changes:

  • 32bit Windows is no longer supported
  • MacOS 10.13 and 10.14 are no longer supported

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12278.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0] (2023-10-06)

The following sections list the changes in ownCloud Desktop Client 5.0.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix - VFS Placeholders can now be replaced with folders: #10223
  • Bugfix - Authentication dialog no longer appears again and again: #10351
  • Bugfix - Possible deadlock during log setup: #10905
  • Bugfix - Do not create default sync root when loading accounts: #10919
  • Bugfix - Update capabilites and other info after connect: #10978
  • Bugfix - Account activity and crash after an account was removed: #10990
  • Bugfix - Crash during application shutdown: #11016
  • Bugfix - Hide hidden folders again in the selective sync view: #11047
  • Bugfix - Fix check if a file is a placeholder: #11107
  • Bugfix - Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix - Only syncronize after the server settings where refreshed: #11168
  • Bugfix - Consitently use the same icon for folders: #11190
  • Bugfix - Branding of folder status overlay: #11192
  • Bugfix - Creation of folder on the server: #11232
  • Bugfix - Selective sync when not the remote root is synced: #11233
  • Change - Extract Nautilus: #8991
  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change - Remove support for client side system proxy credentials: #10866
  • Change - Modernize systray menu: #10939
  • Change - We removed the pre 2.9 credentials migration: #11081
  • Change - Remove libcloudproviders integration: #11148
  • Change - Disable context menu item to get a public link for a space: #11242
  • Enhancement - Store proxy password securely: #261
  • Enhancement - Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement - Change how all files deleted is handled: #8360
  • Enhancement - Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement - Enable crash reporter in commandline client: #8991
  • Enhancement - Make "Show files versions..." context menu action available: #10197
  • Enhancement - Log http request when it is send: #10313
  • Enhancement - Allow selective sync of spaces in folder wizard: #10596
  • Enhancement - Send a language header in all http requests: #10619
  • Enhancement - Help user fix problems on the last setup wizard page: #10680
  • Enhancement - Display a progress spinner during the initial setup: #10751
  • Enhancement - Reduce how often file changes are handled: #10825
  • Enhancement - Persist filter settings for Not Synced tab: #10928
  • Enhancement - --cmd argument added to the GUI client: #10976

Details

  • Bugfix - Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    https://github.com/owncloud/enterprise/issues/5682

  • Bugfix - VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix - Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix - Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix - Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix - Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix - Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix - Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix - Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix - Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by using the correct API to check for placeholders.

    #11107

  • Bugfix - Hydration state of file after a directory was replaced with a file: #11162

    If a synced directory was replaced with a file on the server, we downloaded it instead of
    replacing the folder with a VirtualFile placeholder.

    #11162

  • Bugfix - Only syncronize after the server settings where refreshed: #11168

    We fix...

Read more

v5.0.0-rc.4

05 Oct 10:57
Compare
Choose a tag to compare
v5.0.0-rc.4 Pre-release
Pre-release

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

Sources: ownCloud-5.0.0.12274-rc.4.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-rc.4] (2023-10-05)

The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.

Summary

  • Bugfix - Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix - VFS Placeholders can now be replaced with folders: #10223
  • Bugfix - Authentication dialog no longer appears again and again: #10351
  • Bugfix - Possible deadlock during log setup: #10905
  • Bugfix - Do not create default sync root when loading accounts: #10919
  • Bugfix - Update capabilites and other info after connect: #10978
  • Bugfix - Account activity and crash after an account was removed: #10990
  • Bugfix - Crash during application shutdown: #11016
  • Bugfix - Hide hidden folders again in the selective sync view: #11047
  • Bugfix - Fix check if a file is a placeholder: #11107
  • Bugfix - Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix - Only syncronize after the server settings where refreshed: #11168
  • Bugfix - Consitently use the same icon for folders: #11190
  • Bugfix - Branding of folder status overlay: #11192
  • Bugfix - Creation of folder on the server: #11232
  • Bugfix - Selective sync when not the remote root is synced: #11233
  • Change - Extract Nautilus: #8991
  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change - Remove support for client side system proxy credentials: #10866
  • Change - Modernize systray menu: #10939
  • Change - We removed the pre 2.9 credentials migration: #11081
  • Change - Remove libcloudproviders integration: #11148
  • Change - Disable context menu item to get a public link for a space: #11242
  • Enhancement - Store proxy password securely: #261
  • Enhancement - Windows VFS: Prevent rename to ignored file name: #8216
  • Enhancement - Change how all files deleted is handled: #8360
  • Enhancement - Port from QtSingleApplication to KDSingleApplication: #8432
  • Enhancement - Enable crash reporter in commandline client: #8991
  • Enhancement - Make "Show files versions..." context menu action available: #10197
  • Enhancement - Log http request when it is send: #10313
  • Enhancement - Allow selective sync of spaces in folder wizard: #10596
  • Enhancement - Send a language header in all http requests: #10619
  • Enhancement - Help user fix problems on the last setup wizard page: #10680
  • Enhancement - Display a progress spinner during the initial setup: #10751
  • Enhancement - Reduce how often file changes are handled: #10825
  • Enhancement - Persist filter settings for Not Synced tab: #10928
  • Enhancement - --cmd argument added to the GUI client: #10976

Details

  • Bugfix - Avoid duplicate notifications when selective sync is enabled: #5682

    We no longer show multiple messages about files which were excluded from the sync because they
    were excluded by the users.

    https://github.com/owncloud/enterprise/issues/5682

  • Bugfix - VFS Placeholders can now be replaced with folders: #10223

    If a local VFS placeholder is replaced with a folder on the server, the client previously failed
    to populate the change.

    #10223

  • Bugfix - Authentication dialog no longer appears again and again: #10351

    #10351

  • Bugfix - Possible deadlock during log setup: #10905

    If an error occured during the setup of the log file, it was possible that the client got
    deadlocked.

    #10905

  • Bugfix - Do not create default sync root when loading accounts: #10919

    Creating the default sync root is only needed at initial setup. If a user chooses to point all
    folders for Spaces outside that default sync root, and deletes the default sync root folder, it
    will now no longer be created.

    #10919
    #11128

  • Bugfix - Update capabilites and other info after connect: #10978

    We fixed a bug where server infos might have only been updated several minutes after the client
    connected to the server.

    #10978

  • Bugfix - Account activity and crash after an account was removed: #10990

    We fixed a bug where an account performed actions after it was removed.

    #10990

  • Bugfix - Crash during application shutdown: #11016

    We fixed a where the main instance was accessed after it was destroyed.

    #11016

  • Bugfix - Hide hidden folders again in the selective sync view: #11047

    #11047

  • Bugfix - Fix check if a file is a placeholder: #11107

    Previously, files with zero bytes in size were considered placeholders. This is not correct,
    and has been fixed by u...

Read more