wekan/packages
Robert Scheck 927d15f2d8 Handle '\n' line breaks in PEM-encoded SSL/TLS certificates
For example Podman, handling OCI containers, does not seem to have
a way to pass multi-line strings via env files (and Docker seems to
have the same issue at least outside of docker-compose). Thus this
change allows 'LDAP_CA_CERT' to handle a string with '\n', because
currently only 0x0A aka LF might work. An example for additionally
supported format:

LDAP_CA_CERT=-----BEGIN CERTIFICATE-----\n...\n...\n...\n-----END CERTIFICATE-----

See also: https://github.com/wekan/wekan/issues/3484
2021-01-25 23:46:48 +01:00
..
kadira-flow-router Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
markdown Try to allow links to onenote, mailspring and file. 2021-01-13 00:02:17 +02:00
meteor-accounts-cas Revert users changes that were made at Wekan v4.16. 2020-06-18 02:00:51 +03:00
meteor-useraccounts-core Revert users changes that were made at Wekan v4.16. 2020-06-18 02:00:51 +03:00
meteorx Fix quotes. 2019-04-12 18:55:24 +00:00
wekan-accounts-cas Update users.js etc with global search replace, to try to fix selecting correct user. 2020-06-17 20:21:44 +03:00
wekan-accounts-oidc Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
wekan-ldap Handle '\n' line breaks in PEM-encoded SSL/TLS certificates 2021-01-25 23:46:48 +01:00
wekan-oidc Try to fix Color picker of lists is empty. Part 3. 2021-01-06 15:47:21 +02:00