| .. |
|
development
|
requirements: Upgrade Python requirements.
|
2025-05-05 09:10:19 -07:00 |
|
__init__.py
|
|
|
|
alert_words.py
|
ruff: Fix UP035 Import from collections.abc, typing instead.
|
2024-07-13 22:28:22 -07:00 |
|
antispam.py
|
signup: Add optional Altcha to realm registration.
|
2025-04-23 17:18:40 -07:00 |
|
attachments.py
|
attachments: Correct attachment_id type from string to integer.
|
2023-10-22 17:06:34 -07:00 |
|
auth.py
|
python: Use Django 5.2 reverse(…, query=…).
|
2025-06-12 09:32:38 -07:00 |
|
channel_folders.py
|
folders: Don't allow archiving a folder if it contains channels.
|
2025-05-29 15:39:03 -07:00 |
|
compatibility.py
|
django: Use HttpRequest.headers.
|
2022-05-13 20:42:20 -07:00 |
|
custom_profile_fields.py
|
custom_profile_fields: Restrict access to users in the same realm.
|
2025-03-28 17:41:32 -07:00 |
|
digest.py
|
mypy: Fix most AnonymousUser type errors.
|
2021-07-24 14:55:46 -07:00 |
|
documentation.py
|
ruff: Fix S704 Unsafe use of markupsafe.Markup detected.
|
2025-03-14 17:31:50 -07:00 |
|
drafts.py
|
ruff: Fix UP006 Use list instead of List for type annotation.
|
2024-07-13 22:28:22 -07:00 |
|
errors.py
|
ruff: Fix UP007 Use X | Y for type annotations.
|
2024-07-13 22:28:22 -07:00 |
|
events_register.py
|
ruff: Enable B008 function-call-in-default-argument.
|
2024-11-10 22:43:55 -08:00 |
|
health.py
|
health: Disable RabbitMQ check if not USING_RABBITMQ.
|
2024-10-13 11:42:49 -07:00 |
|
home.py
|
home: Fix compose box not visible on focus in Firefox Android.
|
2025-03-19 21:54:14 -07:00 |
|
invite.py
|
user_group: Move UserGroupMembershipDetails from lib/streams.py.
|
2025-02-21 15:36:07 -08:00 |
|
message_edit.py
|
message_edit: Check previous message content to prevent races.
|
2025-04-16 14:05:12 -07:00 |
|
message_fetch.py
|
narrow: Remove get_base_query_for_search need_message optimization.
|
2025-03-14 16:24:34 -07:00 |
|
message_flags.py
|
message_flags: Add skipped unsubscribed stream ids in the response.
|
2025-02-23 13:59:46 -08:00 |
|
message_report.py
|
api: Add a new endpoint for message reporting.
|
2025-05-06 15:59:55 -07:00 |
|
message_send.py
|
python: Simplify with str.removeprefix, str.removesuffix.
|
2024-09-03 12:30:16 -07:00 |
|
message_summary.py
|
settings: Add setting to control permission for topic summarization.
|
2025-02-12 12:05:04 -08:00 |
|
muted_users.py
|
bots: Fix muting of cross realm bots.
|
2023-11-27 16:16:23 -08:00 |
|
navigation_views.py
|
navigation_views: Add backend for navigation views in left sidebar.
|
2025-05-23 16:25:08 -07:00 |
|
onboarding_steps.py
|
onboarding_steps: Add 'navigation_tour_video' for new users.
|
2025-03-13 14:38:16 -07:00 |
|
presence.py
|
presence: Use the narrow user cache.
|
2025-02-13 12:40:53 -08:00 |
|
push_notifications.py
|
zilencer: Rename registration takeover to registration transfer.
|
2025-01-30 14:32:36 -08:00 |
|
reactions.py
|
message: Allow accessing archived channel when not modifying message.
|
2025-02-26 16:39:41 -08:00 |
|
read_receipts.py
|
message: Make is_modifying_message a mandatory kwarg.
|
2025-02-28 10:10:33 -08:00 |
|
realm_domains.py
|
realm: Migrate smaller files to typed_endpoint.
|
2024-07-15 16:49:32 -07:00 |
|
realm_emoji.py
|
realm: Migrate smaller files to typed_endpoint.
|
2024-07-15 16:49:32 -07:00 |
|
realm_export.py
|
export: Also add guardrail to the management command.
|
2025-03-28 17:44:58 -07:00 |
|
realm_icon.py
|
upload: Pass down content-type of realm icon/logo to backend.
|
2024-07-11 07:31:39 -07:00 |
|
realm_linkifiers.py
|
realm: Migrate smaller files to typed_endpoint.
|
2024-07-15 16:49:32 -07:00 |
|
realm_logo.py
|
realm: Migrate smaller files to typed_endpoint.
|
2024-07-15 16:49:32 -07:00 |
|
realm_playgrounds.py
|
code_playground: Add custom playground options in the default_options list.
|
2025-02-16 17:22:47 -08:00 |
|
realm.py
|
demo-orgs: Disable allowing users to join until owner email set.
|
2025-05-21 15:52:38 -07:00 |
|
registration.py
|
python: Use Django 5.2 reverse(…, query=…).
|
2025-06-12 09:32:38 -07:00 |
|
reminders.py
|
reminders: Add API endpoint to schedule reminders.
|
2025-05-02 16:48:00 -07:00 |
|
report.py
|
csp_violations: Migrate has_request_variables to typed_endpoint.
|
2024-03-08 11:26:00 -08:00 |
|
saved_snippets.py
|
api: Update saved snippets edit endpoint.
|
2025-03-17 11:03:25 -07:00 |
|
scheduled_messages.py
|
scheduled_messages: Extract exception for invalid delivery time.
|
2025-05-02 16:48:00 -07:00 |
|
sentry.py
|
ruff: Fix UP038 Use X | Y in isinstance call instead of (X, Y).
|
2024-07-13 22:28:22 -07:00 |
|
storage.py
|
ruff: Fix UP007 Use X | Y for type annotations.
|
2024-07-13 22:28:22 -07:00 |
|
streams.py
|
streams: Use "isinstance" instead of "is" for "Missing" check.
|
2025-05-29 15:39:03 -07:00 |
|
submessage.py
|
message: Allow accessing archived channel when not modifying message.
|
2025-02-26 16:39:41 -08:00 |
|
thumbnail.py
|
thumbnail: Do not Camo old thumbor URLs; serve images directly.
|
2024-07-24 16:04:34 -07:00 |
|
tusd.py
|
tusd: Support None value for MAX_WEB_DATA_IMPORT_SIZE_MB.
|
2025-04-30 00:06:43 -07:00 |
|
typing.py
|
typing: Rename "(no topic)" to empty string topic.
|
2025-03-27 09:29:49 -07:00 |
|
unsubscribe.py
|
ruff: Fix UP035 Import from collections.abc, typing instead.
|
2024-07-13 22:28:22 -07:00 |
|
upload.py
|
models: Add content_type to ImageAttachment.
|
2025-01-31 14:29:57 -08:00 |
|
user_groups.py
|
Groups: Can perform any join, leave, add, remove for deactivated group.
|
2025-06-11 14:58:14 -07:00 |
|
user_settings.py
|
demo-orgs: Schedule onboarding/welcome emails when owner adds email.
|
2025-05-20 16:25:51 -07:00 |
|
user_topics.py
|
validators: Use cleaner syntax for AfterValidator.
|
2024-07-15 16:49:32 -07:00 |
|
users.py
|
users: Allow spectators to access /users API endpoint.
|
2025-05-15 12:37:29 -07:00 |
|
video_calls.py
|
video-calls: Add Zoom Serverto Server OAuth integration.
|
2025-02-13 16:35:43 -08:00 |
|
zephyr.py
|
users: Remove unnecessary get_api_key helper.
|
2025-02-13 12:40:53 -08:00 |