Skip to content

Releases: owncloud/client

v2.10.0-rc2

22 Dec 15:00
Compare
Choose a tag to compare
v2.10.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.10.0-rc2.6346.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.10.0-rc2] (2021-12-22)

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

v2.9.2

03 Dec 08:52
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.9.2.6206.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.9.2] (2021-12-03)

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

Summary

  • Bugfix - Properly handle Windows log off: #8979
  • Bugfix - Disable vfs option is ignored: #9159
  • Bugfix - The client no longer idles after a minor url change: #9202
  • Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
  • Enhancement - Add branding option to disable icons in the file explorer: #9167
  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

Details

  • Bugfix - Properly handle Windows log off: #8979

    We now ensure that we receive the window messages dispatched by the system.

    #8979
    #9142
    #9220
    #9227

  • Bugfix - Disable vfs option is ignored: #9159

    We fixed a branding issue where vfs was used even when the parameter was set to disabled.

    #9159
    owncloud/enterprise#4820

  • Bugfix - The client no longer idles after a minor url change: #9202

    When the client detects a change of the url we ask the user to accept the change or if it was only
    representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
    the we aborted the sync only after we updated the url. This caused the client to idle for one
    minute.

    #9202

  • Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224

    We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8
    settings. Only branded clients where affected by the issue.

    #9224
    #9226

  • Enhancement - Add branding option to disable icons in the file explorer: #9167

    We implemented a branding parameter to disable the display of icons in the file explorer
    context menu, this only affects Windows and Linux.

    #9167

  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

    We added a branding option that disables the Multiple accounts are sharing the folder
    warning. In previous client versions a bug caused the creation of new sync journals, causing
    false positives in the detection. While this can be handled by the individual user, companies
    with multiple hundreds of users may opt to disable the warning.

    #9216

v2.9.2-rc5

22 Nov 16:15
Compare
Choose a tag to compare
v2.9.2-rc5 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.9.2-rc5.6113.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.9.2-rc5] (2021-11-22)

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

Summary

  • Bugfix - Properly handle Windows log off: #8979
  • Bugfix - Disable vfs option is ignored: #9159
  • Bugfix - The client no longer idles after a minor url change: #9202
  • Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
  • Enhancement - Add branding option to disable icons in the file explorer: #9167
  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

Details

  • Bugfix - Properly handle Windows log off: #8979

    We now ensure that we receive the window messages dispatched by the system.

    #8979
    #9142
    #9220
    #9227

  • Bugfix - Disable vfs option is ignored: #9159

    We fixed a branding issue where vfs was used even when the parameter was set to disabled.

    #9159
    owncloud/enterprise#4820

  • Bugfix - The client no longer idles after a minor url change: #9202

    When the client detects a change of the url we ask the user to accept the change or if it was only
    representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
    the we aborted the sync only after we updated the url. This caused the client to idle for one
    minute.

    #9202

  • Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224

    We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8
    settings. Only branded clients where affected by the issue.

    #9224
    #9226

  • Enhancement - Add branding option to disable icons in the file explorer: #9167

    We implemented a branding parameter to disable the display of icons in the file explorer
    context menu, this only affects Windows and Linux.

    #9167

  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

    We added a branding option that disables the Multiple accounts are sharing the folder
    warning. In previous client versions a bug caused the creation of new sync journals, causing
    false positives in the detection. While this can be handled by the individual user, companies
    with multiple hundreds of users may opt to disable the warning.

    #9216

v2.9.2-rc4

18 Nov 12:24
Compare
Choose a tag to compare
v2.9.2-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.9.2-rc4.6088.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v2.9.2-rc4] (2021-11-18)

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

Summary

  • Bugfix - Properly handle Windows log off: #8979
  • Bugfix - Disable vfs option is ignored: #9159
  • Bugfix - The client no longer idles after a minor url change: #9202
  • Enhancement - Add branding option to disable icons in the file explorer: #9167
  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

Details

  • Bugfix - Properly handle Windows log off: #8979

    We now ensure that we receive the window messages dispatched by the system.

    #8979
    #9142
    #9220

  • Bugfix - Disable vfs option is ignored: #9159

    We fixed a branding issue where vfs was used even when the parameter was set to disabled.

    #9159
    owncloud/enterprise#4820

  • Bugfix - The client no longer idles after a minor url change: #9202

    When the client detects a change of the url we ask the user to accept the change or if it was only
    representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
    the we aborted the sync only after we updated the url. This caused the client to idle for one
    minute.

    #9202

  • Enhancement - Add branding option to disable icons in the file explorer: #9167

    We implemented a branding parameter to disable the display of icons in the file explorer
    context menu, this only affects Windows and Linux.

    #9167

  • Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216

    We added a branding option that disables the Multiple accounts are sharing the folder
    warning. In previous client versions a bug caused the creation of new sync journals, causing
    false positives in the detection. While this can be handled by the individual user, companies
    with multiple hundreds of users may opt to disable the warning.

    #9216

v2.9.1

13 Oct 12:30
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.9.1.5500.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client 2.9.1 (2021-10-13)

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

Summary

  • Bugfix - Mac multiple dialogs block all input: #8421
  • Bugfix - Enforce rtl layout with rtl languages: #8806
  • Bugfix - Broken url in branded builds: #8920
  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994
  • Bugfix - Building libcloudprovider support fails: #8996
  • Bugfix - Tables now display local time: #9006
  • Bugfix - We fixed a crash when using the retry action on an issue: #9013
  • Bugfix - Fix crash when closing the client: #9014
  • Bugfix - Crash on missing or unreadable sync root: #9016
  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022
  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
  • Bugfix - When a folder is removed we leave a database behind: #9057
  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093
  • Bugfix - Downgrades could trigger deletion of virtual files: #9114
  • Enhancement - Display the error type in the issue protocol to allow sorting: #9010

Details

  • Bugfix - Mac multiple dialogs block all input: #8421

    We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.

    #8421
    https://bugreports.qt.io/browse/QTBUG-91059
    https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543

  • Bugfix - Enforce rtl layout with rtl languages: #8806

    We fixed a bug where setting the language to a right to left language on mac did not change the
    layout of the application.

    #8806
    #8981

  • Bugfix - Broken url in branded builds: #8920

    We fixed a string issue with branded builds resulting in invalid urls.

    #8920

  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994

    We now better handle setup issues during the initialisation of virtual files support.
    Especially the case that a user tries to use a directory managed by a competitor which until now
    caused a crash.

    #8994

  • Bugfix - Building libcloudprovider support fails: #8996

    We fixed the libcloudprovider integration.

    #8996

  • Bugfix - Tables now display local time: #9006

    We fixed a bug where the sync tables where displaying utc time for some items.

    #9006

  • Bugfix - We fixed a crash when using the retry action on an issue: #9013

    Using the context menu action on a sync issue could cause a crash.

    #9013
    #9012

  • Bugfix - Fix crash when closing the client: #9014

    We fixed a crash where we crash when we closed the client during a sync.

    #9014

  • Bugfix - Crash on missing or unreadable sync root: #9016

    We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
    directory.

    #9016
    #9017
    #9065

  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019

    We fixed a bug where the name of the sync journal was not properly saved to the settings. This
    caused a bug when migration to 2.9, so a new a new sync journal was created.

    This not only caused the loss of some selective sync settings, but also caused the display of the
    following warning message:

    and is no longer supported. Please consider removing this folder from the account and adding it
    again. ```
    
    We also removed the account info infix from the sync db used with the cmd client.
    
    https://github.com/owncloud/client/issues/9019
    https://github.com/owncloud/client/pull/9028
    https://github.com/owncloud/client/pull/9046
    https://github.com/owncloud/client/pull/9054
    
    
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022

    We fixed a deployment bug which prevented the translation of some components to be loaded.

    #9022
    https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21

  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026

    We incorrectly reported that suffix files where ignored.

    #9026

  • Bugfix - When a folder is removed we leave a database behind: #9057

    We fixed a bug where we left an empty sync_journal.db behind, when we removed a
    folder/account. As we use the presence of sync_journal.db to determine whether the folder
    is used by a sync client this prevented using an old folder in a new setup.

    #9057

  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093

    We fixed a bug where dehydrating a read only file failed without any apparent reason.

    #9093
    https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33

  • Bugfix - Downgrades could trigger deletion of virtual files: #9114

    We now prevent the downgrade of Windows VFS folders.

    #9114

  • Enhancement - Display the error type in the issue protocol to allow sorting: #9010

    We now display the error type in the not synced protocol and allow to sort by the error type.

    #9000
    #9010

v2.9.1-rc2

08 Oct 12:33
Compare
Choose a tag to compare
v2.9.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.9.1-rc2.5455.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.9.1-rc2] (2021-10-08)

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

Summary

  • Bugfix - Mac multiple dialogs block all input: #8421
  • Bugfix - Enforce rtl layout with rtl languages: #8806
  • Bugfix - Broken url in branded builds: #8920
  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994
  • Bugfix - Building libcloudprovider support fails: #8996
  • Bugfix - Tables now display local time: #9006
  • Bugfix - We fixed a crash when using the retry action on an issue: #9013
  • Bugfix - Fix crash when closing the client: #9014
  • Bugfix - Crash on missing or unreadable sync root: #9016
  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022
  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
  • Bugfix - When a folder is removed we leave a database behind: #9057
  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093
  • Bugfix - Downgrades could trigger deletion of virtual files: #9114
  • Enhancement - Display the error type in the issue protocol to allow sorting: #9000

Details

  • Bugfix - Mac multiple dialogs block all input: #8421

    We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.

    #8421
    https://bugreports.qt.io/browse/QTBUG-91059
    https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543

  • Bugfix - Enforce rtl layout with rtl languages: #8806

    We fixed a bug where setting the language to a right to left language on mac did not change the
    layout of the application.

    #8806
    #8981

  • Bugfix - Broken url in branded builds: #8920

    We fixed a string issue with branded builds resulting in invalid urls.

    #8920

  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994

    We now better handle setup issues during the initialisation of virtual files support.
    Especially the case that a user tries to use a directory managed by a competitor which until now
    caused a crash.

    #8994

  • Bugfix - Building libcloudprovider support fails: #8996

    We fixed the libcloudprovider integration.

    #8996

  • Bugfix - Tables now display local time: #9006

    We fixed a bug where the sync tables where displaying utc time for some items.

    #9006

  • Bugfix - We fixed a crash when using the retry action on an issue: #9013

    Using the context menu action on a sync issue could cause a crash.

    #9013
    #9012

  • Bugfix - Fix crash when closing the client: #9014

    We fixed a crash where we crash when we closed the client during a sync.

    #9014

  • Bugfix - Crash on missing or unreadable sync root: #9016

    We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
    directory.

    #9016
    #9017
    #9065

  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019

    We fixed a bug where the name of the sync journal was not properly saved to the settings. This
    caused a bug when migration to 2.9, so a new a new sync journal was created.

    This not only caused the loss of some selective sync settings, but also caused the display of the
    following warning message:

    and is no longer supported. Please consider removing this folder from the account and adding it
    again. ```
    
    We also removed the account info infix from the sync db used with the cmd client.
    
    https://github.com/owncloud/client/issues/9019
    https://github.com/owncloud/client/pull/9028
    https://github.com/owncloud/client/pull/9046
    https://github.com/owncloud/client/pull/9054
    
    
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022

    We fixed a deployment bug which prevented the translation of some components to be loaded.

    #9022
    https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21

  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026

    We incorrectly reported that suffix files where ignored.

    #9026

  • Bugfix - When a folder is removed we leave a database behind: #9057

    We fixed a bug where we left an empty sync_journal.db behind, when we removed a
    folder/account. As we use the presence of sync_journal.db to determine whether the folder
    is used by a sync client this prevented using an old folder in a new setup.

    #9057

  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093

    We fixed a bug where dehydrating a read only file failed without any apparent reason.

    #9093
    https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33

  • Bugfix - Downgrades could trigger deletion of virtual files: #9114

    We now prevent the downgrade of Windows VFS folders.

    #9114

  • Enhancement - Display the error type in the issue protocol to allow sorting: #9000

    We now display the error type in the not synced protocol and allow to sort by the error type.

    #9000
    #9010

v2.9.1-rc1

29 Sep 12:06
Compare
Choose a tag to compare
v2.9.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.9.1-rc1.5270.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.9.1-rc1] (2021-09-29)

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

Summary

  • Bugfix - Mac multiple dialogs block all input: #8421
  • Bugfix - Enforce rtl layout with rtl languages: #8806
  • Bugfix - Broken url in branded builds: #8920
  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994
  • Bugfix - Building libcloudprovider support fails: #8996
  • Bugfix - Tables now display local time: #9006
  • Bugfix - We fixed a crash when using the retry action on an issue: #9013
  • Bugfix - Fix crash when closing the client: #9014
  • Bugfix - Crash on missing or unreadable sync root: #9016
  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022
  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
  • Bugfix - When a folder is removed we leave a database behind: #9057
  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093
  • Enhancement - Display the error type in the issue protocol and allow filtering: #9000

Details

  • Bugfix - Mac multiple dialogs block all input: #8421

    We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.

    #8421
    https://bugreports.qt.io/browse/QTBUG-91059
    https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543

  • Bugfix - Enforce rtl layout with rtl languages: #8806

    We fixed a bug where setting the language to a right to left language on mac did not change the
    layout of the application.

    #8806
    #8981

  • Bugfix - Broken url in branded builds: #8920

    We fixed a string issue with branded builds resulting in invalid urls.

    #8920

  • Bugfix - Handle use of directory of another Windows VFS sync client: #8994

    We now better handle setup issues during the initialisation of virtual files support.
    Especially the case that a user tries to use a directory managed by a competitor which until now
    caused a crash.

    #8994

  • Bugfix - Building libcloudprovider support fails: #8996

    We fixed the libcloudprovider integration.

    #8996

  • Bugfix - Tables now display local time: #9006

    We fixed a bug where the sync tables where displaying utc time for some items.

    #9006

  • Bugfix - We fixed a crash when using the retry action on an issue: #9013

    Using the context menu action on a sync issue could cause a crash.

    #9013
    #9012

  • Bugfix - Fix crash when closing the client: #9014

    We fixed a crash where we crash when we closed the client during a sync.

    #9014

  • Bugfix - Crash on missing or unreadable sync root: #9016

    We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
    directory.

    #9016
    #9017
    #9065

  • Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019

    We fixed a bug where the name of the sync journal was not properly saved to the settings. This
    caused a bug when migration to 2.9, so a new a new sync journal was created.

    This not only caused the loss of some selective sync settings, but also caused the display of the
    following warning message:

    and is no longer supported. Please consider removing this folder from the account and adding it
    again. ```
    
    We also removed the account info infix from the sync db used with the cmd client.
    
    https://github.com/owncloud/client/issues/9019
    https://github.com/owncloud/client/pull/9028
    https://github.com/owncloud/client/pull/9046
    https://github.com/owncloud/client/pull/9054
    
    
  • Bugfix - Properly deployment of Qt translations Mac and Window: #9022

    We fixed a deployment bug which prevented the translation of some components to be loaded.

    #9022
    https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21

  • Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026

    We incorrectly reported that suffix files where ignored.

    #9026

  • Bugfix - When a folder is removed we leave a database behind: #9057

    We fixed a bug where we left an empty sync_journal.db behind, when we removed a
    folder/account. As we use the presence of sync_journal.db to determine whether the folder
    is used by a sync client this prevented using an old folder in a new setup.

    #9057

  • Bugfix - Dehydrating placeholders failed if the file is read only: #9093

    We fixed a bug where dehydrating a read only file failed without any apparent reason.

    #9093
    https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33

  • Enhancement - Display the error type in the issue protocol and allow filtering: #9000

    We now display the error type in the not synced protocol and allow to filter by the error type.

    #9000

v2.9.0

09 Sep 07:08
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.9.0.5150.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client 2.9.0 (2021-09-08)

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

Summary

  • Bugfix - Settings migration from v2.4: #4597
  • Bugfix - VFS support for folders in the drive root: #4639
  • Bugfix - Keep share link names in sync with server: #7549
  • Bugfix - SQLite wal file grows to several gigabyte: #7646
  • Bugfix - Fix missing permission for newly created folder: #8076
  • Bugfix - Don't recommend non default sync option: #8317
  • Bugfix - Limit min window size to 2/3 available: #8366
  • Bugfix - Set up default locale correctly: #8367
  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672
  • Bugfix - Properly print the sync events in .owncloudsync.log: #8729
  • Bugfix - Correctly handle file path comparison on Windows: #8732
  • Bugfix - Locked files are not correctly synced: #8761
  • Bugfix - Prompt the user of the cmd client what to do if all files where removed: #8804
  • Bugfix - Relaunching the client on macOS will show the settings dialog: #8377
  • Bugfix - Fix config migrations from versions 2.8 to 2.9: #8824
  • Bugfix - Always exclude .owncloud files: #8836
  • Bugfix - Don't crash if a certain move is undone: #8837
  • Bugfix - Prevent sync root sharing: #8849
  • Bugfix - Removed support for client side certificates: #8864
  • Bugfix - The Re-open Browser now always does what it says: #8866
  • Bugfix - Start oauth/password prompt if password is wrong during start up: #8901
  • Bugfix - Handle timeouts occurring during oauth: #8940
  • Change - Don't ask the user to switch to http: #8231
  • Change - Remove support for http redirects: #8293
  • Change - We no longer try to locate an ownCloud install at /owncloud: #8273
  • Change - Ignore the desktop.ini file in every directory, not only in top dir: #8298
  • Change - Add support for dynamic client registration with OIDC: #8350
  • Change - Include full os version in the about dialog: #8374
  • Change - We removed the support for async jobs using OC-JobStatus-Location: #8398
  • Change - Add a branding option to skip the advanced setup page: #8665
  • Enhancement - Prefer 127.0.0.1 as oauth redirect url: #4542
  • Enhancement - Display an icon in the Windows explorer context menu: #4627
  • Enhancement - Show last sync date in tray menu: #5644
  • Enhancement - Display the information state in case we encountered ignored errors: #8858
  • Enhancement - Make crash report IDs easy to copy: #25
  • Enhancement - We reworked the tables: #8158
  • Enhancement - Provide a socket api call to get the client icon and: #8464
  • Enhancement - Add language picker to general settings: #8466
  • Enhancement - Attach the last 20 log lines to a crash report: #8467
  • Enhancement - Mention the local file name when a file name clash occurs: #8609
  • Enhancement - Consider a remote poll interval coming with the server capabilities: #5947
  • Enhancement - Improved handling of errors during local file updates: #8787
  • Enhancement - Retry sync on 502 Bad Gateway: #8811

Details

  • Bugfix - Settings migration from v2.4: #4597

    We fixed the migration of settings of version 2.4 to the current location.

    owncloud/enterprise#4597

  • Bugfix - VFS support for folders in the drive root: #4639

    We fixed a bug where it was not possible to use a folder in C:\ as sync folder.

    owncloud/enterprise#4639

  • Bugfix - Keep share link names in sync with server: #7549

    When the name of a share link is changed, e.g., to an empty string, the server may not apply this,
    but assign a fallback value (e.g., the link ID). The client therefore needs to re-check the name
    after sending a change request.

    #7549
    #8546

  • Bugfix - SQLite wal file grows to several gigabyte: #7646

    We fixed a bug where the SQLite wal file growed until the client was quit.

    #7646

  • Bugfix - Fix missing permission for newly created folder: #8076

    We fixed a bug where a newly created folder had no permissions set.

    #8076

  • Bugfix - Don't recommend non default sync option: #8317

    We fixed a bug where sync all was still recommended on Windows

    #8317

  • Bugfix - Limit min window size to 2/3 available: #8366

    When scaling was used the window could become bigger than the screen. The size is now limited to
    2/3 of the screen.

    #8366

  • Bugfix - Set up default locale correctly: #8367

    Fixes the formatting in locale-dependent widgets, e.g., date pickers, like the one in the
    "share link" window.

    #8367
    #8541
    #8617

  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672

    We fixed a bug where certain errors caused a sync run every 30 seconds

    #8672

  • Bugfix - Properly print the sync events in .ownclo...

Read more

v2.9.0-rc2

07 Sep 11:12
Compare
Choose a tag to compare
v2.9.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.9.0-rc2.5134.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.9.0-rc2] (2021-09-07)

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

Summary

  • Bugfix - Settings migration from v2.4: #4597
  • Bugfix - VFS support for folders in the drive root: #4639
  • Bugfix - Keep share link names in sync with server: #7549
  • Bugfix - SQLite wal file grows to several gigabyte: #7646
  • Bugfix - Fix missing permission for newly created folder: #8076
  • Bugfix - Don't recommend non default sync option: #8317
  • Bugfix - Limit min window size to 2/3 available: #8366
  • Bugfix - Set up default locale correctly: #8367
  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672
  • Bugfix - Properly print the sync events in .owncloudsync.log: #8729
  • Bugfix - Correctly handle file path comparison on Windows: #8732
  • Bugfix - Locked files are not correctly synced: #8761
  • Bugfix - Prompt the user of the cmd client what to do if all files where removed: #8804
  • Bugfix - Relaunching the client on macOS will show the settings dialog: #8377
  • Bugfix - Fix config migrations from versions 2.8 to 2.9: #8824
  • Bugfix - Always exclude .owncloud files: #8836
  • Bugfix - Don't crash if a certain move is undone: #8837
  • Bugfix - Prevent sync root sharing: #8849
  • Bugfix - Removed support for client side certificates: #8864
  • Bugfix - The Re-open Browser now always does what it says: #8866
  • Bugfix - Start oauth/password prompt if password is wrong during start up: #8901
  • Bugfix - Handle timeouts occurring during oauth: #8940
  • Change - Don't ask the user to switch to http: #8231
  • Change - Remove support for http redirects: #8293
  • Change - We no longer try to locate an ownCloud install at /owncloud: #8273
  • Change - Ignore the desktop.ini file in every directory, not only in top dir: #8298
  • Change - Add support for dynamic client registration with OIDC: #8350
  • Change - Include full os version in the about dialog: #8374
  • Change - We removed the support for async jobs using OC-JobStatus-Location: #8398
  • Change - Add a branding option to skip the advanced setup page: #8665
  • Enhancement - Prefer 127.0.0.1 as oauth redirect url: #4542
  • Enhancement - Display an icon in the Windows explorer context menu: #4627
  • Enhancement - Show last sync date in tray menu: #5644
  • Enhancement - Display the information state in case we encountered ignored errors: #8858
  • Enhancement - Make crash report IDs easy to copy: #25
  • Enhancement - We reworked the tables: #8158
  • Enhancement - Provide a socket api call to get the client icon and: #8464
  • Enhancement - Add language picker to general settings: #8466
  • Enhancement - Attach the last 20 log lines to a crash report: #8467
  • Enhancement - Mention the local file name when a file name clash occurs: #8609
  • Enhancement - Consider a remote poll interval coming with the server capabilities: #5947
  • Enhancement - Improved handling of errors during local file updates: #8787
  • Enhancement - Retry sync on 502 Bad Gateway: #8811

Details

  • Bugfix - Settings migration from v2.4: #4597

    We fixed the migration of settings of version 2.4 to the current location.

    owncloud/enterprise#4597

  • Bugfix - VFS support for folders in the drive root: #4639

    We fixed a bug where it was not possible to use a folder in C:\ as sync folder.

    owncloud/enterprise#4639

  • Bugfix - Keep share link names in sync with server: #7549

    When the name of a share link is changed, e.g., to an empty string, the server may not apply this,
    but assign a fallback value (e.g., the link ID). The client therefore needs to re-check the name
    after sending a change request.

    #7549
    #8546

  • Bugfix - SQLite wal file grows to several gigabyte: #7646

    We fixed a bug where the SQLite wal file growed until the client was quit.

    #7646

  • Bugfix - Fix missing permission for newly created folder: #8076

    We fixed a bug where a newly created folder had no permissions set.

    #8076

  • Bugfix - Don't recommend non default sync option: #8317

    We fixed a bug where sync all was still recommended on Windows

    #8317

  • Bugfix - Limit min window size to 2/3 available: #8366

    When scaling was used the window could become bigger than the screen. The size is now limited to
    2/3 of the screen.

    #8366

  • Bugfix - Set up default locale correctly: #8367

    Fixes the formatting in locale-dependent widgets, e.g., date pickers, like the one in the
    "share link" window.

    #8367
    #8541
    #8617

  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672

    We fixed a bug where certain errors caused a sync run every 30 seconds

    https://github.com/owncloud/cli...

Read more

v2.9.0-rc1

27 Aug 23:21
Compare
Choose a tag to compare
v2.9.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.9.0-rc1.5070.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.9.0-beta1] (2021-08-16)

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

Summary

  • Bugfix - Settings migration from v2.4: #4597
  • Bugfix - VFS support for folders in the drive root: #4639
  • Bugfix - Keep share link names in sync with server: #7549
  • Bugfix - SQLite wal file grows to several gigabyte: #7646
  • Bugfix - Fix missing permission for newly created folder: #8076
  • Bugfix - Don't recommend non default sync option: #8317
  • Bugfix - Limit min window size to 2/3 available: #8366
  • Bugfix - Set up default locale correctly: #8367
  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672
  • Bugfix - Properly print the sync events in .owncloudsync.log: #8729
  • Bugfix - Correctly handle file path comparison on Windows: #8732
  • Bugfix - Locked files are not correctly synced: #8761
  • Bugfix - Prompt the user of the cmd client what to do if all files where removed: #8804
  • Bugfix - Relaunching the client on macOS will show the settings dialog: #8377
  • Bugfix - Fix config migrations from versions 2.8 to 2.9: #8824
  • Bugfix - Always exclude .owncloud files: #8836
  • Bugfix - Don't crash if a certain move is undone: #8837
  • Bugfix - Prevent sync root sharing: #8849
  • Bugfix - Removed support for client side certificates: #8864
  • Bugfix - The Re-open Browser now always does what it says: #8866
  • Bugfix - Start oauth/password prompt if password is wrong during start up: #8901
  • Bugfix - Handle timeouts occurring during oauth: #8940
  • Change - Don't ask the user to switch to http: #8231
  • Change - Remove support for http redirects: #8293
  • Change - We no longer try to locate an ownCloud install at /owncloud: #8273
  • Change - Ignore the desktop.ini file in every directory, not only in top dir: #8298
  • Change - Add support for dynamic client registration with OIDC: #8350
  • Change - Include full os version in the about dialog: #8374
  • Change - We removed the support for async jobs using OC-JobStatus-Location: #8398
  • Change - Add a branding option to skip the advanced setup page: #8665
  • Enhancement - Prefer 127.0.0.1 as oauth redirect url: #4542
  • Enhancement - Display an icon in the Windows explorer context menu: #4627
  • Enhancement - Show last sync date in tray menu: #5644
  • Enhancement - Display the information state in case we encountered ignored errors: #8858
  • Enhancement - Make crash report IDs easy to copy: #25
  • Enhancement - We reworked the tables: #8158
  • Enhancement - Provide a socket api call to get the client icon and: #8464
  • Enhancement - Add language picker to general settings: #8466
  • Enhancement - Attach the last 20 log lines to a crash report: #8467
  • Enhancement - Mention the local file name when a file name clash occurs: #8609
  • Enhancement - Consider a remote poll interval coming with the server capabilities: #5947
  • Enhancement - Improved handling of errors during local file updates: #8787
  • Enhancement - Retry sync on 502 Bad Gateway: #8811

Details

  • Bugfix - Settings migration from v2.4: #4597

    We fixed the migration of settings of version 2.4 to the current location.

    owncloud/enterprise#4597

  • Bugfix - VFS support for folders in the drive root: #4639

    We fixed a bug where it was not possible to use a folder in C:\ as sync folder.

    owncloud/enterprise#4639

  • Bugfix - Keep share link names in sync with server: #7549

    When the name of a share link is changed, e.g., to an empty string, the server may not apply this,
    but assign a fallback value (e.g., the link ID). The client therefore needs to re-check the name
    after sending a change request.

    #7549
    #8546

  • Bugfix - SQLite wal file grows to several gigabyte: #7646

    We fixed a bug where the SQLite wal file growed until the client was quit.

    #7646

  • Bugfix - Fix missing permission for newly created folder: #8076

    We fixed a bug where a newly created folder had no permissions set.

    #8076

  • Bugfix - Don't recommend non default sync option: #8317

    We fixed a bug where sync all was still recommended on Windows

    #8317

  • Bugfix - Limit min window size to 2/3 available: #8366

    When scaling was used the window could become bigger than the screen. The size is now limited to
    2/3 of the screen.

    #8366

  • Bugfix - Set up default locale correctly: #8367

    Fixes the formatting in locale-dependent widgets, e.g., date pickers, like the one in the
    "share link" window.

    #8367
    #8541
    #8617

  • Bugfix - Ignore consecutive errors for a pereiode of time: #8672

    We fixed a bug where certain errors caused a sync run every 30 seconds

    https://github.com/owncloud/c...

Read more