zulip/zerver
Aman Agrawal 80c9698943 registration: Fix 500 error pages rendered without context.
We need `corporate_enabled` and some other params to render
500 error page which is not passed when using `server_error`,
as it only contains our custom inserted `DEFAULT_PAGE_PARAMS`.

We render the page with `zulip_default_context` to fix this.
2025-04-04 11:00:06 -07:00
..
actions users: Send peer_remove on deactivating user. 2025-04-03 18:07:31 -07:00
data_import slack_import: Fix thread conversion condition. 2025-03-25 16:38:21 -07:00
integration_fixtures/nagios
lib corporate: Replace /try-zulip with /?show_try_zulip_modal. 2025-04-03 13:01:48 -07:00
management runtusd: Respect application_server.nginx_listen_port. 2025-04-01 09:28:18 -07:00
migrations migration: Fix topic name for imported DMs from third-party exports. 2025-03-25 16:38:21 -07:00
models user_groups: Add do_reactivate_user_group function. 2025-04-03 13:00:17 -07:00
openapi users: Send peer_remove on deactivating user. 2025-04-03 18:07:31 -07:00
tests users: Send peer_remove on deactivating user. 2025-04-03 18:07:31 -07:00
tornado user_groups: Add do_reactivate_user_group function. 2025-04-03 13:00:17 -07:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views registration: Fix 500 error pages rendered without context. 2025-04-04 11:00:06 -07:00
webhooks integration-docs: Rename Jira doc to avoid collision with Jira plugin. 2025-03-26 11:19:31 -07:00
worker deliver_scheduled_emails: Use a queue, instead of infinite retries. 2025-03-04 16:09:25 -08: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 portico: Replace "Find accounts" link with "Log in". 2025-01-24 14:55:47 -08:00
decorator.py settings: Add "can_manage_billing_group" realm setting. 2025-03-10 09:36:30 -07:00
filters.py filters: Do not report AVATAR_SALT, or other salts. 2025-03-13 09:36:07 -07:00
forms.py errors: Standardize "already in use" error messages. 2025-03-04 16:10:25 -08:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py middleware: Parse Accept header properly. 2025-03-26 22:29:09 -07:00
signals.py send_email: Set the Date header according to local enqueue time. 2025-03-10 16:48:08 -07:00