Files
ocis/changelog/8.0.0_2026-02-13/fix-config-pointers-parsing.md
Julian Koberg 40f59e3158 chore: release 8.0.0
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
2026-02-16 11:18:59 +01:00

398 B

Bugfix: Support pointer types in config environment variable decoding

Added support for decoding pointer types (*bool, *int, *string, etc.) in the envdecode package, allowing configuration fields to distinguish between unset (nil) and explicitly set values. Changed WEB_OPTION_EMBED_ENABLED from string to *bool type to enable explicit false values.

https://github.com/owncloud/ocis/pull/11815