..
development
ruff: Fix SIM210 Use `bool(…)` instead of `True if … else False`.
2023-01-23 11:18:36 -08: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
ruff: Fix SIM105 Use `contextlib.suppress` instead of try-except-pass.
2023-01-23 11:18:36 -08:00
compatibility.py
django: Use HttpRequest.headers.
2022-05-13 20:42:20 -07:00
custom_profile_fields.py
ruff: Fix SIM102 nested `if` statements.
2023-01-23 11:18:36 -08:00
digest.py
mypy: Fix most AnonymousUser type errors.
2021-07-24 14:55:46 -07:00
documentation.py
help-docs: Move help center documentation to top level directory.
2023-01-25 14:08:29 -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
register: Not all clients send a User-Agent header.
2022-11-10 16:21:04 -08:00
home.py
portico: Move to corporate folder.
2022-08-22 15:53:43 -07:00
hotspots.py
actions: Split out zerver.actions.hotspots.
2022-04-14 17:14:31 -07:00
invite.py
invites: Validation error instead of DB exception on overflowed SMALLINT.
2023-01-04 09:44:26 -08:00
message_edit.py
message_edit: Support sending notifications with topic changes.
2022-10-11 11:35:41 -07:00
message_fetch.py
message_fetch: Add include_anchor parameter.
2022-11-16 21:13:44 -08:00
message_flags.py
ruff: Fix N818 exception name should be named with an Error suffix.
2022-11-17 16:52:00 -08:00
message_send.py
ruff: Fix N818 exception name should be named with an Error suffix.
2022-11-17 16:52:00 -08:00
muting.py
muting: Add validation for update operations.
2022-07-25 14:03:08 -07:00
presence.py
user-status: Move `do_update_user_status` to separate actions file.
2022-09-23 12:27:54 -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
read_receipts.py
read_receipts: Exclude muted users from read receipts.
2022-09-16 16:19:54 -07:00
realm.py
ruff: Fix SIM102 nested `if` statements.
2023-01-23 11:18:36 -08:00
realm_domains.py
realm_domains: Allow only owners to add, edit or delete domains.
2022-09-16 15:27:52 -07:00
realm_emoji.py
ruff: Fix SIM102 nested `if` statements.
2023-01-23 11:18:36 -08:00
realm_export.py
realm_export: Improve estimate of data export size.
2022-09-16 14:54:45 -07:00
realm_icon.py
upload: Add assertions before accessing uploaded files.
2022-06-23 22:09:05 -07:00
realm_linkifiers.py
realm: Create RealmAuditLog entry when removing realm linkifiers.
2022-07-31 18:32:28 -07:00
realm_logo.py
upload: Add assertions before accessing uploaded files.
2022-06-23 22:09:05 -07:00
realm_playgrounds.py
actions: Split out zerver.actions.realm_playgrounds.
2022-04-14 17:14:30 -07:00
registration.py
urls: Provide `email` as a GET parameter.
2023-01-24 11:29:50 -08:00
report.py
report: Correct type annotation allowing unauth access.
2022-07-26 18:00:24 -07:00
storage.py
backend: Add request as parameter to json_success.
2022-02-04 15:16:56 -08:00
streams.py
ruff: Fix N818 exception name should be named with an Error suffix.
2022-11-17 16:52:00 -08:00
submessage.py
actions: Split out zerver.actions.submessage.
2022-04-14 17:14:30 -07:00
thumbnail.py
docs: Remove some outdated references to thumbnailing.md doc.
2022-07-12 17:44:24 -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
ruff: Fix N818 exception name should be named with an Error suffix.
2022-11-17 16:52:00 -08:00
upload.py
ruff: Fix UP032 Use f-string instead of `format` call.
2023-01-23 11:18:36 -08:00
user_groups.py
user_groups: Track acting user for check_delete_user_group.
2022-12-13 14:58:58 -08:00
user_settings.py
css: Fix spilling out of long email on email change confirmation.
2022-12-13 16:29:10 -08:00
users.py
ruff: Fix N818 exception name should be named with an Error suffix.
2022-11-17 16:52:00 -08:00
video_calls.py
actions: Split out zerver.actions.video_calls.
2022-04-14 17:14:30 -07:00
zephyr.py
ruff: Fix PLW0602 Using global but no assignment is done.
2023-01-04 16:25:07 -08:00