zulip/zerver/management/commands
Tim Abbott 524d347c39 i18n: Fix makemessages not walking subdirectories.
Fixes an issue noticed in #14881.
2020-05-08 17:03:16 -07:00
..
__init__.py
add_users_to_mailing_list.py
add_users_to_streams.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
archive_messages.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
backup.py management: Make backup command work when DB is not in localhost. 2020-02-19 12:41:05 -08:00
bulk_change_user_name.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
change_user_email.py
check_redis.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
checkconfig.py
compilemessages.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
convert_gitter_data.py
convert_hipchat_data.py
convert_mattermost_data.py
convert_slack_data.py
create_default_stream_groups.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
create_large_indexes.py
create_realm_internal_bots.py
create_stream.py streams: Remove dependency of streams on actions. 2020-04-18 16:56:59 -07:00
create_user.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
deactivate_realm.py
deactivate_user.py
delete_old_unclaimed_attachments.py
deliver_email.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
deliver_scheduled_messages.py
dump_messages.py
email_mirror.py requirements: Upgrade mypy from 0.761 to 0.770. 2020-04-18 13:09:51 -07:00
enqueue_digest_emails.py
enqueue_file.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
export.py
export_single_user.py
export_usermessage_batch.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
fill_memcached_caches.py
fix_unreads.py
generate_invite_links.py refactor: Extract zerver/lib/email_validation.py. 2020-03-06 11:53:22 -08:00
generate_multiuse_invite_link.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
generate_realm_creation_link.py text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get_migration_status.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
import.py
knight.py
list_realms.py
logout_all_users.py
makemessages.py i18n: Fix makemessages not walking subdirectories. 2020-05-08 17:03:16 -07:00
merge_streams.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
print_email_delivery_backlog.py
process_queue.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
purge_queue.py
query_ldap.py
rate_limit.py rate_limit: Move functions called by external code to RateLimitedObject. 2020-03-22 18:42:35 -07:00
reactivate_realm.py
realm_domain.py
realm_filters.py
register_server.py
remove_users_from_stream.py
rename_stream.py
restore_messages.py text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
runtornado.py runtornado: Remove some unnecessary startup logging. 2020-05-07 11:54:58 -07:00
scrub_realm.py
send_custom_email.py send_custom_email: Add support for emailing all admins. 2020-04-18 13:27:30 -07:00
send_password_reset_email.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00
send_realm_reactivation_email.py
send_stats.py
send_test_email.py
send_to_email_mirror.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
send_webhook_fixture_message.py python: Convert json.loads(f.read()) to json.load(f). 2020-03-24 10:46:32 -07:00
set_message_flags.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
show_admins.py
soft_deactivate_users.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
sync_ldap_user_data.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
transfer_uploads_to_s3.py
turn_off_digests.py