chore: add changelog for PR #12597 - #12607
Conversation
ReviewPure documentation PR: adds Verified locally by running Mechanically correct:
1. The entry omits half of what #12597 fixedPR #12597 changed two independent things in
So on Linux/macOS, every admin-configured OIDC port list was silently ignored and replaced with "any port". That is independently user-visible (it defeats firewall/port-pinning setups) and deserves its own mention β an admin scanning release notes for "my configured Ports don't work" will not find it under "Load OIDC prompt from the right value". 2. Missing issue link, and the issue is still openIssue #12557 ("System config OIDC: Prompt is read from the Ports key instead of the Prompt key") is the report for this bug and is still open, even though #12597 and the 7.1 backport #12606 are both merged.
3. Missing body textPrecedent allows body-less entries, but Bugfix: Load OIDC settings from the right values in the system configuration
The `Prompt` value of the system configuration was read from the `Ports` key
instead of the `Prompt` key. Additionally, the `Ports` list was not parsed at
all from `.ini`-based system configurations on Linux and macOS, so the
configured ports were silently ignored and any port was accepted.
https://github.com/owncloud/client/issues/12557
https://github.com/owncloud/client/pull/125974. The 7.1 release line gets no changelog entryThe bug shipped in v7.1.0 (released 2026-06-19; Either open a companion PR adding the same entry to VerdictSafe to merge as-is β nothing here can break anything. But I would fold in the ports half of the fix (1) and the issue link (2) before merging, since a changelog entry is only worth what it tells the reader. Item 4 is much cheaper to fix now than at 7.1.1 release time. |
No description provided.