Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.3.2.15263-rc.5.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2-rc.5] (2024-12-19)
The following sections list the changes in ownCloud Desktop Client 5.3.2 relevant to
ownCloud admins and users.
Summary
- Security - Fixing high security vulnerability in Windows Installer: #12010
- Bugfix - OAuth: Prevent logout when refreshing token: #11980
- Bugfix - Crash when checking the sync file status: #11981
Details
-
Security - Fixing high security vulnerability in Windows Installer: #12010
CVE and security advisory will follow.
-
Bugfix - OAuth: Prevent logout when refreshing token: #11980
Prevent the user being logged out when the network disappears during OAuth token
refresh. -
Bugfix - Crash when checking the sync file status: #11981
Sometimes a
Folder
is created for a local path that we cannot sync (e.g. it's
not writable). This folder will not have a sync engine. If the engine of this
Folder
is accessed, this will lead to a crash.The fix is to check for the existence of a sync engine in the
Folder::canSync()
method.