zulip/zerver/management/commands
Tim Abbott a2ed06314d send_test_email: Throw an error if email not configured.
This should help minimize confusion when folks try to use this before
properly configuring outgoing email.

Thanks to Bruce Eckel for the report.
2018-05-14 12:02:36 -07:00
..
__init__.py
add_users_to_mailing_list.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
add_users_to_streams.py refactoring: Replaced occurences of create_stream_if_needed. 2018-03-21 16:47:36 -07:00
bankrupt_users.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
bulk_change_user_name.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
change_user_email.py zerver/management: Remove unused imports (F401). 2017-11-07 16:36:54 -08:00
check_redis.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
checkconfig.py management: Refactor checkconfig code to live in library. 2018-05-03 21:11:02 -07:00
compilemessages.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
convert_slack_data.py slack import: Implement threading as a management command. 2018-04-15 19:53:02 +05:30
create_default_stream_groups.py refactoring: Replaced occurences of create_stream_if_needed. 2018-03-21 16:47:36 -07:00
create_large_indexes.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
create_realm_internal_bots.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
create_stream.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
create_user.py mypy: Raise in commands/create_user.py if initial_password returns None. 2018-03-25 08:59:08 -07:00
deactivate_realm.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
deactivate_user.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
delete_old_unclaimed_attachments.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
deliver_email.py logging: Reduce `create_logger` to new `log_to_file`. 2017-12-12 17:17:08 -08:00
deliver_scheduled_messages.py scheduledmessages: Start using/expecting delivery_type as a param. 2018-01-19 11:33:11 -05:00
dump_messages.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
email_mirror.py mypy: Remove some now-unnecessary type: ignores. 2018-03-28 10:39:05 -07:00
enqueue_digest_emails.py logging: Reduce `create_logger` to new `log_to_file`. 2017-12-12 17:17:08 -08:00
enqueue_file.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
export.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
export_single_user.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
export_usermessage_batch.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
fill_memcached_caches.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
fix_unreads.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
generate_invite_links.py models: Make email_allowed_for_realm raise exception. 2018-03-15 14:35:24 -07:00
generate_multiuse_invite_link.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
generate_realm_creation_link.py confirmation: Presume email valid when admin creates realm. 2018-02-05 12:59:12 -08:00
get_migration_status.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
import.py import: Split out import.py into its own module. 2018-04-23 15:21:12 -07:00
initialize_voyager_db.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
knight.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
list_realms.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
logout_all_users.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
makemessages.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
merge_streams.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
print_email_delivery_backlog.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
process_queue.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
purge_queue.py purge_queue: Allow purging Tornado-consumed queues. 2017-11-29 14:44:53 -08:00
query_ldap.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
rate_limit.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
reactivate_realm.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
realm_domain.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
realm_filters.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
register_server.py register_server: Remove broken, unused import. 2018-05-06 21:53:49 -07:00
remove_users_from_stream.py zerver/management: Remove unused imports (F401). 2017-11-07 16:36:54 -08:00
rename_stream.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
runtornado.py tornado: Fix logging of tornado activity level. 2018-04-17 15:59:01 -07:00
send_password_reset_email.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
send_stats.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
send_test_email.py send_test_email: Throw an error if email not configured. 2018-05-14 12:02:36 -07:00
send_webhook_fixture_message.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
set_default_streams.py zerver/management: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
set_message_flags.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
show_admins.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
show_unreads.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
soft_deactivate_users.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
sync_ldap_user_data.py logging: Reduce `create_logger` to new `log_to_file`. 2017-12-12 17:17:08 -08:00
turn_off_digests.py zerver/management: Remove unused imports (F401). 2017-11-07 16:36:54 -08:00