nextcloud-server/lib
Ferdinand Thiessen 7620d230df
fix(Request): Catch exceptions in `isTrustedProxy`
The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw.
But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 14:59:51 +07:00
..
composer better indexes 2024-01-24 20:01:56 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-01-27 00:19:36 +07:00
private fix(Request): Catch exceptions in `isTrustedProxy` 2024-01-27 14:59:51 +07:00
public Merge pull request #42597 from nextcloud/perf/s3-mkdir-update-size 2024-01-23 19:39:28 +07:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +07:00
base.php fix(l10n): invalid translation of a number 2023-10-21 11:48:46 +07:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +07:00