zulip/zproject
Steve Howell 57f1aa722c refactor: Rename validate_email_for_realm.
Now called:

    validate_email_not_already_in_realm

We have a separate validation function that
makes sure that the email fits into a realm's
domain scheme, and we want to avoid naming
confusion here.
2020-03-06 11:53:22 -08:00
..
jinja2 cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
__init__.py
backends.py refactor: Rename validate_email_for_realm. 2020-03-06 11:53:22 -08:00
config.py config: Use fallback parameter of RawConfigParser.get. 2019-12-09 13:05:31 -08:00
default_settings.py saml: Add SOCIAL_AUTH_SAML_SECURITY_CONFIG to default_settings. 2020-02-21 10:19:25 -05:00
dev_settings.py auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
dev_urls.py install: Remove references to "Zulip Voyager". 2020-01-30 12:40:41 -08: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 saml: Use rsa-sha256 as the default signature algorithm. 2020-02-20 14:47:38 -08:00
settings.py auth: Fix Github auth with organization/team membership restriction. 2020-03-03 15:51:14 -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 test_settings: Change SOCIAL_AUTH_SUBDOMAIN to 'auth' in tests. 2020-02-27 17:32:08 -08:00
urls.py auth: Deduplicate config error blocks for different auths. 2020-02-24 12:25:30 -08:00
wsgi.py setup_path_on_import: Replace with setup_path function. 2020-02-25 15:40:21 -08:00