zulip/zproject
umkay 21c024fc29 auth: Make supported authentication backends a bitfield on realm.
This makes it possible to configure only certain authentication
methods to be enabled on a per-realm basis.

Note that the authentication_methods_dict function (which checks what
backends are supported on the realm) requires an in function import
due to a circular dependency.
2016-11-06 16:16:24 -08:00
..
jinja2 Annotate zproject/jinja2/backends.py 2016-08-09 09:19:24 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py auth: Make supported authentication backends a bitfield on realm. 2016-11-06 16:16:24 -08:00
dev_settings.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
dev_urls.py Upgrade to Django-Pipeline==1.6.8. 2016-07-09 07:09:55 -07:00
legacy_urls.py Add comment about /json/subscriptions/exists endpoint. 2016-10-17 16:11:04 -07:00
local_settings.py Remove humbug-user-uploads and related code. 2016-09-19 10:52:05 -07:00
prod_settings_template.py Upgrade: revert change to default LOCAL_UPLOADS_DIR in prod settings. 2016-09-06 14:51:29 -07:00
settings.py Django 1.10: context_processors have been moved to django.template. 2016-11-04 10:20:24 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Fix EXTERNAL_HOST computations in test_settings.py. 2016-10-05 19:04:55 -07:00
urls.py Django 1.10: Do not use patterns function. 2016-11-04 10:06:00 -07:00
wsgi.py Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00