zulip/zerver/management/commands
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
..
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
activate_mit.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
active_user_stats.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
add_users_to_streams.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
analyze_mit.py Change humbug => zulip in some local variables. 2013-08-07 10:00:08 -04:00
analyze_user_activity.py Add a basic statistics module to analyze active user engagement 2013-10-16 18:39:44 -04:00
bankrupt_users.py Add a messages/flags POST api call to change a message's flags 2013-08-20 16:19:07 -04:00
bulk_change_user_name.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
change_user_email.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
check_apns_tokens.py Add a check_apns_tokens manage.py command to flush old tokens 2013-10-24 14:54:31 -04:00
check_redis.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
clear_db.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
client-activity.py Add a utility to report some rough recent client activity metrics. 2013-09-25 14:32:53 -04:00
colorize_streams.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
copy_colors.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
create-stream.py Add create-stream management command. 2013-10-19 09:28:59 -04:00
create_realm.py create_realm: add a reminder to run set_default_streams. 2013-10-17 13:47:51 -04:00
create_user.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
deactivate_user.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
delete_tutorial_streams.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
dump_messages.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
dump_passwords.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
dump_pointers.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
dump_useractivity.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
email-mirror.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
explain_js_error.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
expunge_db.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
expunge_logs.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
fill_memcached_caches.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
generate_invite_links.py generate_invite_links: work for open realms too. 2013-09-20 10:00:10 -04:00
grant_invites.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
gravatar_to_user_avatar.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
knight.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
logout_all_users.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
populate-realm-creation-times.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
populate-stream-tokens.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
populate_db.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
print_initial_password.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
process_queue.py Prepare process_queue to be used with supervisor's numprocs 2013-09-24 20:44:15 -04:00
profile_request.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
purge_queue.py Add a management command to purge a rabbitmq queue 2013-09-23 11:25:58 -04:00
queue_followup_emails.py Queue the day 1 and day 2 Zulip followup emails 2013-10-10 19:32:21 -04:00
rate_limit.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
realm_emoji.py Management command for realm emoji 2013-08-23 21:39:29 -04:00
realm_stats.py Fix some remaining references to zephyr. 2013-08-07 10:00:08 -04:00
remove_users_from_stream.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
rename-stream.py rename-stream: support non-ASCII stream names. 2013-08-28 10:23:39 -04:00
render_old_messages.py Actually use the realm specified by the email mirror when doing the markdown 2013-09-05 18:24:55 -04:00
reset_colors.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
runtornado.py [manual] Add asynchronous message sender via sockjs-tornado 2013-10-22 18:45:11 -04:00
send_stats.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
set_default_streams.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
set_message_flags.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
set_unread_to_pointer.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
stream_stats.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
sync_api_key.py Rename ~/.humbugrc to ~/.zuliprc. 2013-08-08 10:22:31 -04:00
test_messages.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
update_mit_fullnames.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
update_permissions.py Fix some remaining references to zephyr. 2013-08-07 10:00:08 -04:00
user_stats.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00