zulip/zilencer
Steve Howell ebce82b136 Eliminate json_to_dict and use check_dict instead.
All usages of json_to_dict were replaced with the check_dict
validator.  The check_dict validations can eventually be
extended to validate the keys and values of incoming data,
but now we just use check_dict([]) in all the places where
we had json_to_dict, which means we aren't checking for any
specific keys; we are just making sure it's a dictionary.

(imported from commit fc5add9a7ef149dfac2a9a6d9a153799c4c0c24d)
2014-02-18 13:02:08 -05:00
..
management Move message-related views into their own file 2014-01-10 21:38:59 -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 Send shorter browser error reports to Zulip 2013-12-12 12:52:21 -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 Eliminate json_to_dict and use check_dict instead. 2014-02-18 13:02:08 -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.