zulip/zerver
Eeshan Garg a1994122ca webhooks/pagerduty: Refactor and make minor improvements.
This commit improves a couple of things:

* All of the message templates are now at the top, a convention
  we follow in a lot of our webhooks.
* Messages are not prefixed with any emojis. We don't do this in
  any of our other webhooks. Plus, the emojis were outdated.
* Remove some superfluous code.
* Use ```quote <quote goes here> ``` style formatting for
  quoted text instead of the `>` character.
2019-01-13 19:09:11 -08:00
..
data_import hipchat: Use HTML2Text for the content. 2019-01-09 16:59:45 -08:00
lib ldap: Extract `init_fakeldap()`. 2019-01-13 18:51:50 -08:00
management ldap: Add a setting to automatically deactivate non_matching users. 2019-01-13 19:04:09 -08:00
migrations compose: Add support for using Zoom as the video chat provider. 2019-01-07 10:00:02 -08:00
openapi settings: Add support for customizing the top-left logo. 2018-12-18 12:44:52 -08:00
templatetags bugdown: Trigger test failure for invalid Markdown include statements. 2018-12-27 20:13:08 -08:00
tests ldap: Add a setting to automatically deactivate non_matching users. 2019-01-13 19:04:09 -08:00
tornado push: Include type in add-push-notification events. 2018-12-15 13:58:52 -08:00
views tooling: Move confirmation_key view to development only views. 2019-01-11 12:45:21 -08:00
webhooks webhooks/pagerduty: Refactor and make minor improvements. 2019-01-13 19:09:11 -08:00
worker send_email: Add support for passing language into send_future_email. 2019-01-09 17:47:58 -08:00
__init__.py
apps.py
context_processors.py emails: Clean up code surrounding the call to find_team. 2018-12-20 16:26:19 -08:00
decorator.py decorator: Set an error code for invalid API key errors. 2019-01-05 11:29:34 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py emails: Update text for password_reset. 2018-12-20 16:26:19 -08:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py docs: Automatically construct OpenAPI metadata for help center. 2018-12-19 10:18:20 -08:00
models.py compose: Add support for using Zoom as the video chat provider. 2019-01-07 10:00:02 -08:00
signals.py emails: Use ugettext instead of ugettext_lazy in signals. 2018-12-20 19:35:23 -08:00
static_header.txt