Skip to content

v4.2.0

Compare
Choose a tag to compare
@fmoc fmoc released this 07 Aug 14:10
· 877 commits to master since this release

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.2.0.11670.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v4.2.0] (2023-08-07)

The following sections list the changes in ownCloud Desktop Client 4.2.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Wrong davUser in cmd client: #10946
  • Bugfix - Missing mtime in ocis uploads: #10950

Details

  • Bugfix - Wrong davUser in cmd client: #10946

    We fixed a bug where the wrong dav user was used in the url, when the username from the credentials
    differed from the username used on the server.

    #10946

  • Bugfix - Missing mtime in ocis uploads: #10950

    When uploading a file to ocis the server ignores the X-OC-Mtime header and expects the mtime to
    be part of the Upload-Metadata header. We now provide both.

    #10950