..
development
registration: Ask user how they found Zulip.
2024-04-01 12:44:12 -07:00
__init__.py
…
alert_words.py
…
attachments.py
…
auth.py
auth: Avoid deprecated django.contrib.auth.views.logout_then_login.
2024-04-04 16:27:58 -07:00
compatibility.py
…
custom_profile_fields.py
custom_profile_fields: Make required field optional during update.
2024-04-15 16:52:11 -07:00
digest.py
…
documentation.py
documentation: Move OpenGraph description updating out of middleware.
2024-04-16 10:41:45 -07:00
drafts.py
…
email_mirror.py
decorator: Rename internal_notify_view.
2024-02-15 15:42:50 -08:00
errors.py
config_error: Support passing arguments specifying the "go back" link.
2024-03-05 11:53:51 -08:00
events_register.py
…
health.py
…
home.py
page_params: Remove unused first_in_realm.
2024-02-08 10:08:15 -08:00
hotspots.py
urls: Add a new endpoint for hotspot and deprecate the old one.
2023-12-06 18:19:20 -08:00
invite.py
CVE-2024-21630: Check permission to subscribe others using invite link.
2024-01-24 17:41:10 -08:00
message_edit.py
messages: Remove use of @overload in access_message.
2024-04-12 11:41:27 -07:00
message_fetch.py
topic: Move sqlalchemy methods into their own file.
2024-04-16 09:48:11 -07:00
message_flags.py
message_flags: Remove inappropriate use of zerver.lib.timeout.
2024-04-18 11:50:38 -07:00
message_send.py
message-type: Add support for "channel" as value for type parameter.
2024-04-11 09:40:25 -07:00
muted_users.py
…
presence.py
models: Extract zerver.models.users.
2023-12-16 22:08:44 -08:00
push_notifications.py
config_error: Support passing arguments specifying the "go back" link.
2024-03-05 11:53:51 -08:00
reactions.py
messages: Use overloads to only return a user_message if needed.
2024-03-22 09:30:17 -07:00
read_receipts.py
messages: Use overloads to only return a user_message if needed.
2024-03-22 09:30:17 -07:00
realm.py
settings: Add option to disable seeing typing notifications.
2024-04-16 11:38:12 -07:00
realm_domains.py
models: Extract zerver.models.realms.
2023-12-16 22:08:44 -08:00
realm_emoji.py
ruff: Fix SIM300 Yoda conditions are discouraged.
2024-01-29 10:41:54 -08:00
realm_export.py
realm_export: Use .count(), instead of len().
2024-04-13 21:50:42 -07:00
realm_icon.py
ruff: Fix SIM300 Yoda conditions are discouraged.
2024-01-29 10:41:54 -08:00
realm_linkifiers.py
models: Extract zerver.models.linkifiers.
2023-12-16 22:08:44 -08:00
realm_logo.py
ruff: Fix SIM300 Yoda conditions are discouraged.
2024-01-29 10:41:54 -08:00
realm_playgrounds.py
…
registration.py
settings: Add permission to enforce unique names in realm.
2024-04-02 14:55:59 -07:00
report.py
csp_violations: Migrate has_request_variables to typed_endpoint.
2024-03-08 11:26:00 -08:00
scheduled_messages.py
message-type: Add support for "channel" as value for type parameter.
2024-04-11 09:40:25 -07:00
sentry.py
…
storage.py
…
streams.py
streams: Remove inappropriate use of zerver.lib.timeout.
2024-04-18 11:50:38 -07:00
submessage.py
todo_widget: Allow task list title to be set and edited by author.
2024-04-13 21:56:33 -07:00
thumbnail.py
models: Move some functions to zerver.lib.attachments.
2023-12-16 22:08:44 -08:00
tutorial.py
…
typing.py
message-type: Add support for "channel" as value for type parameter.
2024-04-11 09:40:25 -07:00
unsubscribe.py
…
upload.py
python: Reformat with Ruff formatter.
2024-02-29 17:07:16 -08:00
user_groups.py
models: Extract zerver.models.users.
2023-12-16 22:08:44 -08:00
user_settings.py
settings: Add option to disable seeing typing notifications.
2024-04-16 11:38:12 -07:00
user_topics.py
user_topics: Validate 'topic' parameter length <= max_topic_length.
2024-01-04 09:43:27 -08:00
users.py
bots: Avoid multiple active bots with the same name.
2024-04-10 13:14:25 -07:00
video_calls.py
video_calls: Add default password to zoom meetings.
2024-04-12 08:49:08 -07:00
zephyr.py
…