zulip/zerver/webhooks
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
..
airbrake webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
appfollow webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
basecamp webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
beanstalk webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
beeminder webhooks/beeminder: Mock time.time() to avoid race. 2018-03-09 11:12:40 -08:00
bitbucket webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
bitbucket2 webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
circleci webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
codeship webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
crashlytics webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
delighted webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
deskdotcom webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
dropbox webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
facebook webhooks: Add Facebook integration. 2018-02-19 09:41:49 -08:00
flock webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
freshdesk webhooks: Fix passing client string to authenticated webhook API views. 2018-03-16 15:43:19 -07:00
front webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
gci webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
github mypy: Use Python 3 type syntax in several files. 2017-12-30 07:34:51 -05:00
github_webhook webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
gitlab webhooks: Migrate 14 webhooks to use check_send_webhook_message. 2018-03-16 11:34:20 -07:00
gogs webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
gosquared webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
greenhouse webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
groove webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
hellosign webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
helloworld webhooks: Enable custom topics and default PM notifications. 2018-03-16 11:34:20 -07:00
heroku webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
homeassistant webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
honeybadger/fixtures inetgrations: Add webhook payloads for Honeybadger. 2018-01-02 11:45:33 -05:00
ifttt webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
insping webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
intercom webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
jira webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
librato webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
mention webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
newrelic webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
opbeat webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
opsgenie webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
pagerduty webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
papertrail webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
pingdom webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
pivotal webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
raygun webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
rollbar/fixtures integrations: Add webhook payloads for rollbar. 2018-01-11 06:32:37 -05:00
runscope/fixtures integrations: Add webhook payloads for Runscope. 2017-12-29 07:27:20 -05:00
semaphore webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
sentry webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
slack mypy: Use Python 3 type syntax in zerver/webhooks/slack/view.py. 2017-12-26 08:34:06 -05:00
solano webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
splunk webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
stash/fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
statuspage webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
stripe webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
taiga webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
teamcity Add underscores to thumbs_up and thumbs_down emoji 2018-02-07 11:55:02 -08:00
transifex webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
travis webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
trello webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
updown webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
wordpress webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
yo mypy: Use Python 3 type syntax in `zerver/webhooks/yo/view.py`. 2017-12-22 08:17:00 -05:00
zapier webhooks: Migrate most integrations to use check_send_webhook_message. 2018-03-16 19:23:50 -02:30
zendesk webhooks: Fix passing client string to authenticated webhook API views. 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
github_dispatcher.py mypy: Apply type: ignore to api_github_webhook_dispatch calls. 2018-03-15 14:33:56 -07:00