zulip/zerver
Harshit Bansal 8ae54ddb99 actions.py: `restricted_to_domain` should be False if there are no aliases.
Having `restricted_to_domain` set to True if there are no more aliases
left means the user is either confused or forgot to set it to False. It
should be set to False automatically when the last alias is deleted.
2017-02-08 22:14:43 -08:00
..
fixtures integrations: Add Greenhouse integration. 2017-02-07 19:08:35 -08:00
lib actions.py: `restricted_to_domain` should be False if there are no aliases. 2017-02-08 22:14:43 -08:00
management Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
migrations Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
templatetags minify: Clean up unnecessary tuple/list complexity. 2017-01-19 14:51:16 -08:00
tests actions.py: `restricted_to_domain` should be False if there are no aliases. 2017-02-08 22:14:43 -08:00
tornado lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
views Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
webhooks integrations: Add Greenhouse integration. 2017-02-07 19:08:35 -08:00
worker errors: Use hostname to report deployment. 2017-01-28 13:07:09 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py lint: Clean up E241 PEP-8 rule. 2017-01-23 21:21:14 -08:00
decorator.py Fix unnecessary traceback in authenticated_rest_api_view. 2017-01-29 12:48:10 -08:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py errors: Remove build_request_repr logic. 2017-01-29 14:18:22 -08:00
forms.py users: Verify full names explicitly in account registration. 2017-02-07 20:20:32 -08:00
logging_handlers.py lint: fix PEP8 issue with logging_handlers.py. 2017-02-07 13:22:01 -08:00
middleware.py middleware: Fix recursive DisallowedHost exceptions. 2017-01-29 20:26:58 -08:00
models.py Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py storage: Fix static files storage reuse issues. 2017-02-06 16:10:24 -08:00