nextcloud/lib
Ferdinand Thiessen 2525e73caa 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 20:25:17 +01:00
..
composer feat: add interface for lower level filecache acess without having to do direct db queries 2024-03-25 16:48:41 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-03-25 00:19:59 +00:00
private fix(DB): Sanitize host parameter for postgres databases when IPv6 address is passed 2024-03-25 20:25:17 +01:00
public feat: add interface for lower level filecache acess without having to do direct db queries 2024-03-25 16:48:41 +01:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix: Remove unused endpoint from base.php 2024-03-06 00:05:15 +01:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00