zulip/zerver/management/commands
Elliott Jin 5b4d2832fc bots: Add management command for making outgoing webhook bot. 2017-05-25 09:45:54 -07:00
..
__init__.py
add_users_to_mailing_list.py Replace timezone.now with timezone_now. 2017-04-16 12:28:56 -07:00
add_users_to_streams.py
bankrupt_users.py
bulk_change_user_name.py
change_user_email.py change_user_email: Use new get_user_for_mgmt function. 2017-05-24 15:29:59 -07:00
check_apns_tokens.py
check_redis.py python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
checkconfig.py
compilemessages.py i18n: Fix compilemessages processing extra files in production. 2017-02-03 17:17:23 -08:00
convert_bot_to_outgoing_webhook.py bots: Add management command for making outgoing webhook bot. 2017-05-25 09:45:54 -07:00
create_realm.py create_realm.py: Remove unnecessary imports. 2017-04-04 15:48:03 -07:00
create_stream.py actions: Remove unnecessary do_create_stream function. 2017-01-29 22:07:14 -08:00
create_user.py
deactivate_realm.py
deactivate_user.py management commands: Use Realm.string_id instead of domain in print statements. 2017-03-13 09:44:32 -07:00
delete_old_unclaimed_attachments.py
deliver_email.py Remove duplicated code between send_future_email and send_email pathway. 2017-05-05 14:38:25 -07:00
dump_messages.py pep8: Add compliance with rule E261 to dump_messages.py. 2017-05-07 23:21:50 -07:00
email_mirror.py pep8: Add compliance with rule E261 to email_mirror.py. 2017-05-07 23:21:50 -07:00
enqueue_digest_emails.py Replace timezone.now with timezone_now. 2017-04-16 12:28:56 -07:00
enqueue_file.py pep8: Add compliance with rule E261 to enqueue_file.py. 2017-05-07 23:21:50 -07:00
export.py Rename "Administration" to "Organization" in the settings UI. 2017-04-07 17:32:56 -07:00
export_single_user.py
export_usermessage_batch.py
fill_memcached_caches.py
generate_invite_links.py
generate_realm_creation_link.py generate_realm_creation_link: Fix line-wrapping of help text. 2017-03-04 19:02:01 -08:00
get_migration_status.py
gravatar_to_user_avatar.py Refactor: Change upload_avatar_image to accept two user profiles. 2017-03-03 18:15:15 -08:00
import.py pep8: Add compliance with rule E261 to import.py. 2017-05-07 23:21:50 -07:00
initialize_voyager_db.py models: Remove Realm.domain. 2017-03-25 19:55:48 -07:00
knight.py management commands: Use Realm.string_id instead of domain in print statements. 2017-03-13 09:44:32 -07:00
logout_all_users.py sessions: Move session deletion code to sessions.py. 2017-03-08 02:48:18 -08:00
makemessages.py i18n: Automatically strip Handlebars strings. 2017-04-14 17:37:25 -07:00
print_email_delivery_backlog.py email: Remove Mandrill pathways and dependency. 2017-05-05 14:38:23 -07:00
process_queue.py
purge_queue.py
query_ldap.py
rate_limit.py python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
reactivate_realm.py management commands: Change help text to say realm instead of domain. 2017-03-14 17:17:42 -07:00
realm_domain.py realm_domains: Restructure library for getting realm domains. 2017-04-28 21:11:56 -07:00
realm_emoji.py
realm_filters.py management commands: Change help text to say realm instead of domain. 2017-03-14 17:17:42 -07:00
remove_users_from_stream.py mypy: Fix inconsistencies in use of *args/**kwargs. 2017-02-18 18:39:44 -08:00
rename_stream.py rename_stream: Pass a stream object to do_rename_stream. 2017-01-29 20:27:00 -08:00
runtornado.py
send_password_reset_email.py Add a send_email function that takes a template_prefix and context. 2017-05-05 14:20:32 -07:00
send_stats.py
send_test_email.py Clean code of send_test_email command. 2017-02-10 16:01:43 -08:00
send_webhook_fixture_message.py mypy: Fix inconsistencies in use of *args/**kwargs. 2017-02-18 18:39:44 -08:00
set_default_streams.py pep8: Add compliance with rule E261 to set_default_streams.py. 2017-05-07 23:21:50 -07:00
set_message_flags.py
show_admins.py
sync_ldap_user_data.py
turn_off_digests.py notification_settings: Refactor notification preference settings. 2017-05-23 14:47:46 -07:00
update_permissions.py