zulip/zilencer/management/commands
Sahil Batra 9345c344d7 user_groups: Add members to the System groups created.
This commit adds users to the appropriate system user group
based on their role. We also change the user groups when
changing role of the user.

We also add migration to add existing users to the appropriate
user groups.

This commit adds update_users_in_full_members_system_group which
is currently used to update the full members group on changing
role of a user. This function will be modified in next commit such
that it can be used to update full members group on changing
waiting_period_threshold setting of realm.
2022-03-14 18:53:46 -07:00
..
__init__.py
add_mock_conversation.py refactor: Make acting_user a mandatory kwarg for bulk_add_subscriptions. 2021-04-02 14:44:41 -07:00
add_new_realm.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
add_new_user.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
calculate_first_visible_message_id.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
compare_messages.py render_messages: Use JSON Lines format. 2021-05-20 13:12:16 -07:00
downgrade_small_realms_behind_on_payments.py billing: Downgrade small realms that are behind on payments. 2021-07-02 13:19:12 -07:00
invoice_plans.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
mark_all_messages_unread.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
migrate_stream_notifications.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
populate_db.py user_groups: Add members to the System groups created. 2022-03-14 18:53:46 -07:00
print_initial_password.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
profile_request.py profile_request: Use modern Django middleware API. 2022-01-13 21:03:22 -08:00
queue_rate.py queue_rate: Output to CSV, and run multiple prefetch values. 2021-11-16 11:48:50 -08:00
render_messages.py render_messages: Use JSON Lines format. 2021-05-20 13:12:16 -07:00
rundjangoserver.py rundjangoserver: Filter stdout instead of forking the code. 2021-05-24 18:54:47 -07:00
switch_realm_from_standard_to_plus_plan.py billing: Add command for switching plans from Standard to Plus. 2021-10-15 17:27:50 -07:00
sync_api_key.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00