Go to file
Luke Faraone 81d7dd1fda [schema] Support for authenticating Deployments via the API.
Here we introduce a new Django app, zilencer. The intent is to not have
this app enabled on LOCALSERVER instances, and for it to grow to include
all the functionality we want to have in our central server that isn't
relevant for local deployments.

Currently we have to modify functions in zerver/* to match; in the
future, it would be cool to have the relevant shared code broken out
into a separate library.

This commit inclues both the migration to create the models as well as a
data migration that (for non-LOCALSERVER) creates a single default
Deployment for zulip.com.

To apply this migration to your system, run:
   ./manage.py migrate zilencer

(imported from commit 86d5497ac120e03fa7f298a9cc08b192d5939b43)
2013-10-25 14:13:30 -04:00
api api: Add support for specifying client using zulip.init_from_options. 2013-10-21 14:37:36 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
certs Switch nagios to .zulip.net and add cert 2013-09-05 15:43:07 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [puppet] Increase maximum file descriptor count for zulip in limits.conf. 2013-10-25 11:48:35 -04:00
static Remove obsolete stream_data.all_subs(). 2013-10-25 13:50:34 -04:00
templates compare: Properly update title text for emojis. 2013-10-24 16:30:09 -04:00
tools Remove inaccurate comment 2013-10-24 16:40:38 -04:00
zerver [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
zilencer [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
zproject [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00