Releases: owncloud/client
v4.0.0-rc1
Downloads
ownCloud client
Windows:
64 bit | 32 bit | Windows MSI for Group Policy | 32 bit GPO |
---|
MacOs
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | 32 bit | Windows for Group Policy | 32 bit GPO |
---|
MacOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-4.0.0.10732-rc1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v4.0.0-rc1] (2023-04-21)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Display sync date in system tray context menu when files where ignored: #8953
- Bugfix - Fix computation of sync status when multiple folders are synced: #9270
- Bugfix - Don't abort local folder deletions on unrelated errors: #9311
- Bugfix - Fix update channel dropdown: #10251
- Bugfix - Select keep files as default action in all files removed dialog: #10254
- Bugfix - Undefined client state after fetching credentials failed: #10408
- Bugfix - Escape navigation elements from user name: #10427
- Bugfix - Under certain conditions the folder watcher could drop events: #10458
- Bugfix - Properly handle OAuth invalidation: #10494
- Bugfix - Clear conflict errors after they where resolved: #10569
- Bugfix - Set the expected download content length in the job properly: #10607
- Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
- Bugfix - Ensure the account state is properly persisted: #10648
- Bugfix - Reconnect got stuck if the server supports app providers: #10666
- Change - Implement server guided migration to spaces: #9945
- Enhancement - Display
This space is either disabled or deleted
for gone spaces: #9700 - Enhancement - Sync virtual files that are locked by office etc: #9829
- Enhancement - Replace term (un)pause with a more suitable one: #10231
- Enhancement - Check for long paths when these are not enabled on Windows: #10264
- Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
- Enhancement - Disable DPI scaling factor rounding on Windows: #10406
- Enhancement - Display quota for Spaces: #10453
- Enhancement - New WebFinger workflow: #10517
- Enhancement - Branding: Allow the addition of buttons to open a url: #10518
- Enhancement - Build the client without the auto updater by default: #10537
- Enhancement - Improve presentation of connection state: #10557
- Enhancement - Display open in web in file browser context menu, on sync roots: #10572
- Enhancement - Display space subtitle if available: #10577
- Enhancement - Open sharing options in Web: #10590
- Enhancement - Display the space name provided by the server: #10602
- Enhancement - Always point to the latest documentation: #10634
- Enhancement - More user friendly error handling in the cmd client: #10637
- Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654
Details
-
Bugfix - Display sync date in system tray context menu when files where ignored: #8953
-
Bugfix - Fix computation of sync status when multiple folders are synced: #9270
-
Bugfix - Don't abort local folder deletions on unrelated errors: #9311
We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
the sync tree. -
Bugfix - Fix update channel dropdown: #10251
When switching to the beta update channel in testpilotcloud, a warning will pop up. When
canceled, the selection should reset. This did not work reliably in localized clients due to
the use of string comparisons. Using a numeric index to keep track of the old value fixes the
problem. -
Bugfix - Select keep files as default action in all files removed dialog: #10254
-
Bugfix - Undefined client state after fetching credentials failed: #10408
We fixed a bug where the client got stuck in a "No connection configured" state if an error
occurred during the retrieval of the credentials from the system's keychain. The client then
required a manual log out and log in. -
Bugfix - Escape navigation elements from user name: #10427
We use the user name as folder name, if a user name contains path navigation elements we now
escape them. -
Bugfix - Under certain conditions the folder watcher could drop events: #10458
-
Bugfix - Properly handle OAuth invalidation: #10494
-
Bugfix - Clear conflict errors after they where resolved: #10569
-
Bugfix - Set the expected download content length in the job properly: [#10607](https://github...
v4.0.0-beta2
Downloads
ownCloud client
Windows:
64 bit | 32 bit | Windows MSI for Group Policy | 32 bit GPO |
---|
MacOs
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | 32 bit | Windows for Group Policy | 32 bit GPO |
---|
MacOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-4.0.0.10718-beta2.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v4.0.0-beta2] (2023-04-20)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Display sync date in system tray context menu when files where ignored: #8953
- Bugfix - Fix computation of sync status when multiple folders are synced: #9270
- Bugfix - Don't abort local folder deletions on unrelated errors: #9311
- Bugfix - Fix update channel dropdown: #10251
- Bugfix - Select keep files as default action in all files removed dialog: #10254
- Bugfix - Undefined client state after fetching credentials failed: #10408
- Bugfix - Escape navigation elements from user name: #10427
- Bugfix - Under certain conditions the folder watcher could drop events: #10458
- Bugfix - Properly handle OAuth invalidation: #10494
- Bugfix - Clear conflict errors after they where resolved: #10569
- Bugfix - Set the expected download content length in the job properly: #10607
- Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
- Bugfix - Ensure the account state is properly persisted: #10648
- Bugfix - Reconnect got stuck if the server supports app providers: #10666
- Change - Implement server guided migration to spaces: #9945
- Enhancement - Display
This space is either disabled or deleted
for gone spaces: #9700 - Enhancement - Sync virtual files that are locked by office etc: #9829
- Enhancement - Replace term (un)pause with a more suitable one: #10231
- Enhancement - Check for long paths when these are not enabled on Windows: #10264
- Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
- Enhancement - Disable DPI scaling factor rounding on Windows: #10406
- Enhancement - Display quota for Spaces: #10453
- Enhancement - New WebFinger workflow: #10517
- Enhancement - Branding: Allow the addition of buttons to open a url: #10518
- Enhancement - Build the client without the auto updater by default: #10537
- Enhancement - Improve presentation of connection state: #10557
- Enhancement - Display open in web in file browser context menu, on sync roots: #10572
- Enhancement - Display space subtitle if available: #10577
- Enhancement - Open sharing options in Web: #10590
- Enhancement - Display the space name provided by the server: #10602
- Enhancement - Always point to the latest documentation: #10634
- Enhancement - More user friendly error handling in the cmd client: #10637
- Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654
Details
-
Bugfix - Display sync date in system tray context menu when files where ignored: #8953
-
Bugfix - Fix computation of sync status when multiple folders are synced: #9270
-
Bugfix - Don't abort local folder deletions on unrelated errors: #9311
We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
the sync tree. -
Bugfix - Fix update channel dropdown: #10251
When switching to the beta update channel in testpilotcloud, a warning will pop up. When
canceled, the selection should reset. This did not work reliably in localized clients due to
the use of string comparisons. Using a numeric index to keep track of the old value fixes the
problem. -
Bugfix - Select keep files as default action in all files removed dialog: #10254
-
Bugfix - Undefined client state after fetching credentials failed: #10408
We fixed a bug where the client got stuck in a "No connection configured" state if an error
occurred during the retrieval of the credentials from the system's keychain. The client then
required a manual log out and log in. -
Bugfix - Escape navigation elements from user name: #10427
We use the user name as folder name, if a user name contains path navigation elements we now
escape them. -
Bugfix - Under certain conditions the folder watcher could drop events: #10458
-
Bugfix - Properly handle OAuth invalidation: #10494
-
Bugfix - Clear conflict errors after they where resolved: #10569
-
Bugfix - Set the expec...
v4.0.0-beta1
Downloads
ownCloud client
Windows:
64 bit | 32 bit | Windows MSI for Group Policy | 32 bit GPO |
---|
MacOs
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | 32 bit | Windows for Group Policy | 32 bit GPO |
---|
MacOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-4.0.0.10639-beta1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v4.0.0-beta1] (2023-04-18)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Display sync date in system tray context menu when files where ignored: #8953
- Bugfix - Fix computation of sync status when multiple folders are synced: #9270
- Bugfix - Don't abort local folder deletions on unrelated errors: #9311
- Bugfix - Fix update channel dropdown: #10251
- Bugfix - Select keep files as default action in all files removed dialog: #10254
- Bugfix - Undefined client state after fetching credentials failed: #10408
- Bugfix - Escape navigation elements from user name: #10427
- Bugfix - Under certain conditions the folder watcher could drop events: #10458
- Bugfix - Properly handle OAuth invalidation: #10494
- Bugfix - Clear conflict errors after they where resolved: #10569
- Bugfix - Set the expected download content length in the job properly: #10607
- Bugfix - UI freeze when multiple modal dialogs displayed on macOS: #10621
- Bugfix - Ensure the account state is properly persisted: #10648
- Bugfix - Reconnect got stuck if the server supports app providers: #10666
- Change - Implement server guided migration to spaces: #9945
- Enhancement - Display
This space is either disabled or deleted
for gone spaces: #9700 - Enhancement - Sync virtual files that are locked by office etc: #9829
- Enhancement - Replace term (un)pause with a more suitable one: #10231
- Enhancement - Check for long paths when these are not enabled on Windows: #10264
- Enhancement - Implement a possibility to Desktop.ini icon updates on Windows: #10361
- Enhancement - Disable DPI scaling factor rounding on Windows: #10406
- Enhancement - Display quota for Spaces: #10453
- Enhancement - New WebFinger workflow: #10517
- Enhancement - Branding: Allow the addition of buttons to open a url: #10518
- Enhancement - Build the client without the auto updater by default: #10537
- Enhancement - Improve presentation of connection state: #10557
- Enhancement - Display open in web in file browser context menu, on sync roots: #10572
- Enhancement - Display space subtitle if available: #10577
- Enhancement - Open sharing options in Web: #10590
- Enhancement - Display the space name provided by the server: #10602
- Enhancement - Always point to the latest documentation: #10634
- Enhancement - More user friendly error handling in the cmd client: #10637
- Enhancement - Don't invalidate oauth refresh token on ConnectionRefusedError: #10654
Details
-
Bugfix - Display sync date in system tray context menu when files where ignored: #8953
-
Bugfix - Fix computation of sync status when multiple folders are synced: #9270
-
Bugfix - Don't abort local folder deletions on unrelated errors: #9311
We fixed a bug where folder deletions where not performed if any sync error occured anyhwere in
the sync tree. -
Bugfix - Fix update channel dropdown: #10251
When switching to the beta update channel in testpilotcloud, a warning will pop up. When
canceled, the selection should reset. This did not work reliably in localized clients due to
the use of string comparisons. Using a numeric index to keep track of the old value fixes the
problem. -
Bugfix - Select keep files as default action in all files removed dialog: #10254
-
Bugfix - Undefined client state after fetching credentials failed: #10408
We fixed a bug where the client got stuck in a "No connection configured" state if an error
occurred during the retrieval of the credentials from the system's keychain. The client then
required a manual log out and log in. -
Bugfix - Escape navigation elements from user name: #10427
We use the user name as folder name, if a user name contains path navigation elements we now
escape them. -
Bugfix - Under certain conditions the folder watcher could drop events: #10458
-
Bugfix - Properly handle OAuth invalidation: #10494
-
Bugfix - Clear conflict errors after they where resolved: #10569
-
Bugfix - Set the e...
v3.2.1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.1.10355.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.2.1] (2023-03-07)
The following sections list the changes in ownCloud Desktop Client 3.2.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Handle hide VirtualFiles options as disable VirtualFiles: #5612
- Bugfix - Fix crash in Linux AppImage updater: #10552
- Bugfix - Fix encoding issue with basic authentication: #10564
Details
-
Bugfix - Handle hide VirtualFiles options as disable VirtualFiles: #5612
Due to legacy reasons the branding flag and its fuction differ.
-
Bugfix - Fix crash in Linux AppImage updater: #10552
In between the releases 3.0.0 and 3.1.0, a dependency was updated, causing an ABI
incompatibility with another library. We resolved this by rebuilding both libraries. -
Bugfix - Fix encoding issue with basic authentication: #10564
In 3.0 we introduced an encoding issue for basic authentication.
v3.2.0
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.0.10193.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.2.0] (2023-02-16)
The following sections list the changes in ownCloud Desktop Client 3.2.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
- Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
- Bugfix - Use selective sync settings from FolderWizard dialog: #10468
- Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
- Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
- Bugfix - Empty credentials for signed out accounts: #10500
Details
-
Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
After a change to how the next button is controlled by user input on the page, we forgot to make
this change on the Webfinger page, too. -
Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
-
Bugfix - Use selective sync settings from FolderWizard dialog: #10468
Due to a bug the user selection was not persisted.
-
Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
-
Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
-
Bugfix - Empty credentials for signed out accounts: #10500
We fixed a bug where we saved empty credentials for logged out accounts. Under certain
conditions we now tried access the server without any authentication.
v3.2.0-rc2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.2.0.10156-rc2.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.2.0-rc2] (2023-02-14)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
- Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
- Bugfix - Use selective sync settings from FolderWizard dialog: #10468
- Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
- Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
- Bugfix - Empty credentials for signed out accounts: #10500
Details
-
Bugfix - Enable next button upon user input on Webfinger setup wizard page: #10441
After a change to how the next button is controlled by user input on the page, we forgot to make
this change on the Webfinger page, too. -
Bugfix - Only hide non VFS settings when enforced and on Windows: #10456
-
Bugfix - Use selective sync settings from FolderWizard dialog: #10468
Due to a bug the user selection was not persisted.
-
Bugfix - ShowVirtualFilesOption no longer influences the use of VFS: #10472
-
Bugfix - Fix generation of Windows sidebar entry when VFS is disabled: #10481
-
Bugfix - Empty credentials for signed out accounts: #10500
We fixed a bug where we saved empty credentials for logged out accounts. Under certain
conditions we now tried access the server without any authentication.
v3.1.0
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.1.0.9872.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.1.0] (2023-01-25)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix the display of the version string for released builds: #10329
- Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
- Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340 - Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
- Bugfix - Correctly detect timeouts during token refrshs: #10373
- Bugfix - Open in web if debug logs are turned off: #10387
- Bugfix - We fixed building the client on non linux unix systems: #10398
- Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294 - Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
Details
-
Bugfix - Fix the display of the version string for released builds: #10329
We removed a trailing
-
in the version string of released clients. -
Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2. -
Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340We fixed a bug where the wrong text was displayed on the "add" button.
-
Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
-
Bugfix - Correctly detect timeouts during token refrshs: #10373
-
Bugfix - Open in web if debug logs are turned off: #10387
Due to a bug opening the browser only worked if logging was enabled.
-
Bugfix - We fixed building the client on non linux unix systems: #10398
-
Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294We added a
Reconnect
button to the account menu, this allows to trigger a manual reconnect
try. Note: The client would try to reconnect by itself at some point. -
Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
There used to be an option to enable the synchronization of hidden files using the -h parameter
which collided with the --help option and subsequently was removed. A new
--sync-hidden-files parameter was introduced to fill in the missing feature.
v3.1.0-rc2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.1.0-rc2.9818.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.1.0-rc2] (2023-01-20)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix the display of the version string for released builds: #10329
- Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
- Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340 - Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
- Bugfix - Correctly detect timeouts during token refrshs: #10373
- Bugfix - Open in web if debug logs are turned off: #10387
- Bugfix - We fixed building the client on non linux unix systems: #10398
- Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294 - Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
Details
-
Bugfix - Fix the display of the version string for released builds: #10329
We removed a trailing
-
in the version string of released clients. -
Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2. -
Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340We fixed a bug where the wrong text was displayed on the "add" button.
-
Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
-
Bugfix - Correctly detect timeouts during token refrshs: #10373
-
Bugfix - Open in web if debug logs are turned off: #10387
Due to a bug opening the browser only worked if logging was enabled.
-
Bugfix - We fixed building the client on non linux unix systems: #10398
-
Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294We added a
Reconnect
button to the account menu, this allows to trigger a manual reconnect
try. Note: The client would try to reconnect by itself at some point. -
Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
There used to be an option to enable the synchronization of hidden files using the -h parameter
which collided with the --help option and subsequently was removed. A new
--sync-hidden-files parameter was introduced to fill in the missing feature.
v3.1.0-rc1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.1.0-rc1.9807.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.1.0-rc1] (2023-01-18)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix the display of the version string for released builds: #10329
- Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
- Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340 - Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
- Bugfix - Correctly detect timeouts during token refrshs: #10373
- Bugfix - Open in web if debug logs are turned off: #10387
- Bugfix - We fixed building the client on non linux unix systems: #10398
- Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294 - Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
Details
-
Bugfix - Fix the display of the version string for released builds: #10329
We removed a trailing
-
in the version string of released clients. -
Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2. -
Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340We fixed a bug where the wrong text was displayed on the "add" button.
-
Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
-
Bugfix - Correctly detect timeouts during token refrshs: #10373
-
Bugfix - Open in web if debug logs are turned off: #10387
Due to a bug opening the browser only worked if logging was enabled.
-
Bugfix - We fixed building the client on non linux unix systems: #10398
-
Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294We added a
Reconnect
button to the account menu, this allows to trigger a manual reconnect
try. Note: The client would try to reconnect by itself at some point. -
Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
There used to be an option to enable the synchronization of hidden files using the -h parameter
which collided with the --help option and subsequently was removed. A new
--sync-hidden-files parameter was introduced to fill in the missing feature.
v3.0.0
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.0.0.9215.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0] (2022-11-30)
The following sections list the changes in ownCloud Desktop Client 3.0.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Windows VFS fixed some failing downloads: #49
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- Change - Windows: Update the folder icon on every start: #10184
- Change - Don't guess remote folder in owncloudcmd: #10193
- Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
- Change - Owncloudcmd OCIS support: #10239
- Change - Make sharedialog preview be more resilient: #8938
- Change - We no longer persist cookies: #9495
- Change - We removed support for ownCloud servers < 10.0: #9578
- Change - Drop socket upload job: #9585
- Change - Remove support for Windows 7 sidebar links: #9618
- Change - Rewrote TLS error handling: #9655
- Change - We removed the TLS certificate button from the account page: #9675
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Tweak logging format: #10310
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- Enhancement - Rewrite wizard from scratch: #9249
- Enhancement - Remove use of legacy DAV endpoint: #9538
- Enhancement - Support for OCIS Spaces: #9154
- Enhancement - Set Windows VFS placeholders readonly if needed: #9598
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Windows VFS fixed some failing downloads: #49
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
Some parameters were missing for some operations. This fix makes the log more complete and more
useful as a result. -
Bugfix - Don't display a conext menu on the root folder: #8595
https://git...