zulip/zerver/lib/webhooks
Eeshan Garg 006e47198c webhooks/jira: Decode stream name on our end.
Recently, one of our users reported that a JIRA webhook was not
able to send messages to a stream with a space character in its
name. Turns out that JIRA does something weird with webhook URLs,
such that escaped space characters (%20) are escaped again, so
that when the request gets to Zulip, the double escaped %20 is
evaluated as the literal characters `%20`, and not as a space.

We fix this by unescaping the stream name on our end before
sending the message forward!
2018-11-06 15:57:04 -08:00
..
__init__.py
common.py webhooks/jira: Decode stream name on our end. 2018-11-06 15:57:04 -08:00
git.py webhooks/gitlab: Include title in Issue Hook event messages. 2018-07-14 09:38:11 +05:30