zulip/zerver
Tim Abbott 649b7b8b9f internal_send_message: Enforce being passed cross-realm bots.
We include ERROR_BOT in this set, even though it's not technically
cross-realm (it just lives in the admin realm).

This code path does not correctly handle emails that correspond to
multiple accounts (because `get_system_bot` does not).  Since it's
intended to only be used by system bots, we add an appropriate
assertion to ensure it is only used for system bots.
2017-11-26 17:14:23 -08:00
..
fixtures bugdown: Update KaTeX to version 0.8.3 from 0.7.1. 2017-11-23 12:43:34 -08:00
lib internal_send_message: Enforce being passed cross-realm bots. 2017-11-26 17:14:23 -08:00
management requirements: Upgrade mypy to 0.550. 2017-11-25 10:06:27 -08:00
migrations models: Add signup_notifications_stream attribute to Realm. 2017-11-21 17:39:50 -08:00
templatetags markdown processor: Exclude some files from macro substitution. 2017-11-22 10:29:07 -08:00
tests signup: Switch active mirror-dummy users to an AssertionError. 2017-11-26 16:13:45 -08:00
tornado queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
views signup: Switch active mirror-dummy users to an AssertionError. 2017-11-26 16:13:45 -08:00
webhooks webhooks/bitbucket2: Ignore push events with no changes. 2017-11-26 17:03:07 -08:00
worker actions: Mark all messages as read when user unsubscribes from stream. 2017-11-21 20:09:17 -08:00
__init__.py
apps.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
context_processors.py settings: Remove ABOUT_LINK_DISABLED. 2017-11-16 21:15:24 -08:00
decorator.py Don't use force_bytes() in decorator.py. 2017-11-09 10:43:19 -08:00
filters.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
forms.py backend: Make password reset form support multi realm membership. 2017-11-26 15:35:25 -08:00
logging_handlers.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
middleware.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
models.py models: Replace core team with Realm.INITIAL_PRIVATE_STREAM_NAME. 2017-11-21 17:39:51 -08:00
signals.py email: Fix identification of chrome as safari on ios 2017-11-19 17:07:33 -08:00
static_header.txt
storage.py docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00