zulip/zerver/management/commands
Tim Abbott c2bea0fa08 zulip_finish: Remove useless return statement. 2016-06-04 10:06:31 -07:00
..
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
add_users_to_streams.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
bankrupt_users.py Add feature to mark all in stream/topic as read with mouse. 2016-05-08 09:02:46 -07:00
bulk_change_user_name.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
change_user_email.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
check_apns_tokens.py Clean up some unused imports. 2013-11-04 11:51:17 -05:00
check_redis.py Fix check_redis abuse of setting self.trim global. 2016-02-03 19:29:44 -08:00
checkconfig.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
create_realm.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
create_stream.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
create_user.py Update create_user management command. 2015-11-08 19:41:00 -08:00
deactivate_realm.py deactivate_realm: Improve error handling for unknown realm. 2016-04-21 09:02:00 -07:00
deactivate_user.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
delete_old_unclaimed_attachments.py Add Attachment model to keep track of uploads. 2016-05-02 22:14:47 -07:00
deliver_email.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
dump_messages.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
email-mirror.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
enqueue_digest_emails.py Apply Python 3 futurize transform lib2to3.fixes.fix_ws_comma. 2015-11-01 09:26:14 -08:00
enqueue_file.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
fill_memcached_caches.py s/fill_memcached_cache/fill_remote_cache/g 2016-03-31 12:54:29 -07:00
generate_invite_links.py Refactor logic around restricted_to_domain. 2016-02-07 10:54:52 -05:00
gravatar_to_user_avatar.py Django 1.8: declare positional arguments in management commands 2015-08-20 23:35:40 -07:00
import_dump.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
initialize_voyager_db.py Update production default streams to be less engineering-centric. 2016-05-31 07:38:25 -07:00
knight.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
logout_all_users.py logout_all_users: Add option to logout deactivated users. 2016-05-10 09:50:57 -07:00
makemessages.py Make makemessages.py pass mypy check. 2016-05-25 15:04:39 -07:00
print_email_delivery_backlog.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
process_queue.py process_queue: Fix missing worker.setup() in single-threaded codepath. 2016-03-27 23:17:16 -07:00
purge_queue.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
query_ldap.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
rate_limit.py Fix unnecessary whitespace between , and ). 2016-05-04 14:16:53 -07:00
reactivate_realm.py Add a script to reactivated deactivated realms. 2016-04-21 09:02:00 -07:00
realm_alias.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
realm_emoji.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
realm_filters.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
remove_users_from_stream.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
rename_stream.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
rundjango.py rundjango: Fix confusing return line in log_message_monkey. 2016-02-03 19:31:45 -08:00
runtornado.py zulip_finish: Remove useless return statement. 2016-06-04 10:06:31 -07:00
send_stats.py Move zulip.com-related statsd configuration out of main settings.py. 2015-08-22 13:49:43 -07:00
send_test_email.py Add management command to test sending email. 2016-04-03 16:50:16 -07:00
send_webhook_fixture_message.py Add send_webhook_fixture_message command. 2016-04-20 10:45:27 -07:00
set_default_streams.py Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
set_message_flags.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
show_admins.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
sync_ldap_user_data.py Management command to update names from the LDAP database 2013-11-25 17:44:47 -05:00
turn_off_digests.py Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import. 2015-11-01 09:26:16 -08:00
update_permissions.py Fix some remaining references to zephyr. 2013-08-07 10:00:08 -04:00