zulip/zproject
PIG208 c03b9c95ad request: Store client information using ZulipRequestNotes.
This concludes the HttpRequest migration to eliminate arbitrary
attributes (except private ones that are belong to django) attached
to the request object during runtime and migrated them to a
separate data structure dedicated for the purpose of adding
information (so called notes) to a HttpRequest.
2021-07-14 12:01:07 -07:00
..
jinja2 refactor: Rename and move app_filters.py. 2021-06-11 07:43:22 -07:00
__init__.py
backends.py request: Store client information using ZulipRequestNotes. 2021-07-14 12:01:07 -07:00
computed_settings.py rate_limit: Add rate limiting of ZulipRemoteServer. 2021-07-08 15:55:02 -07:00
config.py sentry: Set environment to `staging` on staging hosts. 2021-07-09 10:54:19 -07:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py blueslip: Remove SAVE_FRONTEND_STACKTRACES setting. 2021-07-07 09:26:02 -07:00
dev_settings.py blueslip: Remove SAVE_FRONTEND_STACKTRACES setting. 2021-07-07 09:26:02 -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.pyi zproject: Add prod_settings mypy stub, aliasing prod_settings_template. 2021-07-05 09:53:41 -07:00
prod_settings_template.py saml: Add setting to skip the "continue to registration" page. 2021-07-08 15:21:20 -07:00
sentry.py request: Store client information using ZulipRequestNotes. 2021-07-14 12:01:07 -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 rate_limit: Add rate limiting of ZulipRemoteServer. 2021-07-08 15:55:02 -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 portico: Add Technical University of Munich case study. 2021-07-09 13:04:38 -07:00
wsgi.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00