Skip to content

Releases: owncloud/client

v4.1.0-rc.1

02 Jun 13:14
Compare
Choose a tag to compare
v4.1.0-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-4.1.0.11149-rc.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.1.0-rc.1] (2023-06-02)

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

Summary

  • Bugfix - Follow same site redirects in the Wizard: #5743
  • Bugfix - Show systray status when a sync error occurred: #10834
  • Bugfix - Owncloudcmd: Ensure plugin path is initialized on Linux: #10842
  • Bugfix - Use correct user name with basic auth and LDAP: #10856
  • Enhancement - Allow users to call commandline client from AppImage: #10888

Details

  • Bugfix - Follow same site redirects in the Wizard: #5743

    We fixed a bug where the client did not follow same site redirects during the setup. If the used
    url https://test.com/owncloud redirected to https://test.com the new url was not correctly
    used for the newly created account.

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

  • Bugfix - Show systray status when a sync error occurred: #10834

    The systray menu for the ownCloud icon has an entry that shows the sync status. However, when a
    sync error occurred, the entry would have no text in it. This has now been fixed.

    #10834

  • Bugfix - Owncloudcmd: Ensure plugin path is initialized on Linux: #10842

    #10842

  • Bugfix - Use correct user name with basic auth and LDAP: #10856

    Whith basic auth the name from the login credentials might not align with the name on the server.
    We corrected the assumption and no longer change the user name.

    #10856

  • Enhancement - Allow users to call commandline client from AppImage: #10888

    When the AppImage is called with the new commandline parameter --cmd, it will internally
    dispatch the call to the contained owncloudcmd binary. Otherwise, the call will be forwarded
    to the regular owncloud GUI binary as before.

    #10888

v4.0.0

12 May 07:42
Compare
Choose a tag to compare

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-4.0.0.10896.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0] (2023-05-11)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the expected download content length in the job properly: #10607

    #10607

  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: [#106...

Read more

v4.0.0-rc.3

09 May 15:10
Compare
Choose a tag to compare
v4.0.0-rc.3 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-4.0.0.10879-rc.3.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0-rc.3] (2023-05-09)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the expected download content length in the j...

Read more

v4.0.0-rc2

27 Apr 12:41
Compare
Choose a tag to compare
v4.0.0-rc2 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-4.0.0.10781-rc2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0-rc2] (2023-04-27)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the expected download content length in the job properly: [#10607](https://github...

Read more

v4.0.0-rc1

21 Apr 18:04
Compare
Choose a tag to compare
v4.0.0-rc1 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-4.0.0.10732-rc1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0-rc1] (2023-04-21)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the expected download content length in the job properly: [#10607](https://github...

Read more

v4.0.0-beta2

20 Apr 16:06
Compare
Choose a tag to compare
v4.0.0-beta2 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-4.0.0.10718-beta2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0-beta2] (2023-04-20)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the expec...

Read more

v4.0.0-beta1

14 Apr 11:26
Compare
Choose a tag to compare
v4.0.0-beta1 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-4.0.0.10639-beta1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.0.0-beta1] (2023-04-18)

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

Summary

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953
  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270
  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311
  • Bugfix - Fix update channel dropdown: #10251
  • Bugfix - Select keep files as default action in all files removed dialog: #10254
  • Bugfix - Undefined client state after fetching credentials failed: #10408
  • Bugfix - Escape navigation elements from user name: #10427
  • Bugfix - Under certain conditions the folder watcher could drop events: #10458
  • Bugfix - Properly handle OAuth invalidation: #10494
  • Bugfix - Clear conflict errors after they where resolved: #10569
  • Bugfix - Set the expected download content length in the job properly: #10607
  • Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
  • Bugfix - Ensure the account state is properly persisted: #10648
  • Bugfix - Reconnect got stuck if the server supports app providers: #10666
  • Change - Implement server guided migration to spaces: #9945
  • Enhancement - Display This space is either disabled or deleted for gone spaces: #9700
  • Enhancement - Sync virtual files that are locked by office etc: #9829
  • Enhancement - Replace term (un)pause with a more suitable one: #10231
  • Enhancement - Check for long paths when these are not enabled on Windows: #10264
  • Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
  • Enhancement - Disable DPI scaling factor rounding on Windows: #10406
  • Enhancement - Display quota for Spaces: #10453
  • Enhancement - New WebFinger workflow: #10517
  • Enhancement - Branding: Allow the addition of buttons to open a url: #10518
  • Enhancement - Build the client without the auto updater by default: #10537
  • Enhancement - Improve presentation of connection state: #10557
  • Enhancement - Display open in web in file browser context menu, on sync roots: #10572
  • Enhancement - Display space subtitle if available: #10577
  • Enhancement - Open sharing options in Web: #10590
  • Enhancement - Display the space name provided by the server: #10602
  • Enhancement - Always point to the latest documentation: #10634
  • Enhancement - More user friendly error handling in the cmd client: #10637
  • Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654

Details

  • Bugfix - Display sync date in system tray context menu when files where ignored: #8953

    #8953

  • Bugfix - Fix computation of sync status when multiple folders are synced: #9270

    #9270
    #10536
    #10642

  • Bugfix - Don't abort local folder deletions on unrelated errors: #9311

    We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
    the sync tree.

    #9311

  • Bugfix - Fix update channel dropdown: #10251

    When switching to the beta update channel in testpilotcloud, a warning will pop up. When
    canceled, the selection should reset. This did not work reliably in localized clients due to
    the use of string comparisons. Using a numeric index to keep track of the old value fixes the
    problem.

    #10251
    #10609
    #10627

  • Bugfix - Select keep files as default action in all files removed dialog: #10254

    #10254

  • Bugfix - Undefined client state after fetching credentials failed: #10408

    We fixed a bug where the client got stuck in a "No connection configured" state if an error
    occurred during the retrieval of the credentials from the system's keychain. The client then
    required a manual log out and log in.

    #10408
    #10505

  • Bugfix - Escape navigation elements from user name: #10427

    We use the user name as folder name, if a user name contains path navigation elements we now
    escape them.

    #10427

  • Bugfix - Under certain conditions the folder watcher could drop events: #10458

    #10458

  • Bugfix - Properly handle OAuth invalidation: #10494

    #10494
    #10495

  • Bugfix - Clear conflict errors after they where resolved: #10569

    #10569

  • Bugfix - Set the e...

Read more

v3.2.1

08 Mar 09:04
Compare
Choose a tag to compare

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.1.10355.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.2.1] (2023-03-07)

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

Summary

  • Bugfix - Handle hide VirtualFiles options as disable VirtualFiles: #5612
  • Bugfix - Fix crash in Linux AppImage updater: #10552
  • Bugfix - Fix encoding issue with basic authentication: #10564

Details

  • Bugfix - Handle hide VirtualFiles options as disable VirtualFiles: #5612

    Due to legacy reasons the branding flag and its fuction differ.

    owncloud/enterprise#5612

  • Bugfix - Fix crash in Linux AppImage updater: #10552

    In between the releases 3.0.0 and 3.1.0, a dependency was updated, causing an ABI
    incompatibility with another library. We resolved this by rebuilding both libraries.

    #10552

  • Bugfix - Fix encoding issue with basic authentication: #10564

    In 3.0 we introduced an encoding issue for basic authentication.

    #10564

v3.2.0

16 Feb 15:06
Compare
Choose a tag to compare

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.0.10193.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.2.0] (2023-02-16)

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

Summary

  • Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
  • Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
  • Bugfix - Use selective sync settings from FolderWizard dialog: #10468
  • Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
  • Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
  • Bugfix - Empty credentials for signed out accounts: #10500

Details

  • Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441

    After a change to how the next button is controlled by user input on the page, we forgot to make
    this change on the Webfinger page, too.

    #10441

  • Bugfix - Only hide non VFS settings when enforced and on Windows: #10456

    #10456

  • Bugfix - Use selective sync settings from FolderWizard dialog: #10468

    Due to a bug the user selection was not persisted.

    #10468

  • Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472

    #10472

  • Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481

    #10481

  • Bugfix - Empty credentials for signed out accounts: #10500

    We fixed a bug where we saved empty credentials for logged out accounts. Under certain
    conditions we now tried access the server without any authentication.

    #10500

v3.2.0-rc2

14 Feb 14:07
Compare
Choose a tag to compare
v3.2.0-rc2 Pre-release
Pre-release

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.0.10156-rc2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.2.0-rc2] (2023-02-14)

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

Summary

  • Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
  • Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
  • Bugfix - Use selective sync settings from FolderWizard dialog: #10468
  • Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
  • Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
  • Bugfix - Empty credentials for signed out accounts: #10500

Details

  • Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441

    After a change to how the next button is controlled by user input on the page, we forgot to make
    this change on the Webfinger page, too.

    #10441

  • Bugfix - Only hide non VFS settings when enforced and on Windows: #10456

    #10456

  • Bugfix - Use selective sync settings from FolderWizard dialog: #10468

    Due to a bug the user selection was not persisted.

    #10468

  • Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472

    #10472

  • Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481

    #10481

  • Bugfix - Empty credentials for signed out accounts: #10500

    We fixed a bug where we saved empty credentials for logged out accounts. Under certain
    conditions we now tried access the server without any authentication.

    #10500