zulip/zerver/data_import
Mateusz Mandera e65fb2d051 slack: Requote image_url in render_attachment.
Slack attachment urls with white spaces,
e.g. `https://example.com/some file.png`,
were rejected by `check_url`. We want to call `requote_url` to deal with
any url-quoting jankiness that may be present in the exported data.
2025-10-10 09:52:50 -07:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
import_util.py import: Fix is_realm_imported_from_other_zulip_server logic. 2025-07-14 15:11:43 -07:00
mattermost.py test_mattermost_importer: Condition html2text crash on Python version. 2025-08-13 14:11:05 -07:00
rocketchat.py data_import: Set a default announcements channel for 3rd party imports. 2025-07-18 17:45:21 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack_message_conversion.py slack: Requote image_url in render_attachment. 2025-10-10 09:52:50 -07:00
slack.py slack: Fix formation of bot email addresses with non-ascii chars. 2025-10-10 09:49:35 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00