zulip/zilencer
Jessica McKellar 4e24b432c4 [manual] Add script to migrate subs to new stream notification settings.
Previously, streams used `notifications`. Now they have separate
`desktop_notifications` and `audible_notifications`.

On staging, this should be run after the schema migration has been
applied (and technically before the code that uses the new fields is
deployed, but for staging, processing our notification settings a few
minutes late won't hurt anyone).

On prod, the script should be re-run just before the code using the
new notification settings is deployed to process any customer
notification settings changed since the staging deploy.

(imported from commit d99d238cd1b317c5180d7f940d70a7e2f8f9c712)
2014-03-03 16:08:33 -05:00
..
management [manual] Add script to migrate subs to new stream notification settings. 2014-03-03 16:08:33 -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.