zulip/zproject
Mateusz Mandera 06118da386 auth: Extract a shared constant for the REDIS_EXPIRATION_SECONDS value.
This is used by several different backends, with the same core idea for
the data storage - and thus the same value of 15 minutes is used
everywhere.

We extract this as a constant and document the reasoning for the value -
as that reasoning is the same in every case.
2025-11-21 12:52:06 -08:00
..
jinja2 i18n: Trim {% trans %} sections by default. 2025-05-29 11:58:57 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py auth: Extract a shared constant for the REDIS_EXPIRATION_SECONDS value. 2025-11-21 12:52:06 -08:00
computed_settings.py auth: Add "next" to SOCIAL_AUTH_FIELDS_STORED_IN_SESSION. 2025-11-21 12:49:20 -08:00
config.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
configured_settings.py settings: Print about custom settings from runtornado. 2023-12-05 12:33:34 -08:00
default_settings.py video_calls: Switch to using URLs defined in settings for Zoom. 2025-11-20 15:13:40 -08:00
dev_settings.py settings: Enable Altcha in development if on localhost. 2025-07-25 22:29:51 -07:00
dev_urls.py help: Add default page to display on /help when help server is off. 2025-09-26 11:41:10 -07:00
email_backends.py email-forwarding: Use namedtuple to update alternative email content. 2025-11-12 15:33:22 -08:00
prod_settings_template.py auth: Implement support for multiple OIDC IdPs. 2025-11-21 12:51:36 -08:00
prod_settings.pyi lint: Replace pycodestyle and pyflakes with ruff. 2022-11-03 12:10:15 -07:00
sentry.py sentry: Use TornadoIntegration when running under Tornado. 2025-09-10 10:21:16 -07:00
settings_types.py auth: Implement support for multiple OIDC IdPs. 2025-11-21 12:51:36 -08:00
settings.py settings: Hide django_stubs_ext from mypy. 2024-04-17 16:49:03 -07:00
template_loaders.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
test_extra_settings.py video_calls: Switch to using URLs defined in settings for Zoom. 2025-11-20 15:13:40 -08:00
test_settings.py settings: Refactor how TEST_SUITE is configured. 2023-12-04 09:50:14 -08:00
urls.py integrations: Allow trailing slash when redirecting /integration/docs. 2025-11-07 13:29:34 -08:00
wsgi.py restart-server: Wait until chain reload has completed. 2024-08-29 12:12:34 -07:00