| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-01-20 | 3.9 kB | |
| v5.3.2 source code.tar.gz | 2025-01-20 | 5.0 MB | |
| v5.3.2 source code.zip | 2025-01-20 | 5.7 MB | |
| Totals: 3 Items | 10.7 MB | 1 | |
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.15463.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.2] (2025-01-21)
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.
https://github.com/owncloud/client/issues/12010
- Bugfix - OAuth: Prevent logout when refreshing token: #11980
Prevent the user being logged out when the network disappears during OAuth token refresh.
https://github.com/owncloud/client/issues/11980 https://github.com/owncloud/client/pull/11984 https://github.com/owncloud/client/pull/12005
- 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.
https://github.com/owncloud/client/issues/11981 https://github.com/owncloud/client/pull/11982 https://github.com/owncloud/client/pull/12000