Skip to content

Releases: owncloud/client

v5.1.0-rc.2

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

Notable improvements over v5.0.0

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

Downloads

ownCloud client

Windows:

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

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

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

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

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

Summary

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

Details

  • Bugfix - Crash when accepting a notification: #11226

    We fixed a potential crash when clicking on a notification.

    #11226

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

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

    #11280
    #11288

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

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

    #11308

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

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

    #11313

v5.1.0-rc.1

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

Notable improvements over v5.0.0

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

Downloads

ownCloud client

Windows:

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

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

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

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

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

Summary

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

Details

  • Bugfix - Crash when accepting a notification: #11226

    We fixed a potential crash when clicking on a notification.

    #11226

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

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

    #11280
    #11288

v5.0.0

06 Oct 11:09
Compare
Choose a tag to compare

Breaking changes:

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

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage

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

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

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

Summary

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

Details

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

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

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

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

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

    #10223

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

    #10351

  • Bugfix - Possible deadlock during log setup: #10905

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

    #10905

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

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

    #10919
    #11128

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

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

    #10978

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

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

    #10990

  • Bugfix - Crash during application shutdown: #11016

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

    #11016

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

    #11047

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

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

    #11107

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

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

    #11162

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

    We fix...

Read more

v5.0.0-rc.4

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

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

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

macOS

Intel M1

Linux

AppImage

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage

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

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

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

Summary

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

Details

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

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

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

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

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

    #10223

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

    #10351

  • Bugfix - Possible deadlock during log setup: #10905

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

    #10905

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

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

    #10919
    #11128

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

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

    #10978

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

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

    #10990

  • Bugfix - Crash during application shutdown: #11016

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

    #11016

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

    #11047

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

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

Read more

v5.0.0-rc.3

29 Sep 17:09
Compare
Choose a tag to compare
v5.0.0-rc.3 Pre-release
Pre-release

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

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

MacOs

Intel M1

Linux

AppImage -

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage -

Sources: ownCloud-5.0.0.12232-rc.3.tar.xz (GPG Signature)

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

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

Summary

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

Details

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

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

    owncloud/enterprise#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.

    https://github.com/...

Read more

v5.0.0-rc.2

22 Sep 17:14
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release

Known issues

  • Linux repositories are omitted from this release

Downloads

ownCloud client

Windows:

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

MacOs

Intel M1

Linux

AppImage -

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

MacOS

Intel M1

Linux

AppImage -

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

Changelog for ownCloud Desktop Client [v5.0.0-rc.2] (2023-09-22)

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

Summary

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

Details

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

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

    owncloud/enterprise#5682

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

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

    #10223

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

    #10351

  • Bugfix - Possible deadlock during log setup: #10905

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

    #10905

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

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

    #10919
    #11128

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

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

    #10978

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

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

    #10990

  • Bugfix - Crash during application shutdown: #11016

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

    #11016

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

    #11047

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

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

    #11107

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

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

    https://github.com/owncloud/cl...

Read more

v5.0.0-beta.3

15 Sep 19:20
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows Windows for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.0.0.12137-beta.3.tar.xz (GPG Signature)

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

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

Summary

  • Bugfix - Avoid duplicate notifications when selective sync is enabled: #5682
  • Bugfix - VFS Placeholders can now be replaced with folders: #10223
  • Bugfix - Authentication dialog no longer appears again and again: #10351
  • Bugfix - Possible deadlock during log setup: #10905
  • Bugfix - Do not create default sync root when loading accounts: #10919
  • Bugfix - Update capabilites and other info after connect: #10978
  • Bugfix - Account activity and crash after an account was removed: #10990
  • Bugfix - Crash during application shutdown: #11016
  • Bugfix - Hide hidden folders again in the selective sync view: #11047
  • Bugfix - Fix check if a file is a placeholder: #11107
  • Bugfix - Hydration state of file after a directory was replaced with a file: #11162
  • Bugfix - Only syncronize after the server settings where refreshed: #11168
  • Bugfix - Consitently use the same icon for folders: #11190
  • Bugfix - Branding of folder status overlay: #11192
  • Change - Extract Nautilus: #8991
  • Change - Remove support for sidebar entries for non-vfs setups on Windows: #10788
  • Change - Remove support for client side system proxy credentials: #10866
  • Change - Modernize systray menu: #10939
  • Change - We removed the pre 2.9 credentials migration: #11081
  • Change - Remove libcloudproviders integration: #11148
  • 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

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

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

    #11162

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

    We fixed an issue where the sync was started on outdated server settings.

    #11168

  • Bugfix - Consitently use the same icon for folders: #11190

    In 4.0 we introduced a n...

Read more

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