Skip to content

Releases: owncloud/client

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

v2.7.7-rc2

12 Mar 09:05
Compare
Choose a tag to compare
v2.7.7-rc2 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.7.7-rc2.3510.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [2.7.7] (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

Details