zulip/zilencer
Leo Franchi 501f063426 Replace email_to_domain with split_email_to_domain and resolve_email_to_domain
Now that we support email aliases, we have to be careful when going from
an email address to a domain that we assume we can use to get a Realm
object for. When we care about the Realm's domain, we want to follow
any RealmAliases that exist for a certain domain.

When we just care about the original email address domain itself,
for comparison or other purposes, use split_email_from_domain

This removes the ambiguity of having to decide when to use
email_to_domain + RealmAlias or just email_to_domain

(imported from commit 0e199495502d946ce2e1aae56263e7e8665be4ed)
2013-11-26 10:45:01 -05:00
..
management Replace email_to_domain with split_email_to_domain and resolve_email_to_domain 2013-11-26 10:45:01 -05:00
migrations Rename LOCAL_SERVER to ENTERPRISE. 2013-11-12 15:57:01 -05:00
urls Move enterprise-registration to zilencer/ from zerver/ 2013-11-15 11:21:52 -05:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
error_notify.py Replace decentralized topic truncation with a single check when sending messages. 2013-11-22 13:53:03 -05:00
forms.py Move enterprise-registration to zilencer/ from zerver/ 2013-11-15 11:21:52 -05:00
models.py Fix incorrect code to get the deployment name 2013-11-13 16:22:21 -05:00
tests.py Expose an endpoint to identify the API/webclient bases for a particular user. 2013-10-25 15:18:38 -04:00
views.py Replace email_to_domain with split_email_to_domain and resolve_email_to_domain 2013-11-26 10:45:01 -05:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.