chore(tests): Update Test integrity check assets for MIME type aliases

Signed-off-by: JinHakChoi <ws423257@gmail.com>
This commit is contained in:
JinHakChoi 2025-09-03 20:48:29 +09:00
parent 69b4566406
commit ea39540def
9 changed files with 12 additions and 0 deletions

0
core/js/mimetype.js Normal file → Executable file
View file

0
core/js/mimetypelist.js Normal file → Executable file
View file

0
resources/config/mimetypealiases.dist.json Normal file → Executable file
View file

0
resources/config/mimetypealiases.dist.json.license Normal file → Executable file
View file

0
resources/config/mimetypemapping.dist.json Normal file → Executable file
View file

0
resources/config/mimetypemapping.dist.json.license Normal file → Executable file
View file

0
resources/config/mimetypenames.dist.json Normal file → Executable file
View file

0
resources/config/mimetypenames.dist.json.license Normal file → Executable file
View file

View file

@ -119,6 +119,18 @@ OC.MimeTypeList={
"text/x-rst": "text",
"text/x-shellscript": "text/code",
"web": "text/code",
"audio/aac": "audio",
"audio/ogg": "audio",
"audio/opus": "audio",
"audio/midi": "audio",
"audio/x-midi": "audio",
"audio/mpeg": "audio",
"audio/wav": "audio",
"audio/webm": "audio",
"video/mp4": "video",
"video/mpeg": "video",
"video/ogg": "video",
"video/webm": "video",
"my-custom/mimetype": "custom"
},
files: [