zulip/zerver
James Rowan 368bd66d8b emails: Refactor send_email functions to take both a sender name and address.
This will allow for customized senders for emails, e.g. 'Zulip Digest' for
digest emails and 'Zulip Missed Messages' for missed message emails.

Also:
* Converts the sender name to always be "Zulip", if the from_email used to
  be settings.NOREPLY_EMAIL_ADDRESS or settings.ZULIP_ADMINISTRATOR.

* Changes the default value of settings.NOREPLY_EMAIL_ADDRESS in the
  prod_setting_template to no longer have a display name. The only use of
  that display name was in the email pathway.
2017-07-04 14:25:01 -07:00
..
fixtures emoji: Fix the title and alt text for unicode emojis. 2017-07-01 11:14:24 -07:00
lib emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
management emails: Replace DEFAULT_FROM_EMAIL with ZULIP_ADMINISTRATOR. 2017-06-29 17:54:33 -07:00
migrations emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
outgoing_webhooks Outgoing Webhook System: Add usage of Interfaces in DoRestCall. 2017-06-28 11:11:21 -04:00
templatetags lib/integrations: Add stream_name attribute to Integration. 2017-06-13 15:30:35 -07:00
tests emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
tornado Django 1.11: MIDDLEWARE_CLASSES setting is deprecated. 2017-06-13 15:04:04 -07:00
views emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
webhooks github_webhook: Fix a typo to handle issues event properly. 2017-06-30 10:55:01 -07:00
worker emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
__init__.py
apps.py Add notifications on new logins to Zulip. 2017-03-25 16:50:52 -07:00
context_processors.py context_processors: Remove zulip_admin from zulip_default_context. 2017-06-29 11:20:32 -07:00
decorator.py Django 1.11: is_authenticated is now a property. 2017-06-13 15:04:04 -07:00
exceptions.py
filters.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
forms.py password reset flow: Use default noreply email address. 2017-07-04 14:25:01 -07:00
logging_handlers.py logging_handlers: Fix tracebacks being emailed in subject lines. 2017-04-25 18:55:11 -07:00
middleware.py Django 1.11: MIDDLEWARE_CLASSES setting is deprecated. 2017-06-13 15:04:04 -07:00
models.py realm: add mandatory topic setting on org level. 2017-07-04 14:09:21 -07:00
signals.py signals: Fix browser reporting for new Electron logins. 2017-07-03 10:12:20 -07:00
static_header.txt
storage.py pep8: Add compliance with rule E261 to storage.py. 2017-05-07 23:21:50 -07:00