zulip/zerver
Mateusz Mandera 1a3297d122 email_mirror: Make send_to_email_mirror.py use mirror_email_message.
We change the send_to_email_mirror management command, to send messages
to the email mirror through the mirror_email_message function instead of
process_message - this makes the message follow a similar codepath as
emails sent into the mirror with the postfix configuration, which means
going through the MirrorWorker queue. The reason for this is to make
this command useful for testing the new email mirror rate limiter.
2019-03-18 11:16:58 -07:00
..
data_import settings: Rename "user avatar" to "profile picture" 2019-03-15 13:29:56 -07:00
lib email_mirror: Add realm-based rate limiting. 2019-03-18 11:16:58 -07:00
management email_mirror: Make send_to_email_mirror.py use mirror_email_message. 2019-03-18 11:16:58 -07:00
migrations email_mirror: Make email_token a unique column of Stream. 2019-03-17 12:55:35 -07:00
openapi api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests email_mirror: Add realm-based rate limiting. 2019-03-18 11:16:58 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views email_log: Fix buggy use of get_realm_stream. 2019-03-18 10:59:30 -07:00
webhooks webhooks/bitbucket: Account for missing user info. 2019-03-16 15:09:03 -02:30
worker email_mirror: Add realm-based rate limiting. 2019-03-18 11:16:58 -07:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py context_processors: Optimize calculation of social_backends. 2019-03-17 15:20:36 -07:00
decorator.py decorator.py: Add `max_int_size` param to `to_non_negative_int()`. 2019-03-01 11:16:46 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py auth: Use HTTP status 404 for invalid realms. 2019-03-14 13:50:09 -07:00
models.py models: Fix performance of supported_auth_backends with caching. 2019-03-17 15:14:05 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt