recognize LDIF (and schema) file types
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
6a0f0403d0
commit
68a0f8e153
2 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,7 @@ OC.MimeTypeList={
|
||||||
"text/x-c": "text/code",
|
"text/x-c": "text/code",
|
||||||
"text/x-c++src": "text/code",
|
"text/x-c++src": "text/code",
|
||||||
"text/x-h": "text/code",
|
"text/x-h": "text/code",
|
||||||
|
"text/x-ldif": "text/code",
|
||||||
"text/x-java-source": "text/code",
|
"text/x-java-source": "text/code",
|
||||||
"text/x-python": "text/code",
|
"text/x-python": "text/code",
|
||||||
"text/x-shellscript": "text/code",
|
"text/x-shellscript": "text/code",
|
||||||
|
|
|
@ -78,6 +78,7 @@
|
||||||
"key": ["application/x-iwork-keynote-sffkey"],
|
"key": ["application/x-iwork-keynote-sffkey"],
|
||||||
"keynote": ["application/x-iwork-keynote-sffkey"],
|
"keynote": ["application/x-iwork-keynote-sffkey"],
|
||||||
"kra": ["application/x-krita"],
|
"kra": ["application/x-krita"],
|
||||||
|
"ldif": ["text/x-ldif"],
|
||||||
"lwp": ["application/vnd.lotus-wordpro"],
|
"lwp": ["application/vnd.lotus-wordpro"],
|
||||||
"m2t": ["video/mp2t"],
|
"m2t": ["video/mp2t"],
|
||||||
"m4a": ["audio/mp4"],
|
"m4a": ["audio/mp4"],
|
||||||
|
@ -142,6 +143,7 @@
|
||||||
"rss": ["application/rss+xml"],
|
"rss": ["application/rss+xml"],
|
||||||
"rtf": ["text/rtf"],
|
"rtf": ["text/rtf"],
|
||||||
"rw2": ["image/x-dcraw"],
|
"rw2": ["image/x-dcraw"],
|
||||||
|
"schema": ["text/plain"],
|
||||||
"sgf": ["application/sgf"],
|
"sgf": ["application/sgf"],
|
||||||
"sh-lib": ["text/x-shellscript"],
|
"sh-lib": ["text/x-shellscript"],
|
||||||
"sh": ["text/x-shellscript"],
|
"sh": ["text/x-shellscript"],
|
||||||
|
|
Loading…
Reference in a new issue