zulip/zerver
Chris Heald c80e913c7a webhooks: Add a webhook capable of parsing Slack payloads.
This adds a webhook that can be used to interpret standard Slack
payloads. Since there are a ton of existing Slack integrations out
there, having a webhook which can accept standard Slack payloads can
significantly ease transition pains. Obviously this can't do everything
that Slack payloads can (particularly WRT their widgets/interactions),
but we can ingest text and parse out multi-block payloads into a message
relatively reasonably.
2020-05-11 00:07:28 -07:00
..
data_import gitter import: Subscribe every user to every stream. 2020-05-05 21:31:35 -07:00
lib webhooks: Add a webhook capable of parsing Slack payloads. 2020-05-11 00:07:28 -07:00
management i18n: Fix makemessages not walking subdirectories. 2020-05-08 17:03:16 -07:00
migrations python: Convert more variable type annotations to Python 3.6 style. 2020-05-08 16:42:43 -07:00
openapi openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
templatetags openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
tests org settings: Fix limited plan realm can change message_retention_days. 2020-05-09 16:40:50 -07:00
tornado org settings: Enable message_retention_days in org settings UI. 2020-05-08 14:09:31 -07:00
views org settings: Fix limited plan realm can change message_retention_days. 2020-05-09 16:40:50 -07:00
webhooks webhooks: Add a webhook capable of parsing Slack payloads. 2020-05-11 00:07:28 -07:00
worker logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
decorator.py org settings: Enable message_retention_days in org settings UI. 2020-05-08 14:09:31 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
logging_handlers.py error logging: Inline add_deployment_metadata. 2020-05-06 16:29:53 -07:00
middleware.py middleware: Stop using X_REAL_IP. 2020-05-08 11:40:54 -07:00
models.py python: Convert more variable type annotations to Python 3.6 style. 2020-05-08 16:42:43 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00