zulip/zerver
Tim Abbott a1d99adce7 auth: Handle SSO_APPEND_DOMAIN in remote_user SSO for mobile.
Apparently, while the main code path through
login_or_register_remote_user was correctly calling
remote_user_to_email(username) to get a proper email address for
situations where auth username != email (i.e. when SSO_APPEND_DOMAIN
is set), we neglected to do so in the mobile_flow_otp corner case.

Fixes #11005.
2018-12-10 10:36:15 -08:00
..
data_import slack import: Eliminate need to load all messages into memory. 2018-12-05 12:20:50 -08:00
lib dependencies: Upgrade mypy to version 0.650. 2018-12-09 22:20:12 -08:00
management email: Support delivery email in email change system. 2018-12-06 17:43:26 -08:00
migrations notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
openapi api: Add GET /user_groups documentation. 2018-11-08 22:19:30 -08:00
templatetags api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
tests auth: Handle SSO_APPEND_DOMAIN in remote_user SSO for mobile. 2018-12-10 10:36:15 -08:00
tornado tornado: Require non-negative lifespan_secs. 2018-12-05 14:50:37 -08:00
views auth: Handle SSO_APPEND_DOMAIN in remote_user SSO for mobile. 2018-12-10 10:36:15 -08:00
webhooks email: Convert accounts code to use delivery_email. 2018-12-06 16:21:38 -08:00
worker send_email: Extract handle_email_format_changes and use. 2018-12-04 16:08:18 -08:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py hello: Add link and label for latest Zulip release. 2018-11-19 12:00:40 -08:00
decorator.py email: Convert accounts code to use delivery_email. 2018-12-06 16:21:38 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py email: Convert accounts code to use delivery_email. 2018-12-06 16:21:38 -08:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py sessions: Resync session middleware from Django upstream. 2018-11-14 15:16:12 -08:00
models.py notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
signals.py send_email: Add support for multiple recipients. 2018-12-03 15:12:11 -08:00
static_header.txt