Skip to content

Releases: owncloud/client

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

v3.0.0-alpha1

18 May 13:23
Compare
Choose a tag to compare
v3.0.0-alpha1 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-alpha1.7627.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.0.0-alpha1] (2022-05-18)

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

v2.10.1

05 Apr 14:11
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.10.1.7187.tar.xz (GPG Signature)

Known Issues

  • GCC 12: In order to build with gcc 12 you'll need to apply this patch

Changelog for ownCloud Desktop Client [v2.10.1] (2022-04-05)

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

Summary

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
  • Bugfix - Remove outdated translations: #9105
  • Bugfix - Progress reporting for TUS uploads: #9121
  • Bugfix - Fix crash if a database error occurs: #9147
  • Bugfix - --version showed incorrect information about VFS support: #9155
  • Bugfix - Client warns about non exisitng files: #9236
  • Bugfix - Mention source file in activity tab when renaming: #9238
  • Bugfix - Fix crash on remove account: #9367
  • Bugfix - Raise ssl issue dialoig above the wizard: #9375
  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
  • Bugfix - Immediately retry upload if file changed during sync: #9382
  • Bugfix - Don't reset change time on upload: #9383
  • Bugfix - Fix toggling launch-on-login for macOS: #9387
  • Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
  • Bugfix - Fix possible crash: #9417
  • Bugfix - Add open local/remote folder options: #9405
  • Bugfix - Fix Account Filter for Server Activity tab: #9481
  • Bugfix - Ensure proper setup of network jobs on retries: #9437
  • Bugfix - If reuqired clear cookies in more scenarios: #9489
  • Bugfix - Improve filter pop-up menu and button: #9425
  • Bugfix - Possible crash when removing non exisitng folder: #9533
  • Bugfix - Can't stop basic auth login: #9545
  • Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
  • Bugfix - Possible crash when downloading a virtual file on Windows: #21
  • Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
  • Enhancement - Retry token refresh multiple times before logout: #9245
  • Enhancement - Don't log error when checking removed file for changes: #9304
  • Enhancement - Leave password field in share dialog enabled on errors: #9336
  • Enhancement - Provide informal German translations: #9460
  • Enhancement - Always flush log when logging to stdout: #9515
  • Enhancement - Added branding parameter to disallow duplicated folder sync pairs: #9523
  • Enhancement - Retry update after 10 minutes: #9522

Details

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030

    #9030
    #9452

  • Bugfix - Remove outdated translations: #9105

    Due to a bug we were not removing the translations that fell below a required quality margin, we
    only stopped updating them. Resulting in even worse translations in some cases.

    #9105

  • Bugfix - Progress reporting for TUS uploads: #9121

    We fixed a bug with missing progress reporting in TUS uploads

    #9121

  • Bugfix - Fix crash if a database error occurs: #9147

    We no longer crash if a database error occurs on startup, instead the folder will enter an error
    sate similar to the case that the folder does not exist.

    #9147

  • Bugfix - --version showed incorrect information about VFS support: #9155

    --version used to always show "Off", even when a VFS plugin was available. This has been fixed
    now.

    #9155
    #9457

  • Bugfix - Client warns about non exisitng files: #9236

    We fixed a bug where the client warns about ignored files that where added to the DB in previous
    versions of the client and do no longer exist.

    #9236

  • Bugfix - Mention source file in activity tab when renaming: #9238

    #9238
    #9453

  • Bugfix - Fix crash on remove account: #9367

    We fixed a potential reference to a deleted item, when an account was removed.

    #9367

  • Bugfix - Raise ssl issue dialoig above the wizard: #9375

    Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.

    #9375

  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381

    If a customer does not provide sidebar icons we use the ownCloud sidebar icons.

    #9381

  • Bugfix - Immediately retry upload if file changed during sync: #9382

    If a file changed during discovery and the actual upload for multiple retries in a row, changes
    of it were ignored for a period of time.

    #9382

  • Bugfix - Don't reset change time on upload: #9383

    We fixed a bug where we reset the change time of Windows placeholder files to the value in the
    database during uploads. This cold cause other applications to detect non existing changes in
    that file.

    #9383
    owncloud/client-desktop-vfs-win#16

  • Bugfix - Fix toggling launch-on-login for macOS: #9387

    This would fail when upgrading the application, and the upgraded version ha...

Read more

v2.10.1-rc2

24 Mar 13:19
Compare
Choose a tag to compare
v2.10.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.10.1-rc2.7080.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.1-rc2] (2022-03-24)

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

Summary

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
  • Bugfix - Remove outdated translations: #9105
  • Bugfix - Progress reporting for TUS uploads: #9121
  • Bugfix - Fix crash if a database error occurs: #9147
  • Bugfix - --version showed incorrect information about VFS support: #9155
  • Bugfix - Client warns about non exisitng files: #9236
  • Bugfix - Mention source file in activity tab when renaming: #9238
  • Bugfix - Fix crash on remove account: #9367
  • Bugfix - Raise ssl issue dialoig above the wizard: #9375
  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
  • Bugfix - Immediately retry upload if file changed during sync: #9382
  • Bugfix - Don't reset change time on upload: #9383
  • Bugfix - Fix toggling launch-on-login for macOS: #9387
  • Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
  • Bugfix - Fix possible crash: #9417
  • Bugfix - Add open local/remote folder options: #9405
  • Bugfix - Fix Account Filter for Server Activity tab: #9481
  • Bugfix - Ensure proper setup of network jobs on retries: #9437
  • Bugfix - If reuqired clear cookies in more scenarios: #9489
  • Bugfix - Improve filter pop-up menu and button: #9425
  • Bugfix - Possible crash when removing non exisitng folder: #9533
  • Bugfix - Can't stop basic auth login: #9545
  • Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
  • Bugfix - Possible crash when downloading a virtual file on Windows: #21
  • Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
  • Enhancement - Retry token refresh multiple times before logout: #9245
  • Enhancement - Don't log error when checking removed file for changes: #9304
  • Enhancement - Leave password field in share dialog enabled on errors: #9336
  • Enhancement - Provide informal German translations: #9460
  • Enhancement - Always flush log when logging to stdout: #9515
  • Enhancement - Added branding parameter to disallow duplicated folder sync pairs: #9523
  • Enhancement - Retry update after 10 minutes: #9522

Details

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030

    #9030
    #9452

  • Bugfix - Remove outdated translations: #9105

    Due to a bug we were not removing the translations that fell below a required quality margin, we
    only stopped updating them. Resulting in even worse translations in some cases.

    #9105

  • Bugfix - Progress reporting for TUS uploads: #9121

    We fixed a bug with missing progress reporting in TUS uploads

    #9121

  • Bugfix - Fix crash if a database error occurs: #9147

    We no longer crash if a database error occurs on startup, instead the folder will enter an error
    sate similar to the case that the folder does not exist.

    #9147

  • Bugfix - --version showed incorrect information about VFS support: #9155

    --version used to always show "Off", even when a VFS plugin was available. This has been fixed
    now.

    #9155
    #9457

  • Bugfix - Client warns about non exisitng files: #9236

    We fixed a bug where the client warns about ignored files that where added to the DB in previous
    versions of the client and do no longer exist.

    #9236

  • Bugfix - Mention source file in activity tab when renaming: #9238

    #9238
    #9453

  • Bugfix - Fix crash on remove account: #9367

    We fixed a potential reference to a deleted item, when an account was removed.

    #9367

  • Bugfix - Raise ssl issue dialoig above the wizard: #9375

    Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.

    #9375

  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381

    If a customer does not provide sidebar icons we use the ownCloud sidebar icons.

    #9381

  • Bugfix - Immediately retry upload if file changed during sync: #9382

    If a file changed during discovery and the actual upload for multiple retries in a row, changes
    of it were ignored for a period of time.

    #9382

  • Bugfix - Don't reset change time on upload: #9383

    We fixed a bug where we reset the change time of Windows placeholder files to the value in the
    database during uploads. This cold cause other applications to detect non existing changes in
    that file.

    #9383
    owncloud/client-desktop-vfs-win#16

  • Bugfix - Fix toggling launch-on-login for macOS: #9387

    This would fail when upgrading the application, and the upgraded version has one or more
    letters in the ...

Read more

v2.10.1-rc1

15 Mar 13:17
Compare
Choose a tag to compare
v2.10.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.10.1-rc1.7023.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.1-rc1] (2022-03-15)

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

Summary

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
  • Bugfix - Remove outdated translations: #9105
  • Bugfix - Progress reporting for TUS uploads: #9121
  • Bugfix - Fix crash if a database error occurs: #9147
  • Bugfix - --version showed incorrect information about VFS support: #9155
  • Bugfix - Client warns about non exisitng files: #9236
  • Bugfix - Mention source file in activity tab when renaming: #9238
  • Bugfix - Fix crash on remove account: #9367
  • Bugfix - Raise ssl issue dialoig above the wizard: #9375
  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
  • Bugfix - Immediately retry upload if file changed during sync: #9382
  • Bugfix - Don't reset change time on upload: #9383
  • Bugfix - Fix toggling launch-on-login for macOS: #9387
  • Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
  • Bugfix - Fix possible crash: #9417
  • Bugfix - Add open local/remote folder options: #9405
  • Bugfix - Fix Account Filter for Server Activity tab: #9481
  • Bugfix - Ensure proper setup of network jobs on retries: #9437
  • Bugfix - If reuqired clear cookies in more scenarios: #9489
  • Bugfix - Improve filter pop-up menu and button: #9425
  • Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
  • Bugfix - Possible crash when downloading a virtual file on Windows: #21
  • Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
  • Enhancement - Retry token refresh multiple times before logout: #9245
  • Enhancement - Don't log error when checking removed file for changes: #9304
  • Enhancement - Leave password field in share dialog enabled on errors: #9336
  • Enhancement - Provide informal German translations: #9460
  • Enhancement - Always flush log when logging to stdout: #9515

Details

  • Bugfix - Do not strip trailing whitespace from a file or folder name: #9030

    #9030
    #9452

  • Bugfix - Remove outdated translations: #9105

    Due to a bug we were not removing the translations that fell below a required quality margin, we
    only stopped updating them. Resulting in even worse translations in some cases.

    #9105

  • Bugfix - Progress reporting for TUS uploads: #9121

    We fixed a bug with missing progress reporting in TUS uploads

    #9121

  • Bugfix - Fix crash if a database error occurs: #9147

    We no longer crash if a database error occurs on startup, instead the folder will enter an error
    sate similar to the case that the folder does not exist.

    #9147

  • Bugfix - --version showed incorrect information about VFS support: #9155

    --version used to always show "Off", even when a VFS plugin was available. This has been fixed
    now.

    #9155
    #9457

  • Bugfix - Client warns about non exisitng files: #9236

    We fixed a bug where the client warns about ignored files that where added to the DB in previous
    versions of the client and do no longer exist.

    #9236

  • Bugfix - Mention source file in activity tab when renaming: #9238

    #9238
    #9453

  • Bugfix - Fix crash on remove account: #9367

    We fixed a potential reference to a deleted item, when an account was removed.

    #9367

  • Bugfix - Raise ssl issue dialoig above the wizard: #9375

    Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.

    #9375

  • Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381

    If a customer does not provide sidebar icons we use the ownCloud sidebar icons.

    #9381

  • Bugfix - Immediately retry upload if file changed during sync: #9382

    If a file changed during discovery and the actual upload for multiple retries in a row, changes
    of it were ignored for a period of time.

    #9382

  • Bugfix - Don't reset change time on upload: #9383

    We fixed a bug where we reset the change time of Windows placeholder files to the value in the
    database during uploads. This cold cause other applications to detect non existing changes in
    that file.

    #9383
    owncloud/client-desktop-vfs-win#16

  • Bugfix - Fix toggling launch-on-login for macOS: #9387

    This would fail when upgrading the application, and the upgraded version has one or more
    letters in the name changed from/to upper-case.

    #9387
    #9433

  • Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390

    Fixes broken translated icon reference in desktop entries for some branded build themes.

    #9390

  • Bugfix - Fix possible crash: [#9417](ht...

Read more

v2.10.0

17 Jan 13:03
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.10.0.6519.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.0] (2022-01-17)

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

Summary

  • Bugfix - Issues with long file path: #4896
  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924
  • Bugfix - A folder moved on the server was displayed as outdated: #9071
  • Bugfix - Immediately propagate changes to the ignore list: #8975
  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992
  • Bugfix - Crash when handling locked files: #9170
  • Bugfix - Don't abort upload if chunk is locked: #9194
  • Bugfix - Always restart OAuth2 on error: #9196
  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223
  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165
  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257
  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260
  • Bugfix - Handle file locks for delete jobs: #9293
  • Bugfix - Run a full local discovery after we where paused or on a forced sync: #9341
  • Bugfix - Infinite sync loop if folder is locked: #9342
  • Bugfix - We fixed a possible crash: #13
  • Enhancement - Reintroduce issue filtering: #9000
  • Enhancement - Allow to remove broken sync folders: #9099
  • Enhancement - Also ignore local reapeating errors for a period of time: #9208
  • Enhancement - Remove the availability menu from the ui: #9291
  • Enhancement - Add the syncroot to the search indexed with Windows VFS: #12

Details

  • Bugfix - Issues with long file path: #4896

    We fixed another issue with long Windows paths.

    owncloud/enterprise#4896

  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924

    When a user would logout, and quit the client, then on the next start the client would
    immediately ask for credentials. This has been fixed by storing the fact that the user logged
    out before in the account settings.

    #8924

  • Bugfix - A folder moved on the server was displayed as outdated: #9071

    We fixed a bug where a folder moved on the server was displayed as outdated.

    #9071

  • Bugfix - Immediately propagate changes to the ignore list: #8975

    Previously, when changing the ignore list, those changes would not be propagated to existing
    sync folders. Only after restarting the client, would these changes be applied.

    #8975
    #9149

  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992

    Fixes broken icon reference in desktop entries for some branded build themes.

    #8992
    #9150

  • Bugfix - Crash when handling locked files: #9170

    We fixed a crash that could occur when trying to add a locked folder to the databse.

    #9170

  • Bugfix - Don't abort upload if chunk is locked: #9194

    Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows
    virtual files. Therefore we checked for the locked state before we start the upload. Due to a bug
    we checked that for each file chunk, now we only check when the upload starts and when it finished
    completely.

    #9194
    #9264
    #9296

  • Bugfix - Always restart OAuth2 on error: #9196

    We now always restart the OAuth2 process once we got a result. This will ensure that a second try
    after an error occurred can succeed.

    #9196

  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223

    While the error message was supposed to be: File names containing the character '%1' are not supported on this file system.

    We displayed: The file name is a reserved name on this file system.

    #9223

  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165

    Owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read,
    before starting the sync. If it does not exist, show an error message and quit immediately.

    #9165
    #9241

  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257

    If files where dehydrated by the user the action could fail under certain conditions which
    caused a deletion of the file.

    #9257
    owncloud/client-desktop-vfs-win#9

  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260

    The Activity app API nowadays returns error responses in case the app is disabled or
    uninstalled. This new behavior is now supported in the client.

    #9260
    #9266

  • Bugfix - Handle file locks for delete jobs: #9293

    We no longer report an error when the client tries to delete a locked file but wait for the lock to
    be removed.

    This only works when a file is deleted not on folders.

    #9293
    #9295

  • Bugfix - Run a full local discovery after we where paused or on a forced sync: #9341

    Previously we did a incremental search wich might have skipped some local changes.

    #9341

  • Bugfix - Infinite sync loop if folder is locked: #9342

    We fixed a bug that caused an infinite sync loop i...

Read more

v2.10.0-rc4

12 Jan 14:09
Compare
Choose a tag to compare
v2.10.0-rc4 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.10.0-rc4.6486.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.0-rc4] (2022-01-12)

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

Summary

  • Bugfix - Issues with long file path: #4896
  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924
  • Bugfix - A folder moved on the server was displayed as outdated: #9071
  • Bugfix - Immediately propagate changes to the ignore list: #8975
  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992
  • Bugfix - Crash when handling locked files: #9170
  • Bugfix - Don't abort upload if chunk is locked: #9194
  • Bugfix - Always restart OAuth2 on error: #9196
  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223
  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165
  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257
  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260
  • Bugfix - Handle file locks for delete jobs: #9293
  • Bugfix - Run a full local discovery after we where paused or on a forced sync: #9341
  • Bugfix - Infinite sync loop if folder is locked: #9342
  • Bugfix - We fixed a possible crash: #13
  • Enhancement - Allow to remove broken sync folders: #9099
  • Enhancement - Also ignore local reapeating errors for a period of time: #9208
  • Enhancement - Remove the availability menu from the ui: #9291
  • Enhancement - Add the syncroot to the search indexed with Windows VFS: #12

Details

  • Bugfix - Issues with long file path: #4896

    We fixed another issue with long Windows paths.

    owncloud/enterprise#4896

  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924

    When a user would logout, and quit the client, then on the next start the client would
    immediately ask for credentials. This has been fixed by storing the fact that the user logged
    out before in the account settings.

    #8924

  • Bugfix - A folder moved on the server was displayed as outdated: #9071

    We fixed a bug where a folder moved on the server was displayed as outdated.

    #9071

  • Bugfix - Immediately propagate changes to the ignore list: #8975

    Previously, when changing the ignore list, those changes would not be propagated to existing
    sync folders. Only after restarting the client, would these changes be applied.

    #8975
    #9149

  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992

    Fixes broken icon reference in desktop entries for some branded build themes.

    #8992
    #9150

  • Bugfix - Crash when handling locked files: #9170

    We fixed a crash that could occur when trying to add a locked folder to the databse.

    #9170

  • Bugfix - Don't abort upload if chunk is locked: #9194

    Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows
    virtual files. Therefore we checked for the locked state before we start the upload. Due to a bug
    we checked that for each file chunk, now we only check when the upload starts and when it finished
    completely.

    #9194
    #9264
    #9296

  • Bugfix - Always restart OAuth2 on error: #9196

    We now always restart the OAuth2 process once we got a result. This will ensure that a second try
    after an error occurred can succeed.

    #9196

  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223

    While the error message was supposed to be: File names containing the character '%1' are not supported on this file system.

    We displayed: The file name is a reserved name on this file system.

    #9223

  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165

    Owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read,
    before starting the sync. If it does not exist, show an error message and quit immediately.

    #9165
    #9241

  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257

    If files where dehydrated by the user the action could fail under certain conditions which
    caused a deletion of the file.

    #9257
    owncloud/client-desktop-vfs-win#9

  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260

    The Activity app API nowadays returns error responses in case the app is disabled or
    uninstalled. This new behavior is now supported in the client.

    #9260
    #9266

  • Bugfix - Handle file locks for delete jobs: #9293

    We no longer report an error when the client tries to delete a locked file but wait for the lock to
    be removed.

    This only works when a file is deleted not on folders.

    #9293
    #9295

  • Bugfix - Run a full local discovery after we where paused or on a forced sync: #9341

    Previously we did a incremental search wich might have skipped some local changes.

    #9341

  • Bugfix - Infinite sync loop if folder is locked: #9342

    W...

Read more

v2.10.0-rc3

04 Jan 14:08
Compare
Choose a tag to compare
v2.10.0-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.10.0-rc3.6417.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.0-rc3] (2022-01-04)

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

Summary

  • Bugfix - Issues with long file path: #4896
  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924
  • Bugfix - A folder moved on the server was displayed as outdated: #9071
  • Bugfix - Immediately propagate changes to the ignore list: #8975
  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992
  • Bugfix - Crash when handling locked files: #9170
  • Bugfix - Don't abort upload if chunk is locked: #9194
  • Bugfix - Always restart OAuth2 on error: #9196
  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223
  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165
  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257
  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260
  • Bugfix - Handle file locks for delete jobs: #9293
  • Bugfix - We fixed a possible crash: #13
  • Enhancement - Allow to remove broken sync folders: #9099
  • Enhancement - Also ignore local reapeating errors for a period of time: #9208
  • Enhancement - Remove the availability menu from the ui: #9291
  • Enhancement - Add the syncroot to the search indexed with Windows VFS: #12

Details

  • Bugfix - Issues with long file path: #4896

    We fixed another issue with long Windows paths.

    owncloud/enterprise#4896

  • Bugfix - Do not ask for credentails at start-up when the user logged out: #8924

    When a user would logout, and quit the client, then on the next start the client would
    immediately ask for credentials. This has been fixed by storing the fact that the user logged
    out before in the account settings.

    #8924

  • Bugfix - A folder moved on the server was displayed as outdated: #9071

    We fixed a bug where a folder moved on the server was displayed as outdated.

    #9071

  • Bugfix - Immediately propagate changes to the ignore list: #8975

    Previously, when changing the ignore list, those changes would not be propagated to existing
    sync folders. Only after restarting the client, would these changes be applied.

    #8975
    #9149

  • Bugfix - Fix icon name in desktop file with ownBrander themes: #8992

    Fixes broken icon reference in desktop entries for some branded build themes.

    #8992
    #9150

  • Bugfix - Crash when handling locked files: #9170

    We fixed a crash that could occur when trying to add a locked folder to the databse.

    #9170

  • Bugfix - Don't abort upload if chunk is locked: #9194

    Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows
    virtual files. Therefore we checked for the locked state before we start the upload. Due to a bug
    we checked that for each file chunk, now we only check when the upload starts and when it finished
    completely.

    #9194
    #9264
    #9296

  • Bugfix - Always restart OAuth2 on error: #9196

    We now always restart the OAuth2 process once we got a result. This will ensure that a second try
    after an error occurred can succeed.

    #9196

  • Bugfix - Display correct error message for files containign \:?*"<>|: #9223

    While the error message was supposed to be: File names containing the character '%1' are not supported on this file system.

    We displayed: The file name is a reserved name on this file system.

    #9223

  • Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165

    Owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read,
    before starting the sync. If it does not exist, show an error message and quit immediately.

    #9165
    #9241

  • Bugfix - Fix failing dehydration causing files to be moved to trash: #9257

    If files where dehydrated by the user the action could fail under certain conditions which
    caused a deletion of the file.

    #9257
    owncloud/client-desktop-vfs-win#9

  • Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260

    The Activity app API nowadays returns error responses in case the app is disabled or
    uninstalled. This new behavior is now supported in the client.

    #9260
    #9266

  • Bugfix - Handle file locks for delete jobs: #9293

    We no longer report an error when the client tries to delete a locked file but wait for the lock to
    be removed.

    This only works when a file is deleted not on folders.

    #9293
    #9295

  • Bugfix - We fixed a possible crash: #13

    We fixed a possible crash that could happen during the initialisation of the vfs plugin.

    owncloud/client-desktop-vfs-win#13

  • Enhancement - Allow to remove broken sync folders: #9099

    In case a folder is no longer available it was not possible to remove the folder. We now made the
    remove action available in that case.

    #9099

  • Enhancement - Also ignore local reapeating errors for a period of ...

Read more