OpenSlides/server/openslides
Finn Stutzenstein 91a15d24a8
Add ALLOWED_HOSTS
the proxy responds with a 421, if a host header with an invalid host
name is encountered. If nothing is provided (see default .env) all hosts
are allowed. Examples:

ALLOWED_HOSTS="localhost:8000 127.0.0.1:8000"

ALLOWED_HOSTS="some.domain.example.com"

Add EXTERNAL_HTTPS_PORT. See .env for the configuration.
2021-04-26 16:01:35 +02:00
..
agenda Update dependencies 2021-04-12 13:36:46 +02:00
assignments Update black 2021-04-26 09:00:04 +02:00
chat Update dependencies 2021-04-12 13:36:46 +02:00
core Update dependencies 2021-04-12 13:36:46 +02:00
mediafiles Update black 2021-04-26 09:00:04 +02:00
motions Update black 2021-04-26 09:00:04 +02:00
poll Update black 2021-04-26 09:00:04 +02:00
saml Update black 2021-04-26 09:00:04 +02:00
topics Delete unused code 2021-03-08 08:57:21 +01:00
users Add ALLOWED_HOSTS 2021-04-26 16:01:35 +02:00
utils Update black 2021-04-26 09:00:04 +02:00
__init__.py Update version to 3.4-master 2020-12-18 00:43:02 +01:00
__main__.py enable --debug-email for start and runserver 2020-11-25 14:53:41 +01:00
global_settings.py Add login errors for inactive users 2021-03-19 07:35:45 +01:00
urls_apps.py Repository restructure 2020-08-21 08:11:13 +02:00
urls.py Repository restructure 2020-08-21 08:11:13 +02:00
wsgi.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00