Skip to content

Releases: owncloud/client

v5.0.0-beta.2

26 Aug 08:44
Compare
Choose a tag to compare
v5.0.0-beta.2 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

Sources: ownCloud-5.0.0.11920-beta.2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-beta.2] (2023-08-26)

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
  • 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
  • Enhancement - Store proxy password securely: #261
  • 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

  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change - Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change - Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Change - We removed the pre 2.9 credentials migration: #11081

    ...

Read more

v5.0.0-beta.1

09 Aug 10:14
Compare
Choose a tag to compare
v5.0.0-beta.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.0.0.11675-beta.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-beta.1] (2023-08-09)

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 - Possible deadlock during log setup: #10905
  • Bugfix - Wrong davUser in cmd client: #10946
  • Bugfix - Missing mtime in ocis uploads: #10950
  • 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
  • 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
  • Enhancement - Store proxy password securely: #261
  • 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 - 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 - Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • Bugfix - Missing mtime in ocis uploads: #10950

    When uploading a file to ocis the server ignores the X-OC-Mtime header and expects the mtime to
    be part of the Upload-Metadata header. We now provide both.

    #10950

  • 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

  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change - Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change - Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Change - We removed the pre 2.9 credentials migration: #11081

    Migrating credentials from a 2.8 or older client is no longer possible.

    #11081

  • Enhancement - Store proxy password securely: #261

    #261

  • Enhancement - Change how all files deleted is handled: #8360

    When the client detects that all files are deleted on either side of the sync, the client now
    aborts the sync and asks for a user decision. Afterwords a new sync is started.

    Previously we blocked the current sync until the user responded which could lead to unwanted
    side effects.

    #8360

  • Enhancement - Port from QtSingleApplication to KDSingleApplication: [#8...

Read more

v4.2.0

07 Aug 14:10
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.2.0.11670.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.2.0] (2023-08-07)

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

Summary

  • Bugfix - Wrong davUser in cmd client: #10946
  • Bugfix - Missing mtime in ocis uploads: #10950

Details

  • Bugfix - Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • Bugfix - Missing mtime in ocis uploads: #10950

    When uploading a file to ocis the server ignores the X-OC-Mtime header and expects the mtime to
    be part of the Upload-Metadata header. We now provide both.

    #10950

v5.0.0-alpha.1

21 Jul 21:31
Compare
Choose a tag to compare
v5.0.0-alpha.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.0.0.11523-alpha.1.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.0.0-alpha.1] (2023-07-21)

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 - Possible deadlock during log setup: #10905
  • Bugfix - Wrong davUser in cmd client: #10946
  • 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
  • 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
  • Enhancement - Store proxy password securely: #261
  • 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

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 - 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 - Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • 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

  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788

    For vfs setups, this is handled by Windows itself.

    #10788
    #10910

  • Change - Remove support for client side system proxy credentials: #10866

    We removed the support to query and store credentials for the system proxy.

    #10866

  • Change - Modernize systray menu: #10939

    We had a closer look on the system tray and cleaned it up.

    #10939
    #10949
    #10999

  • Enhancement - Store proxy password securely: #261

    #261

  • Enhancement - Change how all files deleted is handled: #8360

    When the client detects that all files are deleted on either side of the sync, the client now
    aborts the sync and asks for a user decision. Afterwords a new sync is started.

    Previously we blocked the current sync until the user responded which could lead to unwanted
    side effects.

    #8360

  • Enhancement - Port from QtSingleApplication to KDSingleApplication: #8432

    Instead of relying on an old copy of QtSingleApplication we use
    https://github.com/KDAB/KDSingleApplication

    #8432
    #10754
    #10758

  • Enhancement - Enable crash reporter in commandline client: #8991

    While the crash reporter still requires a graphical user interface to work, this change
    nevertheless simplifies reporting crashes from the commandline client a lot.

    #8991

  • Enhancement - Make "Show files versions..." context menu action available: [#10197](https://github.com/owncloud/client/issue...

Read more

v4.1.0

16 Jun 12:45
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.1.0.11250.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.1.0] (2023-06-16)

The following sections list the changes in ownCloud Desktop Client 4.1.0 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.1.0-rc.2

07 Jun 12:11
Compare
Choose a tag to compare
v4.1.0-rc.2 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.11195-rc.2.tar.xz (GPG Signature)

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

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