zulip/zproject
Dinesh 232eb8b7cf auth: Render config error page on configuration error.
We previously used to to redirect to config error page with
a different URL. This commit renders config error in the same
URL where configuration error is encountered. This way when
conifguration error is fixed the user can refresh to continue
normally or go back to login page from the link provided to
choose any other backend auth.

Also moved those URLs to dev_urls.py so that they can be easily
accessed to work on styling etc.

In tests, removed some of the asserts checking status code to be 200
as the function `assert_in_success_response` does that check.
2020-09-25 16:16:17 -07:00
..
jinja2 python: Prefer kwargs form of dict.update. 2020-09-03 17:51:09 -07:00
__init__.py
backends.py auth: Render config error page on configuration error. 2020-09-25 16:16:17 -07:00
computed_settings.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
config.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
dev_settings.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
dev_urls.py auth: Render config error page on configuration error. 2020-09-25 16:16:17 -07:00
email_backends.py dev_settings: Add EMAIL_PORT setting in zproject/dev_settings.py. 2020-08-04 11:03:40 -07:00
legacy_urls.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
prod_settings_template.py compose: Fix trailing slashes when creating Jitsi video meeting. 2020-08-26 12:01:11 -07:00
sentry.py sentry: Add additional context (client, fallback realm) to Sentry tags. 2020-09-11 16:43:29 -07:00
settings.py python: Add noqa comments for the specific star imports we allow. 2020-06-11 15:36:43 -07:00
terms.md.template docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
test_extra_settings.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
test_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
urls.py auth: Render config error page on configuration error. 2020-09-25 16:16:17 -07:00
wsgi.py wsgi: Try to avoid extra django.setup calls. 2020-06-18 20:16:34 -07:00