nextcloud/lib
Joas Schilling 63f3309993
fix(logger): Prevent infinite recursion with log.condition => matches
When we need to check the log condition for a user matches,
there is a risk that something on the way checks the log level
and would result in an infinite loop.
So we simply check if it's a nested call and use the default
warning level in that case.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-03 10:04:51 +01:00
..
composer feat: add proofread task type 2024-12-20 10:22:30 +01:00
l10n Fix(l10n): Update translations from Transifex 2025-01-03 00:21:34 +00:00
private fix(logger): Prevent infinite recursion with log.condition => matches 2025-01-03 10:04:51 +01:00
public docs: fix version number 2024-12-20 10:22:30 +01:00
unstable fix(lexicon): renaming and minor fixes 2024-12-13 11:08:20 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php fix(status): Avoid session creation for status requests 2024-11-21 15:00:24 +01:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00