zulip/zerver
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
..
actions events: Send `delete_message` event to user who deleted the message. 2024-07-16 23:29:02 -07:00
data_import rocketchat: Remove unnecessary SHA-1 hashing of direct message groups. 2024-07-17 15:56:00 -07:00
integration_fixtures/nagios
lib settings: Rework how push notifications service is configured. 2024-07-17 17:14:06 -07:00
management settings: Rework how push notifications service is configured. 2024-07-17 17:14:06 -07:00
migrations migrations: Derive emoji content-type from the bytes. 2024-07-17 11:39:04 -07:00
models compose: Show banner to explain non interleaved view messages fading. 2024-07-16 13:52:29 -07:00
openapi api-docs: Add changes section in construct a narrow article. 2024-07-16 23:40:45 -07:00
tests settings: Rework how push notifications service is configured. 2024-07-17 17:14:06 -07:00
tornado ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
transaction_tests ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00
views users: Change bot owner only if needed. 2024-07-17 10:07:51 -07:00
webhooks integration-docs: Update Trello for new doc format. 2024-07-16 17:02:55 -07:00
worker upload: Serve thumbnailed images. 2024-07-16 13:22:15 -07:00
__init__.py
apps.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
decorator.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
filters.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
forms.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
logging_handlers.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
signals.py ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00