zulip/zerver/management/commands
rht 07808e35be parse_lsb_release: Use /etc/os-release instead of /etc/lsb-release. 2019-08-28 17:53:27 -07:00
..
__init__.py
add_users_to_mailing_list.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
add_users_to_streams.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
archive_messages.py retention: Do archive cleaning in archive_messages command. 2019-07-02 17:25:31 -07:00
backup.py parse_lsb_release: Use /etc/os-release instead of /etc/lsb-release. 2019-08-28 17:53:27 -07:00
bankrupt_users.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
bulk_change_user_name.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
change_user_email.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
check_redis.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
checkconfig.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
compilemessages.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
convert_gitter_data.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
convert_hipchat_data.py management: Don't use sys.exit(1). 2019-05-03 14:20:39 -07:00
convert_mattermost_data.py convert_mattermost_data: Don't sys.exit(1). 2019-05-02 11:13:41 -07:00
convert_slack_data.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
create_default_stream_groups.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
create_large_indexes.py migrate, create_large_indexes: Use CREATE INDEX IF NOT EXISTS. 2019-06-26 11:01:30 -07:00
create_realm_internal_bots.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
create_stream.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
create_user.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
deactivate_realm.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
deactivate_user.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
delete_old_unclaimed_attachments.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
deliver_email.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
deliver_scheduled_messages.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
dump_messages.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
email_mirror.py lint: Add a rule to avoid msgid as a Python variable name. 2019-08-17 12:47:13 -07:00
enqueue_digest_emails.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
enqueue_file.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
export.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
export_single_user.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
export_usermessage_batch.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
fill_memcached_caches.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
fix_unreads.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
generate_invite_links.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
generate_multiuse_invite_link.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
generate_realm_creation_link.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
get_migration_status.py python: Sort imports in management commands. 2017-11-15 15:43:47 -08:00
import.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
initialize_voyager_db.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
knight.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
list_realms.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
logout_all_users.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
makemessages.py templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
merge_streams.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
print_email_delivery_backlog.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
process_queue.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
purge_queue.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
query_ldap.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
rate_limit.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
reactivate_realm.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
realm_domain.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
realm_filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
register_server.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
remove_users_from_stream.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
rename_stream.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
restore_messages.py retention: Add restore_messages management command. 2019-06-26 12:21:46 -07:00
runtornado.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
scrub_realm.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
send_password_reset_email.py management: Fix password reset emails being sent to deactivated users. 2019-08-14 10:50:45 -07:00
send_realm_reactivation_email.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
send_stats.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
send_test_email.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
send_to_email_mirror.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
send_webhook_fixture_message.py typing: Fix options typing in management/commands. 2019-07-31 12:13:56 -07:00
set_message_flags.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
show_admins.py models: Rename get_admin_users to get_admin_users_and_bots. 2019-06-20 14:36:15 -07:00
show_unreads.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
soft_deactivate_users.py soft_deactivate_users: Clean up type ignores. 2019-08-09 17:42:33 -07:00
sync_ldap_user_data.py management: Fix password reset emails being sent to deactivated users. 2019-08-14 10:50:45 -07:00
transfer_uploads_to_s3.py python: Remove unused imports. 2019-02-22 16:54:36 -08:00
turn_off_digests.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00