zulip/zerver/tornado
Tim Abbott e98ca0714b notifications: Simplify how triggers are passed around.
This removes the utterly unnecessary `triggers` dict (which always was
a dict with exactly one value True) in favor of a single field,
'trigger'.

Inspired by Kunal Gupta's work in #6659.
2017-10-18 21:42:05 -07:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py zerver/tornado: Remove print_function. 2017-09-27 18:05:45 -07:00
descriptors.py zerver/tornado: Remove print_function. 2017-09-27 18:05:45 -07:00
event_queue.py notifications: Simplify how triggers are passed around. 2017-10-18 21:42:05 -07:00
exceptions.py zerver/tornado: Remove absolute_import. 2017-09-27 10:00:39 -07:00
handlers.py zerver/tornado: remove `import six`. 2017-09-27 19:10:28 -07:00
ioloop_logging.py zerver/tornado: Remove from __future__ import *. 2017-09-28 10:14:03 -07:00
socket.py socket: Add logging for CSRF issue in logging code. 2017-10-11 22:39:14 -07:00
views.py zerver/tornado: Remove absolute_import. 2017-09-27 10:00:39 -07:00
websocket_client.py websocket_client: Use get_system_bot. 2017-08-24 23:16:18 -07:00