Tom Moor
ef5e3f0b29
fix: Empty environment variables should not trigger validations
...
Add deprecation notice for SLACK_KEY, SLACK_SECRET
closes #3578
2022-05-23 21:37:27 +01:00
Tom Moor
519ed1ac2c
fix: Environment variables always interpreted as true,
...
closes #3573
2022-05-23 13:19:38 +01:00
Tom Moor
f1ce28cd8f
fix: Allow underscores in Postgres and Redis hostnames for docker support
...
closes #3574
2022-05-23 13:11:52 +01:00
Tom Moor
2a6d6f5804
chore: Restore more flexible SMTP env email validation
2022-05-21 14:01:57 +01:00
Tom Moor
96a32c98e7
fix: Remove email validation to allow for Name <email> format
2022-05-20 22:18:21 +01:00
Tom Moor
34576dd008
fix: Allow COLLABORATION_URL set with websocket protocol
2022-05-19 16:34:58 +01:00
Tom Moor
3c002f82cc
chore: Centralize env parsing, validation, defaults, and deprecation notices ( #3487 )
...
* chore: Centralize env parsing, defaults, deprecation
* wip
* test
* test
* tsc
* docs, more validation
* fix: Allow empty REDIS_URL (defaults to localhost)
* test
* fix: SLACK_MESSAGE_ACTIONS not bool
* fix: Add SMTP port validation
2022-05-19 08:05:11 -07:00
Tom Moor
15b1069bcc
chore: Move to Typescript ( #2783 )
...
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously.
closes #1282
2021-11-29 06:40:55 -08:00