nextcloud/lib
Ferdinand Thiessen 2cabc708fb
fix(DB): Sanitize host parameter for postgres databases when IPv6 address is passed
Doctrine is using `pg_connect` with the `host` parameter, this does not allow IPv6 addresses in URI notation.
So we need to extract the IP address and pass it directly

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-25 23:55:04 +01:00
..
composer prepare migration to lazy config 2024-01-22 11:32:23 -01:00
l10n Fix(l10n): Update translations from Transifex 2024-03-25 00:20:09 +00:00
private fix(DB): Sanitize host parameter for postgres databases when IPv6 address is passed 2024-03-25 23:55:04 +01:00
public fix: Allow nonce in csp header also if no other reasons are given 2024-03-11 10:08:56 +01:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix(l10n): invalid translation of a number 2023-10-21 11:48:46 +02:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00