zulip/zerver/management/commands
Mateusz Mandera c6bfd1aa88 management: Add change_password command.
Zulip identifies users by realm+delivery_email which means that the
Django changepassword command doesn't work well -
since it looks only at the .email field.
Thus we fork its code to our own change_password command.
2021-07-09 12:34:39 -07:00
..
__init__.py
add_users_to_streams.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
archive_messages.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
audit_fts_indexes.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
backup.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
bulk_change_user_name.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
change_password.py management: Add change_password command. 2021-07-09 12:34:39 -07:00
change_realm_subdomain.py commands: Add change_realm_subdomain management command. 2021-05-10 12:30:58 -07:00
change_user_email.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
change_user_role.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
check_redis.py check_redis: Fix for key format change and Python 3. 2021-07-05 12:23:06 -07:00
checkconfig.py install: Remove references to "Zulip Voyager". 2020-01-30 12:40:41 -08:00
compilemessages.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
convert_gitter_data.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
convert_mattermost_data.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
convert_slack_data.py data_import: Support importing from Slack conversions in a directory. 2021-05-27 22:46:58 -07:00
create_default_stream_groups.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
create_large_indexes.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
create_realm_internal_bots.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_stream.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
create_user.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
deactivate_realm.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
deactivate_user.py actions: Extract get_active_bots_owned_by_user function. 2021-05-10 15:38:24 -07:00
delete_old_unclaimed_attachments.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
delete_realm.py delete_realm: Disallow deletion of realms we've had billing plans with. 2021-06-03 09:38:12 -07:00
delete_user.py actions: Extract get_active_bots_owned_by_user function. 2021-05-10 15:38:24 -07:00
deliver_scheduled_emails.py send_email: Fix sleep logic. 2021-05-27 22:49:28 -07:00
deliver_scheduled_messages.py message send: Pass individual parameters instead of single Dict. 2021-05-20 11:06:19 -07:00
edit_linkifiers.py edit_linkifiers: Show the right command name in help text. 2021-05-10 13:51:22 -07:00
email_mirror.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
enqueue_digest_emails.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
enqueue_file.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
export.py python: Simplify stdio flushing using print(…, flush=True). 2021-06-09 14:05:31 -07:00
export_single_user.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
export_usermessage_batch.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
fill_memcached_caches.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
generate_realm_creation_link.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
get_migration_status.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
import.py import: Fix propagation of subdomain error messages. 2021-06-09 12:58:05 -07:00
list_realms.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
logout_all_users.py docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
makemessages.py mypy: Don’t use Iterable for values iterated multiple times. 2021-04-29 16:06:17 -07:00
merge_streams.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
print_email_delivery_backlog.py management: Rename the deliver_email command to deliver_scheduled_email. 2021-05-11 13:07:29 -07:00
process_queue.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
purge_queue.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
query_ldap.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
rate_limit.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
reactivate_realm.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
realm_domain.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
register_server.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
remove_users_from_stream.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
rename_stream.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
restore_messages.py retention: Change default behavior of restore_messages command to noop. 2021-05-10 15:13:10 -07:00
runtornado.py tornado: Drop unused command-line flags. 2021-03-31 14:19:38 -07:00
scrub_realm.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
send_custom_email.py send_custom_email: Never email users who haven't agreed to ToS. 2021-05-19 13:47:36 -07:00
send_password_reset_email.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
send_realm_reactivation_email.py management: Use required kwargs in add_realm_args. 2021-05-10 12:30:58 -07:00
send_test_email.py send_test_email: Capture and show SMTP log on errors. 2021-06-02 13:18:11 -07:00
send_to_email_mirror.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
send_webhook_fixture_message.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
show_admins.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
soft_deactivate_users.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
sync_ldap_user_data.py ldap: Check for deactivating owner role precisely. 2021-05-06 10:13:29 -07:00
transfer_uploads_to_s3.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00