zulip/zerver/webhooks/zendesk
Tim Abbott 34e165c100 webhooks: Fix passing client string to authenticated webhook API views.
This fixes a regression in 93678e89cd
and a4979410f9, where the webhooks using
authenticated_rest_api_view were migrated to a new model that didn't
include setting a custom Client string for the webhook.

When restoring these webhooks' client strings, we also fix places
where the client string was not capitalized the same was as the
product's name.
2018-03-16 15:43:19 -07:00
..
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md docs: Remove dangling </p> tag. 2017-11-09 14:39:40 -08:00
tests.py webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
view.py webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00