zulip/zerver
Mateusz Mandera 9cad9644e7 import_util: Fix file extensions of emoji files downloaded from Slack.
The Slack API when returning the emoji records, returns the record for
its thumbsup_all emoji with the url ending with .png, even though the
file is a gif.

For that reason, we have to make that code correct file extensions based
on the response content-type. Emojis are the smallest set of images to
download, so for simplicity of implementation, we remove the
parallelization of the downloads in favor of just processing them
serially.
2024-08-21 16:30:19 -07:00
..
actions topic: Remove now-unused REQ_topic. 2024-08-21 11:27:54 -07:00
data_import import_util: Fix file extensions of emoji files downloaded from Slack. 2024-08-21 16:30:19 -07:00
integration_fixtures/nagios
lib import: Fix export->import of emojis from Slack. 2024-08-21 16:30:19 -07:00
management management: Add change_auth_backends command. 2024-08-14 14:04:46 -07:00
migrations user_groups: Add can_manage_group field in database. 2024-08-20 09:28:05 -07:00
models scim: Extract ROLE_TYPE_TO_NAME dict to UserProfile. 2024-08-20 11:53:24 -07:00
openapi user_groups: Add support to update can_manage_group setting. 2024-08-20 09:28:05 -07:00
tests import: Export and import .original emoji files correctly. 2024-08-21 16:30:19 -07:00
tornado events: Migrate to typed_endpoint. 2024-07-31 17:10:06 -07:00
transaction_tests ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00
views message_send: Convert to typed endpoint. 2024-08-21 11:13:00 -07:00
webhooks integration-docs: Update Open Collective for new doc format. 2024-08-15 13:16:14 -07:00
worker thumbnail: Resolve a race condition when rendering messages. 2024-08-01 16:48:16 -07:00
__init__.py
apps.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
decorator.py decorators: Migrate to typed_endpoint. 2024-08-20 10:15:30 -07:00
filters.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
forms.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
logging_handlers.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
signals.py ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00