zulip/zerver/webhooks/wordpress
Eeshan Garg e87e246fcb zerver/decorator: Set request.client in api_key_only_webhook_view.
Previously, api_key_only_webhook_view passed 3 positional arguments
(request, user_profile, and client) into a function. However, most
of our other auth decorators only pass 2 positional arguments. For
the sake of consistency, we now make api_key_only_webhook_view set
request.client and pass only request and user_profile as positional
arguments.
2017-05-01 23:44:07 -07:00
..
fixtures webhooks: Move all fixtures to zerver/webhooks/<webhook_name>/fixtures. 2017-04-28 11:07:03 -07:00
__init__.py Add WordPress webhook. 2017-02-07 18:14:31 -08:00
doc.html Update WordPress webhook to say self-installed blogs are experimental. 2017-03-03 17:15:32 -08:00
tests.py messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
view.py zerver/decorator: Set request.client in api_key_only_webhook_view. 2017-05-01 23:44:07 -07:00