Skip to content

Releases: owncloud/client

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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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

v2.9.0-beta3

24 Aug 06:49
Compare
Choose a tag to compare
v2.9.0-beta3 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-beta3.5018.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
  • 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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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 prin...

Read more

v2.9.0-beta2

19 Aug 11:10
Compare
Choose a tag to compare
v2.9.0-beta2 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-beta2.4933.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
  • 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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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 prin...

Read more

v2.9.0-beta1

16 Aug 12:04
Compare
Choose a tag to compare
v2.9.0-beta1 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-beta1.4915.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
  • 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.

    https://github.com/owncloud/enterprise/issues/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.

    https://github.com/owncloud/enterprise/issues/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 .owncloudsync.log: #8729

    We fixed a bug in the .ownclouds...

Read more

v2.8.2

29 May 11:06
Compare
Choose a tag to compare

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS| Linux
Sources: ownCloud-2.8.2.4246.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client 2.8.2 (2021-05-28)

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

Summary

  • Bugfix - Correctly detect network drives: #8272
  • Bugfix - We fixed a potential crash in the socket api: #8664

Details

  • Bugfix - Correctly detect network drives: #8272

    We fixed a bug which allowed to use Virtual files on Windows network drives, which is not
    supported by Windows.

    #8272

  • Bugfix - We fixed a potential crash in the socket api: #8664

    We fixed a crash in the Mac implementation of the socket api.

    #8664

v2.8.1

25 May 11:23
Compare
Choose a tag to compare

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS| Linux
Sources: ownCloud-2.8.1.4157.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client 2.8.1 (2021-05-21)

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

Summary

  • Bugfix - We fixed an issue with the assignment of tags: #8633
  • Enhancement - Prevent user from setting up a VFS sync to the root of a drive: #8615

Details

  • Bugfix - We fixed an issue with the assignment of tags: #8633

    We fixed the file id used for the assignment of the tag.

    #8633

  • Enhancement - Prevent user from setting up a VFS sync to the root of a drive: #8615

    We now display a warning when a user tries to sync to a drive like D:\ instead of a folder and
    prevent this. Previous versions of the client used to crash.

    #8615

Changelog for ownCloud Desktop Client 2.8.0 (2021-05-06)

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

Summary

  • Bugfix - Fix issues with long path: #4405
  • Bugfix - Moves in folder sync connections where executed as a delete and upload: #7838
  • Bugfix - Fix brandings with space in the name: #8482
  • Bugfix - We fixed an issue with the promptDeleteAllFiles setting: #8484
  • Enhancement - Added branding option to enforce VFS: #4144
  • Enhancement - Add initial support for backups triggered by an external tool: #8437
  • Enhancement - Add an icon to the Windows system tray notification: #8539
  • Enhancement - Encode the log file as UTF-8: #8550

Details

  • Bugfix - Fix issues with long path: #4405

    We fixed an issue introduced in dd641fa with some
    functions and files paths > 260 characters.

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

  • Bugfix - Moves in folder sync connections where executed as a delete and upload: #7838

    We fixed a bug where moves in folder sync connections where executed as a delete and upload.

    #7838
    https://github.com/owncloud/enterprise/issues/4428
    #8453
    #8456
    #8459

  • Bugfix - Fix brandings with space in the name: #8482

    We fix a build system issue with brandings containing spaces.

    #8482

  • Bugfix - We fixed an issue with the promptDeleteAllFiles setting: #8484

    When promptDeleteAllFiles=false is set the client will now correctly delete all files.

    #8484

  • Enhancement - Added branding option to enforce VFS: #4144

    We added a branding option that enforces the use of Virtual Files on Windows.

    https://github.com/owncloud/enterprise/issues/4144
    #8179

  • Enhancement - Add initial support for backups triggered by an external tool: #8437

    We added a socket api function which allows creation of backups.

    #8437
    #8535
    #8536
    #8539

  • Enhancement - Add an icon to the Windows system tray notification: #8539

    We now display a branded icon in the system tray notification.

    #8539

  • Enhancement - Encode the log file as UTF-8: #8550

    We fixed an issue where the log file might not have been encoded as UTF-8 and thus scrambled file
    names.

    #8550

v2.8.0-rc1

29 Apr 12:07
Compare
Choose a tag to compare
v2.8.0-rc1 Pre-release
Pre-release

Downloads

ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS| Linux
Sources: ownCloud-2.8.0-rc1.3956.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.8.0] (unreleased)

Summary

  • Bugfix - Fix issues with long path: #4405
  • Bugfix - Moves in folder sync connections where executed as a delete and upload: #7838
  • Bugfix - Fix brandings with space in the name: #8482
  • Bugfix - We fixed an issue with the promptDeleteAllFiles setting: #8484
  • Enhancement - Added branding option to enforce VFS: #4144
  • Enhancement - Add initial support for backups triggered by an external tool: #8437
  • Enhancement - Add an icon to the Windows system tray notification: #8539
  • Enhancement - Encode the log file as UTF-8: #8550

Details

  • Bugfix - Fix issues with long path: #4405

    We fixed an issue introduced in dd641fa with some
    functions and files paths > 260 characters.

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

  • Bugfix - Moves in folder sync connections where executed as a delete and upload: #7838

    We fixed a bug where moves in folder sync connections where executed as a delete and upload.

    #7838
    https://github.com/owncloud/enterprise/issues/4428
    #8453
    #8456
    #8459

  • Bugfix - Fix brandings with space in the name: #8482

    We fix a build system issue with brandings containing spaces.

    #8482

  • Bugfix - We fixed an issue with the promptDeleteAllFiles setting: #8484

    When promptDeleteAllFiles=false is set the client will now correctly delete all files.

    #8484

  • Enhancement - Added branding option to enforce VFS: #4144

    We added a branding option that enforces the use of Virtual Files on Windows.

    https://github.com/owncloud/enterprise/issues/4144
    #8179

  • Enhancement - Add initial support for backups triggered by an external tool: #8437

    We added a socket api function which allows creation of backups.

    #8437
    #8535
    #8536
    #8539

  • Enhancement - Add an icon to the Windows system tray notification: #8539

    We now display a branded icon in the system tray notification.

    #8539

  • Enhancement - Encode the log file as UTF-8: #8550

    We fixed an issue where the log file might not have been encoded as UTF-8 and thus scrambled file
    names.

    #8550