zulip/zerver
Steve Howell 8dc24e2a20 webhooks: Clean up args to log_exception_to_webhook_logger.
We eliminate optional parameters and replace `request_body`
with `payload`.

There is much less confusion if we just pass in `payload`,
and then we optionally re-format it if it's json.

For unclear reasons the original code was trying to
do `request_body = str(payload)` when `request_body`
was no longer being used.
2020-09-01 15:10:16 -07:00
..
data_import python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
lib streams: Mark all messages as read when deactivating a stream. 2020-09-01 11:24:27 -07:00
management export: Add a --deactivate flag which happens just prior to export. 2020-08-30 15:26:50 -07:00
migrations streams: Mark all messages as read when deactivating a stream. 2020-09-01 11:24:27 -07:00
openapi openapi: Fix examples in response for deactivating user endpoints. 2020-08-30 17:12:57 -07:00
templatetags docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
tests streams: Mark all messages as read when deactivating a stream. 2020-09-01 11:24:27 -07:00
tornado python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
views docs: Update many references to Casper. 2020-08-30 17:16:02 -07:00
webhooks trello: Remove unnecessary "is not supported" verbiage. 2020-08-31 14:24:35 -07:00
worker streams: Mark all messages as read when deactivating a stream. 2020-09-01 11:24:27 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py webhooks: Clean up args to log_exception_to_webhook_logger. 2020-09-01 15:10:16 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
middleware.py exceptions: Extract json_unauths into MissingAuthenticationError. 2020-08-30 14:51:50 -07:00
models.py models: Add comment for Big Blue Button ID placeholder. 2020-08-31 16:27:27 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00