zulip/zerver/views
Steve Howell e31326c823 refactor: Extract get_digest_context.
This eliminates the union type and boolean parameter,
and it makes it a bit easier to migrate to a
bulk-get approach.
2020-11-05 09:36:59 -08:00
..
development docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
__init__.py
alert_words.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
archive.py refactor: Use recipient_id to get topic history. 2020-10-16 12:58:11 -07:00
attachments.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
auth.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
camo.py python: Replace binascii with bytes.hex to skip some decode operations. 2020-10-30 11:36:38 -07:00
compatibility.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
custom_profile_fields.py custom_profile_fields: Don't allow leading/trailing whitespaces. 2020-10-02 14:58:06 -07:00
digest.py refactor: Extract get_digest_context. 2020-11-05 09:36:59 -08:00
documentation.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
drafts.py drafts: Make the ID of the draft a part of the draft dict. 2020-10-29 11:06:04 -07:00
email_mirror.py email-mirror-postfix: Handle 8-bit messages correctly. 2020-06-14 20:24:06 -07:00
events_register.py events_register_backend: Validate client_capabilities type correctly. 2020-06-20 22:29:15 -07:00
home.py home: Allow logged out user through home. 2020-11-02 17:07:12 -08:00
hotspots.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
invite.py performance: Remove recipient from access_stream_by_id. 2020-10-16 12:58:11 -07:00
message_edit.py move_topic_to_stream: Allow moving to/between/from private streams. 2020-09-14 15:00:55 -07:00
message_fetch.py docs: Standardize on PostgreSQL, not Postgres. 2020-10-28 11:55:16 -07:00
message_flags.py performance: Remove recipient from access_stream_by_id. 2020-10-16 12:58:11 -07:00
message_send.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00
muting.py refactor: Remove recipient from access_stream_by_name. 2020-10-16 12:58:11 -07:00
portico.py apps: Use GitHub API for generating the web app download link. 2020-10-28 23:04:14 -07:00
presence.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
push_notifications.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
reactions.py emoji: Switch to `user_profile.realm` for cross-realm reactions. 2020-07-24 13:11:27 -07:00
realm.py performance: Remove recipient from access_stream_by_id. 2020-10-16 12:58:11 -07:00
realm_domains.py audit_log: Log RealmAuditLog in do_set_realm_property. 2020-07-06 17:38:19 -07:00
realm_emoji.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
realm_export.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
realm_filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
realm_icon.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
realm_logo.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
registration.py python: Replace manual quote_plus usage with urlencode. 2020-10-27 13:47:02 -07:00
report.py python: Catch specific exceptions from subprocess. 2020-10-11 16:11:41 -07:00
storage.py update_storage: Validate storage type correctly. 2020-06-20 22:29:15 -07:00
streams.py streams: Do not allow default streams to be private. 2020-10-29 15:47:32 -07:00
submessage.py python: Catch specific exceptions from orjson. 2020-10-11 16:11:41 -07:00
thumbnail.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
tutorial.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
typing.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
unsubscribe.py python: Prefer kwargs form of dict.update. 2020-09-03 17:51:09 -07:00
upload.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
user_groups.py user_groups: Use 'path_only=True' in REQ for 'user_group_id' in views. 2020-08-26 15:40:19 -07:00
user_settings.py timezone: Remove get_all_timezones wrapper. 2020-10-27 13:42:54 -07:00
users.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
video_calls.py python: Skip unnecessary decode before JSON parsing. 2020-10-30 11:36:38 -07:00
zephyr.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00