zulip/zerver/views
Sahil Batra 9273c314cf invites: Capitalize "ID" in the error raised for invalid stream ids.
This commit changes "id" to "ID" in the error message returned when
invalid stream IDs are passed to multiuse invite endpoint.
2022-05-27 17:06:03 -07:00
..
development development: Redirect rather than mutate in register_development_user. 2022-05-13 20:42:20 -07:00
__init__.py
alert_words.py actions: Split out zerver.actions.alert_words. 2022-04-14 17:14:31 -07:00
attachments.py actions: Split out zerver.actions.uploads. 2022-04-14 17:14:32 -07:00
auth.py django: Use HttpRequest.headers. 2022-05-13 20:42:20 -07:00
compatibility.py django: Use HttpRequest.headers. 2022-05-13 20:42:20 -07:00
custom_profile_fields.py actions: Split out zerver.actions.custom_profile_fields. 2022-04-14 17:14:33 -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 events: Add support for spectator access to /register. 2022-05-05 15:20:44 -07:00
home.py django: Use HttpRequest.headers. 2022-05-13 20:42:20 -07:00
hotspots.py actions: Split out zerver.actions.hotspots. 2022-04-14 17:14:31 -07:00
invite.py invites: Capitalize "ID" in the error raised for invalid stream ids. 2022-05-27 17:06:03 -07:00
message_edit.py actions: Split out zerver.actions.message_edit. 2022-04-14 17:14:36 -07:00
message_fetch.py Correctly hyphenate “non-”. 2022-04-27 22:10:31 -07:00
message_flags.py actions: Split out zerver.actions.message_flags. 2022-04-14 17:14:36 -07:00
message_send.py actions: Split out zerver.actions.message_send. 2022-04-14 17:14:34 -07:00
muting.py actions: Split out zerver.actions.muted_users. 2022-04-14 17:14:36 -07:00
portico.py middleware: Fix URL encoding of next parameter. 2022-05-12 17:51:51 -07:00
presence.py actions: Split out zerver.actions.presence. 2022-04-14 17:14:32 -07:00
push_notifications.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
reactions.py actions: Split out zerver.actions.reactions. 2022-04-14 17:14:35 -07:00
realm.py settings: Add realm setting for Zulip communities directory. 2022-05-04 11:13:28 -07:00
realm_domains.py actions: Split out zerver.actions.realm_domains. 2022-04-14 17:14:37 -07:00
realm_emoji.py actions: Split out zerver.actions.realm_emoji. 2022-04-14 17:14:31 -07:00
realm_export.py actions: Split out zerver.actions.realm_export. 2022-04-14 17:14:31 -07:00
realm_icon.py actions: Split out zerver.actions.realm_icon. 2022-04-14 17:14:31 -07:00
realm_linkifiers.py actions: Split out zerver.actions.realm_linkifiers. 2022-04-14 17:14:31 -07:00
realm_logo.py actions: Split out zerver.actions.realm_logo. 2022-04-14 17:14:31 -07:00
realm_playgrounds.py actions: Split out zerver.actions.realm_playgrounds. 2022-04-14 17:14:30 -07:00
registration.py users: Use browser locale to set the default language of new user. 2022-04-28 15:03:26 -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 streams: Add endpoint "GET /streams/{stream_id}" to get stream by id. 2022-05-23 15:14:04 -07:00
submessage.py actions: Split out zerver.actions.submessage. 2022-04-14 17:14:30 -07:00
thumbnail.py upload: Allow rate limited access to spectators for uploaded files. 2022-03-24 10:50:00 -07:00
tutorial.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
typing.py actions: Split out zerver.actions.typing. 2022-04-14 17:14:30 -07:00
unsubscribe.py actions: Split out zerver.actions.user_settings. 2022-04-14 17:14:34 -07:00
upload.py upload: Allow rate limited access to spectators for uploaded files. 2022-03-24 10:50:00 -07:00
user_groups.py user_groups: Rename existing_subgroups variable to existing_direct_subgroup_ids. 2022-05-17 14:51:55 -07:00
user_settings.py user_settings: Add a setting to display names of users who reacted. 2022-04-19 17:30:16 -07:00
users.py users: clarify confusing check for last owner. 2022-05-10 14:09:57 -07:00
video_calls.py actions: Split out zerver.actions.video_calls. 2022-04-14 17:14:30 -07:00
zephyr.py python: Use Python 3.8 shlex.join function. 2022-04-27 12:57:49 -07:00