zulip/zerver/views/webhooks/trello
Tomasz Kolek d8dee522b6 Fix trello integration by adding handling HEAD confirmation request.
Previously, we rejected the HEAD requests that the trello integration
uses to check if the server accepts the integration.

Add decorator for returning 200 status code if request is HEAD.

Fixes: #2311.
2016-11-18 16:27:16 -08:00
..
__init__.py Fix trello integration by adding handling HEAD confirmation request. 2016-11-18 16:27:16 -08:00
board_actions.py trello: Fix accidentally commented type annotation. 2016-08-04 15:57:03 -07:00
card_actions.py Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00
exceptions.py Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00
templates.py Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00