mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
a234ef16f0
1. mimetypes with a dot do not work with our mime detector (only checks last dot). 2. all of those files are tar files compressed as gzip / bzip2 so the real mimetype of the file is the compression not the tar. We could at max. set mime to `application/x-tar+gzip`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>