Releases: owncloud/client
v4.0.0-rc2
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.10781-rc2.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v4.0.0-rc2] (2023-04-27)
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-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.