Skip to content

v7.1.1

Latest

Choose a tag to compare

@erikjv erikjv released this 01 Sep 15:38
· 43 commits to master since this release
9525d73

Downloads

ownCloud client

Windows:

64 bit Windows MSI for Group Policy

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-7.1.1.19543.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v7.1.1] (2026-09-01)
The following sections list the changes in ownCloud Desktop Client 7.1.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Load OIDC configuration values from the right keys: #12597

Details

  • Bugfix - Load OIDC configuration values from the right keys: #12597

    The OIDC prompt setting was read from the Ports configuration value, so a
    bogus prompt parameter was sent to the identity provider. The configured
    redirect Ports were also parsed as a single string, which is empty on
    platforms where QSettings returns a string list for comma-separated values
    (ini-based configurations) — every system-configured port was silently dropped
    when more than one was configured. Both values are now read from their own key
    and with the right type.

    #12597
    #12606