zulip/zerver/views
Tim Abbott 6b00c748fd onboarding: Deduplicate realm creation initial user logic.
We now call this function inside do_create_user(...,
realm_creation=True), which generally improves readability and
robustness of the codebase.

This fixes a bug where this onboarding content was not correctly done
when creating a realm via LDAP, and also will be important as we add
new code paths that might let you create a realm.
2022-03-21 12:05:59 -07:00
..
development registration: Change create_preregistration_user to take realm as arg. 2022-02-25 14:02:24 -08:00
__init__.py
alert_words.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
attachments.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
auth.py create_preregistration_user: Add additional hardening assertion. 2022-02-25 14:02:24 -08:00
compatibility.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
custom_profile_fields.py request: Add a var_name parameter to converter. 2022-03-15 13:02:02 -07:00
digest.py mypy: Fix most AnonymousUser type errors. 2021-07-24 14:55:46 -07:00
documentation.py docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
drafts.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
email_mirror.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
events_register.py validator: Replace converter=int with json_validator=check_int. 2022-03-15 13:02:02 -07:00
home.py home: Simplify and comment terms of service notice implementation. 2022-02-04 15:48:38 -08:00
hotspots.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
invite.py invite: Add backend support for "Never expires" option. 2022-02-24 16:32:19 -08:00
message_edit.py api: Send full message in GET /messages/{message_id} response. 2022-03-11 10:25:22 -08:00
message_fetch.py request: Add a var_name parameter to converter. 2022-03-15 13:02:02 -07:00
message_flags.py unread: Remove unused client parameter. 2022-03-10 10:04:51 -05:00
message_send.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
muting.py user_topic: Rename topic_mutes.py to user_topics.py. 2022-03-11 14:26:55 -08:00
portico.py portico: Add a self-hosting page. 2022-02-17 12:43:13 -08:00
presence.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
push_notifications.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
reactions.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm_domains.py realm: Create RealmAuditLog entry while changing an allowed domain. 2022-03-10 17:48:02 -08:00
realm_emoji.py realm_emoji: Stop swallowing all exceptions from upload_emoji_image. 2022-02-17 12:19:47 -08:00
realm_export.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm_icon.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm_linkifiers.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm_logo.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
realm_playgrounds.py realm: Create RealmAuditLog entry when removing realm playgrounds. 2022-03-15 15:58:36 -07:00
registration.py onboarding: Deduplicate realm creation initial user logic. 2022-03-21 12:05:59 -07:00
report.py report: Strengthen report_csp_violations type using WildValue. 2022-03-15 13:02:02 -07:00
storage.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
streams.py i18n: Remove quote syntax from stream description notification. 2022-03-09 15:22:57 -08:00
submessage.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
thumbnail.py requirements: Remove Thumbor. 2021-05-06 20:07:32 -07:00
tutorial.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
typing.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
unsubscribe.py get_object_from_key: Accept multiple allowed Confirmation types. 2021-12-02 09:50:41 -08:00
upload.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
user_groups.py user_groups: Pass list of user ids to remove_members_from_user_group. 2022-03-14 18:52:47 -07:00
user_settings.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
users.py create_user: Specify tos_version=None explicitly in automation. 2022-03-21 12:05:59 -07:00
video_calls.py integrations: Fix BigBlueButton password length. 2022-03-20 16:09:36 -07:00
zephyr.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00