zulip/zerver/views
Alex Vandiver 915c2b2fd9 muting: Fix a race in topic unmuting.
Rather than check if the topic exists and then try to delete it, just
try to delete it, and catch the lack of matching rows.
2022-01-18 14:15:06 -08:00
..
development auth: Add login buttons for web public access. 2021-10-05 16:30:40 -07:00
__init__.py
alert_words.py request: Rename validator parameter of REQ to json_validator. 2021-04-07 14:13:06 -07:00
attachments.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
auth.py python: Replace deprecated jinja2.utils.Markup with markupsafe.Markup. 2022-01-13 14:22:48 -08:00
compatibility.py python: Migrate most json_error => JsonableError. 2021-06-30 16:22:38 -07:00
custom_profile_fields.py types: Fix declared type of custom profile field values. 2021-09-22 16:22:46 -07:00
digest.py mypy: Fix most AnonymousUser type errors. 2021-07-24 14:55:46 -07:00
documentation.py documentation: Replace deprecated request.is_ajax() method. 2022-01-13 15:40:22 -08:00
drafts.py drafts: Extract all of the real work to lib functions. 2021-07-28 16:33:01 -07:00
email_mirror.py python: Migrate most json_error => JsonableError. 2021-06-30 16:22:38 -07:00
events_register.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
home.py portico: Use /help/ style pages for displaying policies. 2021-12-10 17:56:12 -08:00
hotspots.py python: Migrate most json_error => JsonableError. 2021-06-30 16:22:38 -07:00
invite.py actions: Give do_get_user_invites a more specific name. 2022-01-12 13:53:34 -08:00
message_edit.py settings: Add moderators and members option in delete_own_message_policy. 2021-09-30 14:59:31 -07:00
message_fetch.py realm: Add option to enable/disable spectator login. 2021-11-18 12:55:12 -08:00
message_flags.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
message_send.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
muting.py muting: Fix a race in topic unmuting. 2022-01-18 14:15:06 -08:00
portico.py portico: Use /help/ style pages for displaying policies. 2021-12-10 17:56:12 -08:00
presence.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
push_notifications.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
reactions.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
realm.py get_object_from_key: Accept multiple allowed Confirmation types. 2021-12-02 09:50:41 -08:00
realm_domains.py python: Migrate most json_error => JsonableError. 2021-06-30 16:22:38 -07:00
realm_emoji.py realm: Extend add_custom_emoji_policy to use COMMON_POLICY_TYPES. 2021-07-27 16:41:23 -07:00
realm_export.py typing: Use assertions for function arguments. 2021-07-26 14:48:45 -07:00
realm_icon.py url_encoding: Use proper parsing for query string appending. 2021-10-14 12:47:43 -07:00
realm_linkifiers.py exceptions: Add ValidationFailureError. 2021-07-06 09:44:45 -07:00
realm_logo.py url_encoding: Use proper parsing for query string appending. 2021-10-14 12:47:43 -07:00
realm_playgrounds.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
registration.py signup: Stop prompting self-hosted customers for marketing emails. 2022-01-06 13:22:50 -08:00
report.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
storage.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
streams.py string_validation: Factor out stream name validation. 2022-01-11 15:17:53 -08:00
submessage.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
thumbnail.py requirements: Remove Thumbor. 2021-05-06 20:07:32 -07:00
tutorial.py api: Fix encoding of strings in tutorial endpoint. 2021-05-07 14:06:54 -07:00
typing.py typing_notifications: Make privacy settings functional. 2021-10-07 17:39:22 -07:00
unsubscribe.py get_object_from_key: Accept multiple allowed Confirmation types. 2021-12-02 09:50:41 -08:00
upload.py python: Migrate most json_error => JsonableError. 2021-06-30 16:22:38 -07:00
user_groups.py user_groups: Rename get_memberships_of_users. 2021-10-12 13:57:47 -07:00
user_settings.py get_object_from_key: Accept multiple allowed Confirmation types. 2021-12-02 09:50:41 -08:00
users.py realm: Add option to enable/disable spectator login. 2021-11-18 12:55:12 -08:00
video_calls.py video_calls: Drop VIDEO_ZOOM_TESTING_ configurations. 2021-12-13 15:17:34 -08:00
zephyr.py python: Remove default "utf8" argument for encode(), decode(). 2021-08-02 15:53:52 -07:00