zulip/zerver/views
Sahil Batra f31bb6754b user_groups: Pass list of user ids to remove_members_from_user_group.
We pass list of user ids instead of user profile objects to
remove_members_from_user_group. We still need to call user_id_to_users
in the views function instead of directly passing the ids to
remove_members_from_user_group to make sure we check whether all
ids are valid or not.
2022-03-14 18:52:47 -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 backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08: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 backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08: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 user_topic: Rename topic_mutes.py to user_topics.py. 2022-03-11 14:26:55 -08: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 backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
registration.py registration: Change create_preregistration_user to take realm as arg. 2022-02-25 14:02:24 -08:00
report.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08: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 users: Refactor get_user_by_email. 2022-02-21 06:47:54 -08:00
video_calls.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
zephyr.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00