zulip/zerver
Mateusz Mandera 25a75b9ed7 scim_filter: Remove unnecessary join.
This join is completely redundant. We don't need to join the tables to
add filtering by realm id in the db queries for SCIM user lookup.
2025-07-22 12:02:06 -07:00
..
actions welcome_bot: Support auto-reply for 1:1 DMs using DM groups. 2025-07-21 22:48:01 -07:00
data_import slack: Handle float "ts" in attachment info. 2025-07-21 09:24:03 -07:00
lib scim_filter: Remove unnecessary join. 2025-07-22 12:02:06 -07:00
management compilemessages: Weblate's Language-Team uses <>. 2025-07-18 04:33:52 +00:00
migrations settings: Add can_set_delete_message_policy_group setting. 2025-07-17 15:44:53 -07:00
models settings: Add can_set_delete_message_policy_group setting. 2025-07-17 15:44:53 -07:00
openapi api: Add administrator endpoint for updating user status. 2025-07-18 17:37:26 -07:00
tests scim: Make "id" a string in our responses. 2025-07-22 12:02:06 -07:00
tornado streams: Fix events send when archiving and unarchiving streams. 2025-04-08 12:41:09 -07:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views access_user_group_api_value_for_setting: Change arg to realm. 2025-07-22 12:02:06 -07:00
webhooks integrations: Support colon and comma characters in jotform payloads. 2025-07-08 11:00:06 -07:00
worker zerver: Add endpoint to register a push device to server. 2025-07-14 14:52:39 -07:00
__init__.py
apps.py forms: Use monkey-patched SetPasswordForm generic. 2025-07-15 07:32:44 -07:00
context_processors.py realm_creation_form: Capture import_from if realm import enabled. 2025-04-30 00:06:43 -07:00
decorator.py integrations: Prevent logging of MissingHTTPEventHeaderError. 2025-06-06 18:06:06 -07:00
filters.py filters: Do not report AVATAR_SALT, or other salts. 2025-03-13 09:36:07 -07:00
forms.py forms: Use monkey-patched SetPasswordForm generic. 2025-07-15 07:32:44 -07:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py request: Use Django 5.2 HttpRequest.get_preferred_type. 2025-07-17 14:37:11 -07:00
signals.py send_email: Set the Date header according to local enqueue time. 2025-03-10 16:48:08 -07:00