.. |
__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 |
backup.py
|
backup: Set cwd while running pg_dump.
|
2019-02-28 14:40:28 -08:00 |
bankrupt_users.py
|
do_mark_all_as_read: Accept a client object.
|
2018-08-01 16:40:15 -07:00 |
bulk_change_user_name.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
change_user_email.py
|
email: Support delivery email in email change system.
|
2018-12-06 17:43:26 -08:00 |
check_redis.py
|
mypy: Enable strict optional for check redis management command
|
2018-05-17 13:44:35 -07:00 |
checkconfig.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
compilemessages.py
|
Enable pycodestyle W605 (invalid escape sequence).
|
2018-07-03 16:54:46 +02:00 |
convert_gitter_data.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
convert_hipchat_data.py
|
hipchat: Fix help documentation for slim_mode.
|
2019-02-07 16:17:01 -08:00 |
convert_mattermost_data.py
|
import: Add tool for importing teams from mattermost.
|
2019-04-05 17:53:03 -07:00 |
convert_slack_data.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
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
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08: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
|
management: Fix incorrect create_user docsting on ToS.
|
2018-12-16 22:23:35 -08: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
|
deliver_email: Refactor to extract email delivery.
|
2019-03-20 14:52:05 -07:00 |
deliver_scheduled_messages.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
dump_messages.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
email_mirror.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
enqueue_digest_emails.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
enqueue_file.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
export.py
|
export: Let mkdtemp pick its favorite directory.
|
2019-01-15 16:08:48 -08:00 |
export_single_user.py
|
export: Let mkdtemp pick its favorite directory.
|
2019-01-15 16:08:48 -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
|
python: Remove unused imports.
|
2019-02-22 16:54:36 -08:00 |
generate_multiuse_invite_link.py
|
invites: Add backend for multiuse admin invites.
|
2019-02-07 15:41:00 -08:00 |
generate_realm_creation_link.py
|
management: Support multi-line usage in all management commands.
|
2019-01-09 10:39:29 -08:00 |
get_migration_status.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
import.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
initialize_voyager_db.py
|
django: Remove the Django contrib Sites app to fix 2FA QR codes.
|
2018-12-12 15:01:55 -08:00 |
knight.py
|
zerver: Require permissions be acceptable to do_change_is_admin.
|
2018-05-15 11:25:47 -07:00 |
list_realms.py
|
list_realms: Display '' as string_id for root domain realm.
|
2018-12-30 10:36:18 -08:00 |
logout_all_users.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
makemessages.py
|
python: Remove now-unnecessary str_utils library.
|
2018-11-27 11:57:54 -08:00 |
merge_streams.py
|
bulk_remove_subscriptions: Pass client object in.
|
2018-08-01 16:48:31 -07: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: Use more robust Tornado patterns.
|
2018-11-02 16:06:46 -07:00 |
query_ldap.py
|
commands: Fix handling of keyword arguments in `query_ldap` command.
|
2019-04-04 13:42:33 -07: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
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
remove_users_from_stream.py
|
bulk_remove_subscriptions: Pass client object in.
|
2018-08-01 16:48:31 -07:00 |
rename_stream.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
runtornado.py
|
tornado: Include port number in logging statements.
|
2018-11-20 18:45:22 -08:00 |
scrub_realm.py
|
management: Add command to scrub a realm of personal data.
|
2018-10-11 15:30:26 -07:00 |
send_password_reset_email.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
send_realm_reactivation_email.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08: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: Clean up output and provide advice.
|
2019-03-13 14:27:52 -07:00 |
send_to_email_mirror.py
|
email_mirror: Move some helper functions out of actions.py.
|
2019-03-21 15:25:57 -07:00 |
send_webhook_fixture_message.py
|
management: Support sending custom headers when testing a webhook.
|
2019-03-13 12:40:47 -07:00 |
set_message_flags.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
show_admins.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
show_unreads.py
|
python: Sort imports in management commands.
|
2017-11-15 15:43:47 -08:00 |
soft_deactivate_users.py
|
soft-deactivation: Run catch-up when "auto" deactivate is run.
|
2019-03-14 11:53:15 -07:00 |
sync_ldap_user_data.py
|
management: Remove unused imports in management commands.
|
2019-02-02 17:12:36 -08:00 |
transfer_uploads_to_s3.py
|
python: Remove unused imports.
|
2019-02-22 16:54:36 -08:00 |
turn_off_digests.py
|
zerver/management: Remove unused imports (F401).
|
2017-11-07 16:36:54 -08:00 |