Pieter Cardillo Kwok
Pieter Cardillo Kwok
## :page_facing_up: Overview This PR updates the Slack webhook integration, maintaining its purpose of sending Slack messages to Zulip. The feature for mapping Slack channels is preserved, added better support...
Currently, we use Slack's legacy RTM API as the "listener" for messages from Slack to Zulip. This PR updates our Slack Bridge to use the Webhook integration to send messages...
## :page_facing_up: Overview Slack is discontinuing its classic Slack app. On **June 4 2024**, user won't be able to create the classic Slack app anymore. This issue will highlight how...
Apply integration-docs' new format. Fixes part of https://github.com/zulip/zulip/issues/29592. Updated docs: Mention  Netlify  Opbeat  I don't think Open Collective should be categorized under "Communication" integrations. They're a fundraising...
This PR fixes: - Comment-related events not containing issue links. - Outdated instructions to set up the Jira integration. Fixes part of: [CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/Jira.20.28Cloud.29.20integration.20problems) **Screenshots and screen captures:** - Current commented...
This is forked from #28746 Fixes: **Screenshots and screen captures:** Self-review checklist - [ ] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names, code reuse, readability, etc.). Communicate decisions,...
### Overview This PR adds support for handling Slack integration bot messages. Previously, this type of message wasn't supported because Slack's integration bots aren't Slack users, so we couldn't create...
## Overview This PR adds an assertion to check the compatibility between the migration status of the exported realm and the importing server. Info logs for mismatches in installed apps...
## Overview This PR enhances the handling of Slack thread messages during the Slack export conversion for import. Additionally, it introduces logic to address near-link messages in the import process....
Currently, our third-party importers don't sanitize messages with forbidden strings such as NUL bytes. For example, when trying to import this converted Slack message, it will crash. Slack message containing...