zulip/corporate
Mateusz Mandera 4a93149435 settings: Rework how push notifications service is configured.
Instead of the PUSH_NOTIFICATIONS_BOUNCER_URL and
SUBMIT_USAGE_STATISTICS settings, we want servers to configure
individual ZULIP_SERVICE_* settings, while maintaining backward
compatibility with the old settings. Thus, if all the new
ZULIP_SERVICE_* are at their default False value, but the legacy
settings are activated, they need to be translated in computed_settings
to the modern way.
2024-07-17 17:14:06 -07:00
..
lib corporate: Set assume_scheme="https" for django.forms.URLField. 2024-07-16 13:40:59 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
tests settings: Rework how push notifications service is configured. 2024-07-17 17:14:06 -07:00
views corporate: Set assume_scheme="https" for django.forms.URLField. 2024-07-16 13:40:59 -07:00
__init__.py
models.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
urls.py demo_request: Add form for user to request a demo. 2024-04-25 13:09:05 -07:00