zulip/zerver
Prakhar Pratyush 1462c8ac1b migration: Rename 'general chat' topic to empty string topic.
Zulip now supports empty string as a valid topic name.

For clients predating this feature, such messages appear
in "general chat" topic. Messages sent to "general chat" are
stored in the database as having a "" topic.

This commit adds a migration to rename the existing
"general chat" topic in the database to "".

Fixes parts of #32996.
2025-02-26 13:53:39 -08:00
..
actions presence: Fix for last active time for invisible mode. 2025-02-26 12:51:57 -08:00
data_import rocketchat: Harden parsing of custom emoji exports. 2025-02-05 13:41:19 -08:00
integration_fixtures/nagios
lib bots: Do not remove bot from inaccessible streams on owner change. 2025-02-26 09:30:24 -08:00
management install: Remove --cacert and CUSTOM_CA_CERTIFICATES. 2025-02-24 22:29:24 -08:00
migrations migration: Rename 'general chat' topic to empty string topic. 2025-02-26 13:53:39 -08:00
models migration: Rename 'general chat' topic to empty string topic. 2025-02-26 13:53:39 -08:00
openapi settings: Add backend to change allow_edit_history to integer field. 2025-02-25 18:18:23 -08:00
tests presence: Fix for last active time for invisible mode. 2025-02-26 12:51:57 -08:00
tornado tornado: Use Signal.asend. 2025-02-14 15:27:51 -08:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views settings: Add backend to change allow_edit_history to integer field. 2025-02-25 18:18:23 -08:00
webhooks requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
worker models: Add content_type to ImageAttachment. 2025-01-31 14:29:57 -08:00
__init__.py
apps.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py portico: Replace "Find accounts" link with "Log in". 2025-01-24 14:55:47 -08:00
decorator.py decorator: Work around internal_api_view typing problem. 2025-02-18 22:04:43 -08:00
filters.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
forms.py zephyr: Switch from py3dns to dnspython. 2025-02-25 11:53:08 -08:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py message_summary: Log time to generate summary. 2025-02-06 12:03:24 -08:00
signals.py queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00