zulip/zerver
Shubham Padia 2e48293e4b streams: Use bulk function in can_access_stream_metadata_user_ids.
Performance remains the same whether we're using the bulk function
underneath the function in question or not, this helps us avoid
duplication.
2025-03-25 13:20:06 -07:00
..
actions user_groups: Send metadata access related events on remove subgroups. 2025-03-25 13:20:06 -07:00
data_import messages: Add an is_channel_message flag. 2025-03-18 09:34:11 -07:00
integration_fixtures/nagios
lib streams: Use bulk function in can_access_stream_metadata_user_ids. 2025-03-25 13:20:06 -07:00
management topic: Enforce is_channel_message=True on topic queries. 2025-03-18 09:34:11 -07:00
migrations migrations: Fix migration 0574 to handle edge-case DirectMessageGroups. 2025-03-25 10:30:27 -07:00
models support: Show current billing admins on cloud support page. 2025-03-24 16:00:48 -07:00
openapi addressee: Rename "(no topic)" to empty string topic. 2025-03-19 11:39:28 -07:00
tests streams: Use bulk function in can_access_stream_metadata_user_ids. 2025-03-25 13:20:06 -07:00
tornado queue: Round-trip events through orjson in tests. 2025-03-18 11:53:51 -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 language code missing for find_team emails. 2025-03-24 14:41:23 -07:00
webhooks uptimerobot: Ensure we do not use body without it being defined. 2025-03-21 09:25:17 -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 message_summary: Log time to generate summary. 2025-02-06 12:03:24 -08:00
signals.py send_email: Set the Date header according to local enqueue time. 2025-03-10 16:48:08 -07:00