nextcloud/lib
There Is No TIme d29697e310
fix(UserConfig): cast getTypedValue() result to string in getValueBool()
PHP 8.4 made passing non-strings to strtolower() a fatal TypeError.
getTypedValue() can return a non-string under certain conditions, causing
the strtolower() call to throw. The (string) cast guards against this.

Signed-off-by: There Is No TIme <37583483+thereisnotime@users.noreply.github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>

Co-authored-by: miaulalala <7427347+miaulalala@users.noreply.github.com>
2026-05-26 09:20:34 +00:00
..
composer feat: add permissions mask variant that only masks one directory 2026-04-09 23:54:51 +00:00
l10n fix(l10n): Update translations from Transifex 2026-05-26 09:20:33 +00:00
private fix(UserConfig): cast getTypedValue() result to string in getValueBool() 2026-05-26 09:20:34 +00:00
public fix(teams-api): adjust resource filtering 2026-04-27 08:35:40 -03:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 -01:00
base.php fix: add user id header when redirecting to default app 2026-02-19 14:28:07 +00:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00