zulip/zproject
akshatdalton 7df62ebbaf settings: Make `MAX_MESSAGE_LENGTH` a server-level setting.
This will offer users who are self-hosting to adjust
this value. Moreover, this will help to reduce the
overall time taken to test `test_markdown.py` (since
this can be now overridden with `override_settings`
Django decorator).

This is done as a prep commit for #18641.
2021-06-03 09:26:28 -07:00
..
jinja2 jinja2: Serialize page-params with orjson. 2021-05-18 12:36:15 -07:00
__init__.py
backends.py auth: Extract sync_user_profile_custom_fields function from ldap sync. 2021-06-01 08:32:50 -07:00
computed_settings.py settings: Support arbitrary database user and dbname. 2021-05-25 13:46:58 -07:00
config.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py settings: Make `MAX_MESSAGE_LENGTH` a server-level setting. 2021-06-03 09:26:28 -07:00
dev_settings.py auth: Implement a generic OpenID Connect backend. 2021-05-28 09:43:06 -07:00
dev_urls.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
email_backends.py emails: Fix outgoing email handling inside the dev environment. 2021-04-28 18:00:37 -07:00
legacy_urls.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
prod_settings_template.py auth: Make full_name_validated attr of generic OIDC configurable. 2021-05-28 09:50:23 -07:00
sentry.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08: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 auth: Make full_name_validated attr of generic OIDC configurable. 2021-05-28 09:50:23 -07:00
test_settings.py test_settings: Use TEST_EXTERNAL_HOST to override ‘testserver’ default. 2020-12-17 13:07:59 -08:00
urls.py docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
wsgi.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00