Skip to content

Releases: owncloud/client

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.

    https://github.com/owncloud/enterprise/issues/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

v3.1.0

25 Jan 17:50
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.1.0.9872.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.1.0] (2023-01-25)

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

Summary

  • Bugfix - Fix the display of the version string for released builds: #10329
  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340
  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
  • Bugfix - Correctly detect timeouts during token refrshs: #10373
  • Bugfix - Open in web if debug logs are turned off: #10387
  • Bugfix - We fixed building the client on non linux unix systems: #10398
  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294
  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

Details

  • Bugfix - Fix the display of the version string for released builds: #10329

    We removed a trailing - in the version string of released clients.

    #10329

  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338

    We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
    unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2.

    #10338

  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340

    We fixed a bug where the wrong text was displayed on the "add" button.

    #10340

  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346

    #10346

  • Bugfix - Correctly detect timeouts during token refrshs: #10373

    #10373

  • Bugfix - Open in web if debug logs are turned off: #10387

    Due to a bug opening the browser only worked if logging was enabled.

    #10387

  • Bugfix - We fixed building the client on non linux unix systems: #10398

    #10398

  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294

    We added a Reconnect button to the account menu, this allows to trigger a manual reconnect
    try. Note: The client would try to reconnect by itself at some point.

    #10294

  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

    There used to be an option to enable the synchronization of hidden files using the -h parameter
    which collided with the --help option and subsequently was removed. A new
    --sync-hidden-files parameter was introduced to fill in the missing feature.

    #10390

v3.1.0-rc2

20 Jan 08:55
Compare
Choose a tag to compare
v3.1.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.1.0-rc2.9818.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.1.0-rc2] (2023-01-20)

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

Summary

  • Bugfix - Fix the display of the version string for released builds: #10329
  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340
  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
  • Bugfix - Correctly detect timeouts during token refrshs: #10373
  • Bugfix - Open in web if debug logs are turned off: #10387
  • Bugfix - We fixed building the client on non linux unix systems: #10398
  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294
  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

Details

  • Bugfix - Fix the display of the version string for released builds: #10329

    We removed a trailing - in the version string of released clients.

    #10329

  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338

    We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
    unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2.

    #10338

  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340

    We fixed a bug where the wrong text was displayed on the "add" button.

    #10340

  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346

    #10346

  • Bugfix - Correctly detect timeouts during token refrshs: #10373

    #10373

  • Bugfix - Open in web if debug logs are turned off: #10387

    Due to a bug opening the browser only worked if logging was enabled.

    #10387

  • Bugfix - We fixed building the client on non linux unix systems: #10398

    #10398

  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294

    We added a Reconnect button to the account menu, this allows to trigger a manual reconnect
    try. Note: The client would try to reconnect by itself at some point.

    #10294

  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

    There used to be an option to enable the synchronization of hidden files using the -h parameter
    which collided with the --help option and subsequently was removed. A new
    --sync-hidden-files parameter was introduced to fill in the missing feature.

    #10390

v3.1.0-rc1

18 Jan 13:33
Compare
Choose a tag to compare
v3.1.0-rc1 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.1.0-rc1.9807.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.1.0-rc1] (2023-01-18)

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

Summary

  • Bugfix - Fix the display of the version string for released builds: #10329
  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340
  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
  • Bugfix - Correctly detect timeouts during token refrshs: #10373
  • Bugfix - Open in web if debug logs are turned off: #10387
  • Bugfix - We fixed building the client on non linux unix systems: #10398
  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294
  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

Details

  • Bugfix - Fix the display of the version string for released builds: #10329

    We removed a trailing - in the version string of released clients.

    #10329

  • Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338

    We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
    unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2.

    #10338

  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340

    We fixed a bug where the wrong text was displayed on the "add" button.

    #10340

  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346

    #10346

  • Bugfix - Correctly detect timeouts during token refrshs: #10373

    #10373

  • Bugfix - Open in web if debug logs are turned off: #10387

    Due to a bug opening the browser only worked if logging was enabled.

    #10387

  • Bugfix - We fixed building the client on non linux unix systems: #10398

    #10398

  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294

    We added a Reconnect button to the account menu, this allows to trigger a manual reconnect
    try. Note: The client would try to reconnect by itself at some point.

    #10294

  • Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390

    There used to be an option to enable the synchronization of hidden files using the -h parameter
    which collided with the --help option and subsequently was removed. A new
    --sync-hidden-files parameter was introduced to fill in the missing feature.

    #10390

v3.0.0

30 Nov 19:30
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.0.0.9215.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.0.0] (2022-11-30)

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

Summary

  • Bugfix - Don't unset implicit log flush: #9515
  • Bugfix - We fixed a crash: #10017
  • Bugfix - Sync status changes are now directly displayed: #10101
  • Bugfix - Windows VFS fixed some failing downloads: #49
  • Bugfix - Don't trigger ignore list when files are locked on the server: #5382
  • Bugfix - Properly resume upload with a partial local discovery: #5382
  • Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
  • Bugfix - Don't display a conext menu on the root folder: #8595
  • Bugfix - Fix copy url location for private links: #9048
  • Bugfix - Fix status of files uploaded with TUS: #9472
  • Bugfix - The condition for the read only files menu was inverted: #9574
  • Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
  • Bugfix - Fix never ending sync: #9725
  • Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
  • Bugfix - Stop the activity spinner when the request failed: #9798
  • Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
  • Change - Windows: Update the folder icon on every start: #10184
  • Change - Don't guess remote folder in owncloudcmd: #10193
  • Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
  • Change - Owncloudcmd OCIS support: #10239
  • Change - Make sharedialog preview be more resilient: #8938
  • Change - We no longer persist cookies: #9495
  • Change - We removed support for ownCloud servers < 10.0: #9578
  • Change - Drop socket upload job: #9585
  • Change - Remove support for Windows 7 sidebar links: #9618
  • Change - Rewrote TLS error handling: #9655
  • Change - We removed the TLS certificate button from the account page: #9675
  • Change - Add "open in web editor" feature: #9724
  • Change - Don't display error state when server is unreachable: #9790
  • Enhancement - Windows VFS download speed improvement: #10031
  • Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
  • Enhancement - Allow creation of sync roots with long paths: #10135
  • Enhancement - Windows add longPath awareness: #10136
  • Enhancement - Estimate duration of network requests in httplogger: #10142
  • Enhancement - Tweak logging format: #10310
  • Enhancement - Display Show ownCloud instead of Settings in systray: #8234
  • Enhancement - Built-in AppImage self-updater: #8923
  • Enhancement - Don't query private links if disabled on the server: #8998
  • Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
  • Enhancement - Rewrite wizard from scratch: #9249
  • Enhancement - Remove use of legacy DAV endpoint: #9538
  • Enhancement - Support for OCIS Spaces: #9154
  • Enhancement - Set Windows VFS placeholders readonly if needed: #9598
  • Enhancement - Create continuous log files: #9731
  • Enhancement - Display a correct error when the wrong user was authenticated: #9772
  • Enhancement - We improved the performance for local filesystem actions: #9910
  • Enhancement - We improved the performance of db access: #9918
  • Enhancement - Reduce CPU load during discovery: #9919
  • Enhancement - Remove app name from connection error message: #9923
  • Enhancement - Allow HTTP/1.1 pipelining: #9930
  • Enhancement - Improve look and feel of many dialogs on macOS: #9995

Details

Read more