You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/config
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>
2 months ago
..
.htaccess Add "Order" to assure that no parental "Allow" can grant access 5 years ago
CAN_INSTALL Block install without CAN_INSTALL file 5 years ago
config.sample.php fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address is passed 2 months ago