zulip/zerver
Sahil Batra 5bd538b8d6 realm: Fix extra data for entries when changing max_invites.
For audit log entries with REALM_PROPERTY_CHANGED event type
when changing "max_invites" property of the realm, extra_data
value used "old_value" and "new_value" keys.
This commit fixes it to use RealmAuditLog.OLD_VALUE ("1")
and RealmAuditLog.NEW_VALUE ("2") as keys which we do for
other audit log entries.
2025-11-21 13:57:42 -08:00
..
actions realm: Fix extra data for entries when changing max_invites. 2025-11-21 13:57:42 -08:00
data_import slack: Add some unhandled block types. 2025-11-19 17:21:06 -08:00
lib integration-docs: Update Grafana doc to use parallel tabs. 2025-11-21 12:20:12 -08:00
management checks: Move checkconfig to standard check framework. 2025-11-19 11:50:18 -08:00
migrations settings: Add realm setting to disable channel event messages. 2025-11-21 11:58:02 -08:00
models message_report_modal: Use server_report_message_types. 2025-11-21 12:02:44 -08:00
openapi api: Add server_report_message_types to realm. 2025-11-21 12:02:44 -08:00
tests realm: Fix extra data for entries when changing max_invites. 2025-11-21 13:57:42 -08:00
tornado presence: Add helpful in-code comments pointing to API docs. 2025-11-20 12:41:16 -08:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views auth: Implement support for multiple OIDC IdPs. 2025-11-21 12:51:36 -08:00
webhooks integration-docs: Update Grafana doc to use parallel tabs. 2025-11-21 12:20:12 -08:00
worker export: Stop calling processes threads. 2025-11-05 11:49:55 -08:00
__init__.py
apps.py checks: Move existing SOCIAL_AUTH_* asserts to checks. 2025-11-19 11:50:18 -08:00
checks.py checks: Move existing SOCIAL_AUTH_* asserts to checks. 2025-11-19 11:50:18 -08:00
context_processors.py realm_creation_form: Capture import_from if realm import enabled. 2025-04-30 00:06:43 -07:00
decorator.py zephyr: Remove Zephyr mirroring support. 2025-09-16 11:18:18 -07:00
filters.py filters: Do not report AVATAR_SALT, or other salts. 2025-03-13 09:36:07 -07:00
forms.py forms: Track extra context field data with HowFoundZulipFormMixin. 2025-11-20 16:51:55 -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: If there are no realms yet, show proxy errors to end-user. 2025-11-18 12:12:04 -08:00
signals.py signals: Extract function to convert datetime to readable string. 2025-10-01 11:25:00 -07:00