zulip/zilencer/management/commands
Alex Vandiver fd83c4ca1b populate_db: Only make valid email addresses.
The presence of the name "François" in the random first name list led
to email addresses of the form `françois1234@zulip.com` which are
invalid.

Strip invalid ASCII from the email addresses generated in populate_db,
and validate them before tossing them verbatim into the database.
2024-01-24 09:24:27 -08:00
..
__init__.py
add_mock_conversation.py models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
add_server_to_legacy_plan.py stripe: Rename add_server_to_legacy_plan. 2023-12-11 13:23:49 -08:00
calculate_first_visible_message_id.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
compare_messages.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
downgrade_small_realms_behind_on_payments.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
invoice_plans.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
mark_all_messages_unread.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
populate_billing_realms.py populate_realms: Allow billing page access without stripe_api_key. 2024-01-12 08:47:43 -08:00
populate_db.py populate_db: Only make valid email addresses. 2024-01-24 09:24:27 -08:00
print_initial_password.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
profile_request.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
queue_rate.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
render_messages.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
rundjangoserver.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
switch_realm_from_standard_to_plus_plan.py billing: Use better variable names for plan tiers. 2023-11-29 23:32:56 -08:00
sync_api_key.py models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00