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.1.0.11195-rc.2.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v4.1.0-rc.2] (2023-06-07)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Follow same site redirects in the Wizard: #5743
- Bugfix - Show systray status when a sync error occurred: #10834
- Bugfix - Owncloudcmd: Ensure plugin path is initialized on Linux: #10842
- Bugfix - Use correct user name with basic auth and LDAP: #10856
- Enhancement - Allow users to call commandline client from AppImage: #10888
Details
-
Bugfix - Follow same site redirects in the Wizard: #5743
We fixed a bug where the client did not follow same site redirects during the setup. If the used
url https://test.com/owncloud redirected to https://test.com the new url was not correctly
used for the newly created account. -
Bugfix - Show systray status when a sync error occurred: #10834
The systray menu for the ownCloud icon has an entry that shows the sync status. However, when a
sync error occurred, the entry would have no text in it. This has now been fixed. -
Bugfix - Owncloudcmd: Ensure plugin path is initialized on Linux: #10842
-
Bugfix - Use correct user name with basic auth and LDAP: #10856
Whith basic auth the name from the login credentials might not align with the name on the server.
We corrected the assumption and no longer change the user name. -
Enhancement - Allow users to call commandline client from AppImage: #10888
When the AppImage is called with the new commandline parameter --cmd, it will internally
dispatch the call to the contained owncloudcmd binary. Otherwise, the call will be forwarded
to the regular owncloud GUI binary as before.