| .. |
|
__init__.py
|
actions: Add zerver/actions directory.
|
2022-04-14 13:48:35 -07:00 |
|
alert_words.py
|
actions: Use 'durable=True' in outermost transaction.atomic block.
|
2024-09-03 09:17:38 -07:00 |
|
bots.py
|
audit-log: Move user event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
create_realm.py
|
groups: Remove id_field_name field from GroupPermissionSetting.
|
2024-12-04 11:15:17 -08:00 |
|
create_user.py
|
invites: Enable adding users to user groups during invitations.
|
2024-11-26 11:26:34 -08:00 |
|
custom_profile_fields.py
|
custom_profile_fields: Make transaction no longer durable.
|
2024-10-14 16:30:46 -07:00 |
|
default_streams.py
|
streams: Include only IDs in default streams data.
|
2024-12-17 09:40:10 -08:00 |
|
invites.py
|
invites: Enable adding users to user groups during invitations.
|
2024-11-26 11:26:34 -08:00 |
|
message_delete.py
|
delete_message: Fix recipients of "delete_message" event.
|
2024-10-07 11:35:06 -07:00 |
|
message_edit.py
|
message_edit: Update check_message_update to use queue_event_on_commit.
|
2024-12-04 12:14:23 -08:00 |
|
message_flags.py
|
django_api: Rename 'send_event' to 'send_event_rollback_unsafe'.
|
2024-09-20 15:20:18 -07:00 |
|
message_send.py
|
message_send: Fix checking permission to send DMs.
|
2024-12-06 09:23:45 -08:00 |
|
muted_users.py
|
audit-log: Move user muted event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
onboarding_steps.py
|
onboarding_steps: Send event on commit in mark onboarding_step as read.
|
2024-08-12 12:16:14 -07:00 |
|
presence.py
|
django_api: Rename 'send_event' to 'send_event_rollback_unsafe'.
|
2024-09-20 15:20:18 -07:00 |
|
reactions.py
|
api: Remove user object from reactions objects in the API.
|
2024-12-13 09:58:25 -08:00 |
|
realm_domains.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_emoji.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_export.py
|
realm_export: Add a RealmAuditLog entry for delete operation.
|
2024-10-04 14:17:20 -07:00 |
|
realm_icon.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_linkifiers.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_logo.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_playgrounds.py
|
audit-log: Move realm event types to AuditLogEventType enum.
|
2024-09-09 11:50:13 -07:00 |
|
realm_settings.py
|
user_groups: Define AnonymousSettingGroupDict in types.py.
|
2024-11-15 16:36:37 -08:00 |
|
saved_snippets.py
|
saved_snippets: Add backend for saved snippets.
|
2024-09-24 15:27:58 -07:00 |
|
scheduled_messages.py
|
scheduled_messages: Remove separate logfile.
|
2024-10-04 14:22:37 -07:00 |
|
streams.py
|
streams: Add can_administer_channel_group as a stream setting.
|
2024-12-03 18:38:25 -08:00 |
|
submessage.py
|
submessage: Fix recipients of "submessage" event.
|
2024-10-07 11:35:06 -07:00 |
|
typing.py
|
django_api: Rename 'send_event' to 'send_event_rollback_unsafe'.
|
2024-09-20 15:20:18 -07:00 |
|
uploads.py
|
upload: Explicitly return a bool and the Attachment object.
|
2024-09-09 12:40:17 -07:00 |
|
user_activity.py
|
queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe.
|
2024-12-06 09:23:02 -08:00 |
|
user_groups.py
|
user_groups: Refactor code creating group objects for creation events.
|
2024-12-04 12:11:52 -08:00 |
|
user_settings.py
|
realm_export: Add realm_export_consent feature to API.
|
2024-10-18 14:08:20 -07:00 |
|
user_status.py
|
actions: Use 'durable=True' in outermost transaction.atomic block.
|
2024-09-03 09:17:38 -07:00 |
|
user_topics.py
|
ruff: Fix UP007 Use X | Y for type annotations.
|
2024-07-13 22:28:22 -07:00 |
|
users.py
|
streams: Optimize code for computing stream objects.
|
2024-11-18 11:55:19 -08:00 |
|
video_calls.py
|
video_calls: Update do_set_zoom_token to send event on commit.
|
2024-08-12 12:16:14 -07:00 |