zulip/zproject
Mateusz Mandera 27b9eafcac social_auth: Set is_signup=False if the user is already signed up.
Because of how login_or_register_remote_user code is structured, this
doesn't change how the flow will go, but it's not a clean use of
login_or_register_remote_user to call it with is_signup=True if sign up
shouldn't actually happen - and may be fragile when refactoring
login_or_register_remote_user.
2020-01-23 16:24:07 -08:00
..
jinja2 cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
__init__.py
backends.py social_auth: Set is_signup=False if the user is already signed up. 2020-01-23 16:24:07 -08:00
config.py config: Use fallback parameter of RawConfigParser.get. 2019-12-09 13:05:31 -08:00
default_settings.py settings: Support optional memcached authentication. 2020-01-15 17:35:15 -08:00
dev_settings.py settings: Support optional memcached authentication. 2020-01-15 17:35:15 -08:00
dev_urls.py storage: Stop using django-pipeline. 2019-07-24 17:40:31 -07:00
email_backends.py tools: Upgrade Pycodestyle and fix new linter errors. 2019-01-31 12:21:41 -08:00
legacy_urls.py urls: Move the json/fetch_api_key endpoint to be an API-style route. 2018-01-08 13:15:52 -05:00
prod_settings_template.py settings: Support optional memcached authentication. 2020-01-15 17:35:15 -08:00
settings.py settings: Support optional memcached authentication. 2020-01-15 17:35:15 -08:00
slack_importer_test_settings.py settings: Migrate test settings to modern postgres backend name. 2019-01-23 17:08:24 -08:00
terms.md.template
test_settings.py ldap: Improve logging. 2019-12-28 10:47:08 -08:00
urls.py auth: Use config_error instead of JsonableError in remote_user_sso. 2019-12-11 16:40:20 -08:00
wsgi.py wsgi.py: Fix broken error ouput for django.setup() call. 2019-06-24 12:19:51 -07:00