Skip to content

Releases: owncloud/client

v3.0.0-alpha4

29 Sep 12:42
Compare
Choose a tag to compare
v3.0.0-alpha4 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.0.0-alpha4.8656.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.0.0-alpha4] (2022-09-29)

The following sections list the changes in ownCloud Desktop Client unreleased 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 - Don't trigger ignore list when files are locked on the server: #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 - 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 - Add a prefer: minimal header to PROPFINDs: #10104
  • 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

  • Bugfix - Don't unset implicit log flush: #9515

    Since #9515 we flush the the log if the output is
    stdout. We fixed a bug which disabled it again.

    #9515

  • Bugfix - We fixed a crash: #10017

    We fixed a crash that could occur after a folder reported a setup error

    #10017

  • Bugfix - Sync status changes are now directly displayed: #10101

    #10101

  • Bugfix - Don't trigger ignore list when files are locked on the server: #5382

    owncloud/enterprise#5382

  • Bugfix - Add request time and other missing data to .owncloudsync.log: #7348

    Some parameters were missing for some operations. This fix makes the log more complete and more
    useful as a result.

    #7348

  • Bugfix - Don't display a conext menu on the root folder: #8595

    #8595

  • Bugfix - Fix copy url location for private links: #9048

    We fixed a bug where a placholder was copied to the clipboard instead of the url.

    #9048

  • Bugfix - Fix status of files uploaded with TUS: #9472

    Setting the upload status of files uploaded with TUS failed as we were still using the file.

    #9472

  • Bugfix - The condition for the read only files menu was inverted: #9574

    We fixed a bug where we displayed solutions to fix issues with read only fils for readable files
    and vise versa.

    #9574

  • Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681

    We fixed a deadlock when a user requested a context menu in a folder slection dialog on Windows.

    #9681

  • Bugfix - Fix never ending sync: #9725

    Under certain conditions an upload could enter a state were it would never finish. The client
    would wait for that upload so only a restart of the client or a manual abort of the sync could
    resolve the issue.

    #9725

  • Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](...

Read more

v3.0.0-alpha3

14 Sep 07:46
Compare
Choose a tag to compare
v3.0.0-alpha3 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.0.0-alpha3.8533.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.0.0-alpha3] (2022-09-14)

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

Summary

  • Bugfix - Don't unset implicit log flush: #9515
  • Bugfix - We fixed a crash: #10017
  • 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 - 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 - 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

  • Bugfix - Don't unset implicit log flush: #9515

    Since #9515 we flush the the log if the output is
    stdout. We fixed a bug which disabled it again.

    #9515

  • Bugfix - We fixed a crash: #10017

    We fixed a crash that could occur after a folder reported a setup error

    #10017

  • Bugfix - Add request time and other missing data to .owncloudsync.log: #7348

    Some parameters were missing for some operations. This fix makes the log more complete and more
    useful as a result.

    #7348

  • Bugfix - Don't display a conext menu on the root folder: #8595

    #8595

  • Bugfix - Fix copy url location for private links: #9048

    We fixed a bug where a placholder was copied to the clipboard instead of the url.

    #9048

  • Bugfix - Fix status of files uploaded with TUS: #9472

    Setting the upload status of files uploaded with TUS failed as we were still using the file.

    #9472

  • Bugfix - The condition for the read only files menu was inverted: #9574

    We fixed a bug where we displayed solutions to fix issues with read only fils for readable files
    and vise versa.

    #9574

  • Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681

    We fixed a deadlock when a user requested a context menu in a folder slection dialog on Windows.

    #9681

  • Bugfix - Fix never ending sync: #9725

    Under certain conditions an upload could enter a state were it would never finish. The client
    would wait for that upload so only a restart of the client or a manual abort of the sync could
    resolve the issue.

    #9725

  • Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752

    We used to add those bookmarks in a Gtk+ 2 compatible way only. Now, bookmarks are added to the
    file belonging to Gtk+ 3, dropping support for end-of-life Gtk+ 2. The bookmarks are now shown
    again for all Gtk+ 3 compatible file browsers, including Thunar, Nautilus, Nemo, Caja, etc.

    #9752

  • Bugfix - Stop the activity spinner when the request failed: #9798

    If the server did not provide the activity endpoint we always displayed a progress spinenr.

    #9798

  • Bugfix - Changes during upload of a file could still trigger the igno...

Read more

v2.11.1

01 Sep 11: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-2.11.1.8438.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.1] (2022-09-01)

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

Summary

  • Bugfix - Fix configuration of selective sync from account settings: #10058

Details

  • Bugfix - Fix configuration of selective sync from account settings: #10058

    We fixed a bug that prevented the directory tree in the account settings window from being
    expanded beyond the root directory level. The problem was introduced in 8d0dd36.

    #10058
    #10065

v2.11.1-rc2

29 Aug 18:32
Compare
Choose a tag to compare
v2.11.1-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-2.11.1-rc2.8424.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.1-rc2] (2022-08-29)

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

Summary

  • Bugfix - Fix configuration of selective sync from account settings: #10058

Details

  • Bugfix - Fix configuration of selective sync from account settings: #10058

    We removed a superfluous check which caused the directory tree in the account settings window
    to no longer expand beyond the first level. The problem was introduced in 8d0dd36.

    #10058

v2.11.1-rc1

29 Aug 15:54
Compare
Choose a tag to compare
v2.11.1-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-2.11.1-rc1.8408.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.1-rc1] (2022-08-26)

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

Summary

  • Bugfix - Fix configuration of selective sync from account settings: #10058

Details

  • Bugfix - Fix configuration of selective sync from account settings: #10058

    We removed a superfluous check which caused the directory tree in the account settings window
    to no longer expand beyond the first level. The problem was introduced in 8d0dd36.

    #10058

v2.11.0

18 Aug 11:09
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-2.11.0.8354.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.0] (2022-08-18)

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

Summary

  • Bugfix - Compare usernames case insensitive: #5174
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • Bugfix - Database was recreated after its removal: #9791
  • Bugfix - We fixed a potential crash: #9864
  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
  • Bugfix - Run next scheduled sync after a folder was removed: #9969
  • Bugfix - Windows VFS: Keep file attributes and pin state: #34
  • Enhancement - Throttle the UI updates during sync: #9832
  • Enhancement - Run vfs downloads with a high priority: #9836
  • Enhancement - Don't abort sync if a user requests a file: #9956

Details

  • Bugfix - Compare usernames case insensitive: #5174

    We fixed a bug where the user name was compared with the name provided by the server in a case
    sensitive way.

    owncloud/enterprise#5174

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Bugfix - Database was recreated after its removal: #9791

    We fixed a bug whre the database was recreated during the removal of a sync folder connection.

    #9791

  • Bugfix - We fixed a potential crash: #9864

    #9864

  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966

    We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
    existing files.

    #9966

  • Bugfix - Run next scheduled sync after a folder was removed: #9969

    We fixed a bug where we did not start another sync when a folder that was currently syncing was
    removed.

    #9969

  • Bugfix - Windows VFS: Keep file attributes and pin state: #34

    When a user selected "Always keep on this device" on a cloud only file, we lost that information.
    "Always keep on this device" only worked on already present files.

    owncloud/client-desktop-vfs-win#34

  • Enhancement - Throttle the UI updates during sync: #9832

    We reduced the number of UI updates during the sync, especially with Windows vfs files this
    should improve the performance by a lot.

    #9832
    #9863

  • Enhancement - Run vfs downloads with a high priority: #9836

    This should reduce the probability for timeouts when downloading vfs files in the Windows
    explorer.

    #9832
    #9836

  • Enhancement - Don't abort sync if a user requests a file: #9956

    Previously we aborted any running sync if a user requested a file that was not yet available
    locally. This was done to ensure the user does not need to wait for the current sync to finish.
    However in todays code both actions the download and the sync can run in parallel.

    #9832
    #9956

v2.11-rc3

17 Aug 15:24
Compare
Choose a tag to compare
v2.11-rc3 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-2.11.0-rc3.8346.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.0-rc3] (2022-08-17)

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

Summary

  • Bugfix - Compare usernames case insensitive: #5174
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • Bugfix - Database was recreated after its removal: #9791
  • Bugfix - We fixed a potential crash: #9864
  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
  • Bugfix - Run next scheduled sync after a folder was removed: #9969
  • Bugfix - Windows VFS: Keep file attributes and pin state: #34
  • Enhancement - Throttle the UI updates during sync: #9832
  • Enhancement - Run vfs downloads with a high priority: #9836
  • Enhancement - Don't abort sync if a user requests a file: #9956

Details

  • Bugfix - Compare usernames case insensitive: #5174

    We fixed a bug where the user name was compared with the name provided by the server in a case
    sensitive way.

    owncloud/enterprise#5174

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Bugfix - Database was recreated after its removal: #9791

    We fixed a bug whre the database was recreated during the removal of a sync folder connection.

    #9791

  • Bugfix - We fixed a potential crash: #9864

    #9864

  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966

    We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
    existing files.

    #9966

  • Bugfix - Run next scheduled sync after a folder was removed: #9969

    We fixed a bug where we did not start another sync when a folder that was currently syncing was
    removed.

    #9969

  • Bugfix - Windows VFS: Keep file attributes and pin state: #34

    When a user selected "Always keep on this device" on a cloud only file, we lost that information.
    "Always keep on this device" only worked on already present files.

    owncloud/client-desktop-vfs-win#34

  • Enhancement - Throttle the UI updates during sync: #9832

    We reduced the number of UI updates during the sync, especially with Windows vfs files this
    should improve the performance by a lot.

    #9832
    #9863

  • Enhancement - Run vfs downloads with a high priority: #9836

    This should reduce the probability for timeouts when downloading vfs files in the Windows
    explorer.

    #9832
    #9836

  • Enhancement - Don't abort sync if a user requests a file: #9956

    Previously we aborted any running sync if a user requested a file that was not yet available
    locally. This was done to ensure the user does not need to wait for the current sync to finish.
    However in todays code both actions the download and the sync can run in parallel.

    #9832
    #9956

v2.11.0-rc2

17 Aug 12:06
Compare
Choose a tag to compare
v2.11.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-2.11.0-rc2.8343.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.0-rc2] (2022-08-17)

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

Summary

  • Bugfix - Compare usernames case insensitive: #5174
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • Bugfix - Database was recreated after its removal: #9791
  • Bugfix - We fixed a potential crash: #9864
  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
  • Bugfix - Windows VFS: Keep file attributes and pin state: #34
  • Enhancement - Throttle the UI updates during sync: #9832
  • Enhancement - Run vfs downloads with a high priority: #9836
  • Enhancement - Don't abort sync if a user requests a file: #9956

Details

  • Bugfix - Compare usernames case insensitive: #5174

    We fixed a bug where the user name was compared with the name provided by the server in a case
    sensitive way.

    owncloud/enterprise#5174

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Bugfix - Database was recreated after its removal: #9791

    We fixed a bug whre the database was recreated during the removal of a sync folder connection.

    #9791

  • Bugfix - We fixed a potential crash: #9864

    #9864

  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966

    We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
    existing files.

    #9966

  • Bugfix - Windows VFS: Keep file attributes and pin state: #34

    When a user selected "Always keep on this device" on a cloud only file, we lost that information.
    "Always keep on this device" only worked on already present files.

    owncloud/client-desktop-vfs-win#34

  • Enhancement - Throttle the UI updates during sync: #9832

    We reduced the number of UI updates during the sync, especially with Windows vfs files this
    should improve the performance by a lot.

    #9832
    #9863

  • Enhancement - Run vfs downloads with a high priority: #9836

    This should reduce the probability for timeouts when downloading vfs files in the Windows
    explorer.

    #9832
    #9836

  • Enhancement - Don't abort sync if a user requests a file: #9956

    Previously we aborted any running sync if a user requested a file that was not yet available
    locally. This was done to ensure the user does not need to wait for the current sync to finish.
    However in todays code both actions the download and the sync can run in parallel.

    #9832
    #9956

v2.11.0-rc1

03 Aug 10:18
Compare
Choose a tag to compare
v2.11.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-2.11.0-rc1.8255.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.11.0-rc1] (2022-08-03)

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

Summary

  • Bugfix - Compare usernames case insensitive: #5174
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • Bugfix - Database was recreated after its removal: #9791
  • Bugfix - We fixed a potential crash: #9864
  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
  • Bugfix - Windows VFS: Keep file attributes and pin state: #34
  • Enhancement - Throttle the UI updates during sync: #9832
  • Enhancement - Run vfs downloads with a high priority: #9836
  • Enhancement - Don't abort sync if a user requests a file: #9956

Details

  • Bugfix - Compare usernames case insensitive: #5174

    We fixed a bug where the user name was compared with the name provided by the server in a case
    sensitive way.

    owncloud/enterprise#5174

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Bugfix - Database was recreated after its removal: #9791

    We fixed a bug whre the database was recreated during the removal of a sync folder connection.

    #9791

  • Bugfix - We fixed a potential crash: #9864

    #9864

  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966

    We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
    existing files.

    #9966

  • Bugfix - Windows VFS: Keep file attributes and pin state: #34

    When a user selected "Always keep on this device" on a cloud only file, we lost that information.
    "Always keep on this device" only worked on already present files.

    owncloud/client-desktop-vfs-win#34

  • Enhancement - Throttle the UI updates during sync: #9832

    We reduced the number of UI updates during the sync, especially with Windows vfs files this
    should improve the performance by a lot.

    #9832
    #9863

  • Enhancement - Run vfs downloads with a high priority: #9836

    This should reduce the probability for timeouts when downloading vfs files in the Windows
    explorer.

    #9832
    #9836

  • Enhancement - Don't abort sync if a user requests a file: #9956

    Previously we aborted any running sync if a user requested a file that was not yet available
    locally. This was done to ensure the user does not need to wait for the current sync to finish.
    However in todays code both actions the download and the sync can run in parallel.

    #9832
    #9956

v3.0.0-alpha2

24 May 12:10
Compare
Choose a tag to compare
v3.0.0-alpha2 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.0.0-alpha2.7681.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.0.0-alpha2] (2022-05-24)

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

Summary

  • Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
  • Bugfix - Fix copy url location for private links: #9048
  • Bugfix - Fix status of files uploaded with TUS: #9472
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • 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 - 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
  • Enhancement - Built-in AppImage self-updater: #8923
  • 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

Details

  • Bugfix - Add request time and other missing data to .owncloudsync.log: #7348

    Some parameters were missing for some operations. This fix makes the log more complete and more
    useful as a result.

    #7348

  • Bugfix - Fix copy url location for private links: #9048

    We fixed a bug where a placholder was copied to the clipboard instead of the url.

    #9048

  • Bugfix - Fix status of files uploaded with TUS: #9472

    Setting the upload status of files uploaded with TUS failed as we were still using the file.

    #9472

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Change - Make sharedialog preview be more resilient: #8938

    We no longer enforce png thumbnails. We no longer replace the file icon if the thumbnail is
    invalid.

    #8938
    #8939

  • Change - We no longer persist cookies: #9495

    We no longer persist cookies over multiple client sessions.

    #9495

  • Change - We removed support for ownCloud servers < 10.0: #9578

    #9578

  • Change - Remove support for Windows 7 sidebar links: #9618

    We removed the support for Windows < 10 sidebar links.

    #9618

  • Change - Rewrote TLS error handling: #9655

    We rewrote the way we handle TLS errors.

    #9655
    #9643
    #9667

  • Change - We removed the TLS certificate button from the account page: #9675

    #9675

  • Enhancement - Built-in AppImage self-updater: #8923

    In release 2.10, we introduced a preview on our future AppImage packaging for Linux
    distributions. Now, these AppImages can self-update using a built-in libappimageupdate
    based updater and ownCloud's update infrastructure.

    #8923
    #9376

  • Enhancement - Rewrite wizard from scratch: #9249

    We completely rewrote the wizard from scratch. The new wizard provides greater flexibility
    and makes adding new features easier in the future. It has also been redesigned to improve the
    user experience.

    #9249
    #9482
    #9566

  • Enhancement - Remove use of legacy DAV endpoint: #9538

    We no longer guess the DAV endpoint depending on the chunking-ng feature.

    #9538

  • Enhancement - Support for OCIS Spaces: #9154

    We added support to sync OCIS Spaces.

    #9154
    #9575

  • Enhancement - Set Windows VFS placeholders readonly if needed: #9598

    We now properly set the read only flag on Windows virtual files.

    #9598
    owncloud/client-desktop-vfs-win#24