.. |
__init__.py
|
…
|
|
alert_words.py
|
actions: Split out zerver.actions.alert_words.
|
2022-04-14 17:14:31 -07:00 |
bots.py
|
models: Extract zerver.models.users.
|
2023-12-16 22:08:44 -08:00 |
create_realm.py
|
realm: Use enums for accessing setting values.
|
2024-05-22 17:20:37 -07:00 |
create_user.py
|
create_user: Fix comment in set_up_streams_for_new_human_user.
|
2024-05-22 11:34:27 -07:00 |
custom_profile_fields.py
|
custom_profile_fields: Make required field optional during update.
|
2024-04-15 16:52:11 -07:00 |
default_streams.py
|
i18n: Update translated errors for stream to channel rename.
|
2024-04-24 14:35:05 -07:00 |
invites.py
|
invites: Add include_realm_default_subscriptions parameter.
|
2024-05-14 14:20:07 -07:00 |
message_delete.py
|
message_delete: Update "first_message_id" on message deletion.
|
2024-04-30 14:15:22 -07:00 |
message_edit.py
|
message_edit: Update do_update_message codepath to send event on commit.
|
2024-05-24 10:17:35 -07:00 |
message_flags.py
|
push_notifications: Shard mobile push notifications.
|
2024-05-02 14:25:10 -07:00 |
message_send.py
|
realm: Use enums for accessing setting values.
|
2024-05-22 17:20:37 -07:00 |
muted_users.py
|
python: Consistently use from…import for datetime.
|
2023-12-05 12:01:18 -08:00 |
onboarding_steps.py
|
onboarding_steps: Rename 'hotspots' files to 'onboarding_steps'.
|
2024-05-10 12:30:22 -07:00 |
presence.py
|
codespell: Fix spelling mistakes caught by codespell.
|
2024-05-31 14:32:33 -07:00 |
reactions.py
|
messages: Remove use of @overload in access_message.
|
2024-04-12 11:41:27 -07:00 |
realm_domains.py
|
models: Extract zerver.models.realms.
|
2023-12-16 22:08:44 -08:00 |
realm_emoji.py
|
models: Extract zerver.models.realm_emoji.
|
2023-12-16 22:08:44 -08:00 |
realm_export.py
|
migration: Rename extra_data_json to extra_data in audit log models.
|
2023-08-16 17:18:14 -07:00 |
realm_icon.py
|
models: Extract zerver.models.users.
|
2023-12-16 22:08:44 -08:00 |
realm_linkifiers.py
|
models: Extract zerver.models.linkifiers.
|
2023-12-16 22:08:44 -08:00 |
realm_logo.py
|
models: Extract zerver.models.users.
|
2023-12-16 22:08:44 -08:00 |
realm_playgrounds.py
|
models: Extract zerver.models.realm_playgrounds.
|
2023-12-16 22:08:44 -08:00 |
realm_settings.py
|
emails: Replace occurrences of uri with url in email templates.
|
2024-05-24 11:18:35 -07:00 |
scheduled_messages.py
|
typos: Fix typos caught by typos.
|
2024-05-20 13:55:00 -07:00 |
streams.py
|
message_send: Update do_send_messages codepath to send event on commit.
|
2024-05-19 23:18:43 -07:00 |
submessage.py
|
typos: Fix typos caught by mwic.
|
2024-05-20 13:55:00 -07:00 |
typing.py
|
settings: Add option to disable seeing typing notifications.
|
2024-04-16 11:38:12 -07:00 |
uploads.py
|
claim_attachment: Remove the stale 'user_profile' parameter.
|
2024-05-21 09:24:43 -07:00 |
user_activity.py
|
queue_processors: Process user_activity in one query.
|
2024-01-22 16:25:13 -08:00 |
user_groups.py
|
user_groups: Fix audit log data when changing group settings.
|
2024-05-28 07:24:07 -07:00 |
user_settings.py
|
bots: Avoid multiple active bots with the same name.
|
2024-04-10 13:14:25 -07:00 |
user_status.py
|
users: Update presence and user status code to support restricted users.
|
2023-11-21 23:58:45 -08:00 |
user_topics.py
|
message_send: Update do_send_messages codepath to send event on commit.
|
2024-05-19 23:18:43 -07:00 |
users.py
|
invites: Split out some functions from zerver.actions.invites.
|
2024-05-02 14:23:04 -07:00 |
video_calls.py
|
…
|
|