zulip/zerver
Mateusz Mandera dbff533e09 email_mirror: Add the sender at the start of stream message.
Fixes part 3 of #10612. When sending an email to the email mirror to a
stream address, if "+show-sender" is added in the address, the stream
message will now include "From: <sender>" at the top.
2019-03-07 14:28:33 -08:00
..
data_import streams: Prevent creation of multi-line stream descriptions. 2019-02-20 12:28:00 -08:00
lib email_mirror: Add the sender at the start of stream message. 2019-03-07 14:28:33 -08:00
management ldap: Continue syncing other fields even if a field is missing. 2019-03-05 16:19:27 -08:00
migrations stream-descriptions: Create wrapper for rendering stream descriptions. 2019-03-06 17:16:14 -08: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 the sender at the start of stream message. 2019-03-07 14:28:33 -08:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views realm_logo: Update `upload_logo` views to return nothing. 2019-03-07 12:12:00 -08:00
webhooks webhooks/zapier: Remove code related to our official Zapier app. 2019-02-28 22:09:35 -08:00
worker push notif: Send a batch of message IDs in one `remove` payload. 2019-02-26 16:41:54 -08:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py refactor: De-duplicate code in `accounts_home.html` for social auth. 2019-03-05 14:02:12 -08: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 middleware: Avoid doing work for statsd when not enabled. 2019-02-27 17:53:15 -08:00
models.py realm: Restrict upload quota according to plan. 2019-03-04 18:46:13 -08:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt