zulip/zerver
Tim Abbott 10e7e15088 user_agent: Compile the regular expression.
We use this single regular expression for processing essentially every
request, so it's definitely worth hinting to Python that we're going
to do so by compiling it.  Saves about 40us per request.
2020-02-14 10:26:37 -08:00
..
data_import emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
lib user_agent: Compile the regular expression. 2020-02-14 10:26:37 -08:00
management dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
migrations auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
openapi api: Rename subject_links to topic_links. 2020-02-07 14:35:22 -08:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests has_request_variables: Fix slow extraction of parameters. 2020-02-14 09:45:26 -08:00
tornado tornado: Rewrite Django integration to duplicate less code. 2020-02-13 16:13:11 -08:00
views dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
webhooks webhooks: Fix hellosign webhook. 2020-02-12 22:36:11 -08:00
worker slow queries: Use internal_send_stream_message(). 2020-02-11 12:20:54 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py login: Make authentication_methods data available to JavaScript. 2020-02-02 20:22:49 -08:00
decorator.py tornado: Rewrite Django integration to duplicate less code. 2020-02-13 16:13:11 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
logging_handlers.py version: Only let git describe match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
models.py dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00