| .. |
|
actions
|
streams: Skip pickling the recipient string in cache.
|
2025-08-27 09:22:56 -07:00 |
|
data_import
|
test_mattermost_importer: Condition html2text crash on Python version.
|
2025-08-13 14:11:05 -07:00 |
|
lib
|
message_cache: Skip pickling JSON-encoded string in cache.
|
2025-08-27 09:22:56 -07:00 |
|
management
|
bots: Add a setting to customize the Welcome Bot message.
|
2025-08-08 18:59:37 -07:00 |
|
migrations
|
external_auth_id: Add new unique constraint.
|
2025-08-12 12:10:45 -07:00 |
|
models
|
message: Use .is_channel_message column instead of is_stream_message().
|
2025-08-19 23:37:07 -07:00 |
|
openapi
|
api-docs: Revise "description" parameter of new channel folder.
|
2025-08-14 16:51:35 -07:00 |
|
tests
|
message_cache: Skip pickling JSON-encoded string in cache.
|
2025-08-27 09:22:56 -07:00 |
|
tornado
|
events: Add support for sending presence events in modern format.
|
2025-08-12 12:37:54 -07:00 |
|
transaction_tests
|
test_user_groups: Add durable=True to the independent transaction.
|
2024-11-21 14:55:15 -08:00 |
|
views
|
delete_in_topic: Don't unnecessarily fetch .recipient.
|
2025-08-27 09:08:00 -07:00 |
|
webhooks
|
grafana: Be more forgiving of missing alert keys.
|
2025-07-22 12:20:04 -07:00 |
|
worker
|
thumbnail: Avoid BytesIO.getbuffer.
|
2025-08-13 14:11:05 -07:00 |
|
__init__.py
|
|
|
|
apps.py
|
forms: Use monkey-patched SetPasswordForm generic.
|
2025-07-15 07:32:44 -07:00 |
|
context_processors.py
|
realm_creation_form: Capture import_from if realm import enabled.
|
2025-04-30 00:06:43 -07:00 |
|
decorator.py
|
integrations: Prevent logging of MissingHTTPEventHeaderError.
|
2025-06-06 18:06:06 -07:00 |
|
filters.py
|
filters: Do not report AVATAR_SALT, or other salts.
|
2025-03-13 09:36:07 -07:00 |
|
forms.py
|
i18n: Swap three docs for ellipsis.
|
2025-07-30 13:45:53 +00:00 |
|
logging_handlers.py
|
ruff: Fix UP007 Use X | Y for type annotations.
|
2024-07-13 22:28:22 -07:00 |
|
middleware.py
|
push_notification: Add support to send E2EE test push notification.
|
2025-08-13 00:13:50 -07:00 |
|
signals.py
|
send_email: Set the Date header according to local enqueue time.
|
2025-03-10 16:48:08 -07:00 |