zulip/zerver
Sahil Batra e83ea8b6a7 import: Call create_system_user_groups_for_realm outside the function.
Previously, we had a function named create_add_users_to_system_user_groups
for creating system user groups and adding users to them in case when
exports do not contain these groups when importing from other services.

This commit just separates out the call to create_system_user_groups_for_realm
outside the function and the function is thus renamed to
add_users_to_system_user_group. This change is done because in further
commits we would need to update the import order and user groups will
be created before creating user profile objects.
2022-07-26 17:36:53 -07:00
..
actions realm_reactivation: Prevent realm reactivation link reuse. 2022-07-26 17:14:26 -07:00
data_import user_profile: Fallback to "" for timezone upon creation. 2022-06-28 16:05:24 -07:00
integration_fixtures/nagios
lib import: Call create_system_user_groups_for_realm outside the function. 2022-07-26 17:36:53 -07:00
management typing: Add assertions before accessing settings. 2022-07-15 14:00:56 -07:00
migrations realm_reactivation: Prevent realm reactivation link reuse. 2022-07-26 17:14:26 -07:00
openapi openapi: Move endpoint URL to generator. 2022-07-22 16:41:55 -07:00
tests test_markdown: Use make_stream function for creating streams. 2022-07-26 17:25:52 -07:00
tornado decorator: Move tornado notify `data` parameter to `REQ` framework. 2022-07-20 14:23:05 -07:00
views streams: Rename admin_access_required to unsubscribing_others. 2022-07-26 17:25:52 -07:00
webhooks integrations: Update harbor for new payload format. 2022-07-22 11:44:22 -07:00
worker queue_processor: Remove unreachable code. 2022-07-19 17:30:15 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py caching: Make sender type optional for flush_cache. 2021-07-26 14:48:07 -07:00
context_processors.py footer: Reduce links for self-hosted installations on signup pages. 2022-07-22 15:46:42 -07:00
decorator.py response: Replace json_unauthorized with UnauthorizedError. 2022-07-18 18:01:42 -07:00
filters.py typing: Fix function signatures. 2021-08-20 05:54:19 -07:00
forms.py integrations: Fix wrong type annotation. 2022-07-15 14:00:56 -07:00
logging_handlers.py python: Use Python 3.8 typing.{Protocol,TypedDict}. 2022-04-27 12:57:49 -07:00
middleware.py middleware: Add isinstance check before retrieving content. 2022-07-15 14:00:56 -07:00
models.py realm_reactivation: Prevent realm reactivation link reuse. 2022-07-26 17:14:26 -07:00
signals.py requirements: Upgrade to Django 4.0. 2022-07-13 16:07:17 -07:00