github owncloud/client v5.0.0-alpha.1

latest releases: v5.3.1, v5.3.0, v5.3.0-rc.1...
pre-release14 months ago

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

    #10197

  • Enhancement - Log http request when it is send: #10313

    We now log the http request when it is send, not when it is created. This will elable us to print
    more headers set by the platform and messaure the request time more accurately.

    #10313

  • Enhancement - Allow selective sync of spaces in folder wizard: #10596

    When manually configuring the synchronization of spaces, we now show the selective sync page
    again to allow users to selectively disable the synchronization of remote directories.

    This prevents the unnecessary synchronization of files until the user can use the account
    settings dialog to configure selective sync.

    #10596
    #11044

  • Enhancement - Send a language header in all http requests: #10619

    All http requests to the server will now contain the language for the client. This can be used by
    the server to localize responses like error messages.

    #10619
    #11020

  • Enhancement - Help user fix problems on the last setup wizard page: #10680

    When there are problems within the advanced configuration on the last setup wizard page, we no
    longer just show an error message but also "unhide" those settings to give the user a chance of
    fixing the problem.

    #10680
    #11029

  • Enhancement - Display a progress spinner during the initial setup: #10751

    We now display a progress spinner after the setup wizard, until the client is done setting the
    account up.

    #10751

  • Enhancement - Reduce how often file changes are handled: #10825

    We no longer handle file changes every 1s but gather them for 10s and handle them then.

    This should reduce the amount of unnecessary checksum computations and attempted syncs.

    #10825

  • Enhancement - Persist filter settings for Not Synced tab: #10928

    We now store the filter settings in the Not Synced tab. So after a restart of the client, the
    filter will still be the same as the last time.

    #10884
    #10928

Don't miss a new client release

NewReleases is sending notifications on new releases.