zulip/zerver/lib/upload
Aman Agrawal 9042cd989b base: Play videos in new tab instead of downloading them.
We add `Content-Disposition: inline` header to commonly supported
video MIME types so that when we `Open` them in lightbox, they
play in new tab.

This will require a follow-up database migration to apply to
previously uploaded videos.
2023-10-02 22:39:39 -07:00
..
__init__.py ruff: Fix E721 Do not compare types, use `isinstance()`. 2023-08-17 17:05:34 -07:00
base.py base: Play videos in new tab instead of downloading them. 2023-10-02 22:39:39 -07:00
local.py ruff: Fix FLY002 Consider f"…" instead of string join. 2023-08-07 17:12:41 -07:00
s3.py ruff: Fix FLY002 Consider f"…" instead of string join. 2023-08-07 17:12:41 -07:00