diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-06 12:25:16 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-06 12:25:16 +0100 |
commit | 68a0f8e153223d20f8680cdbd965b140551da92b (patch) | |
tree | 5f5fb5c08112a9768b7e7da76fe68b01adf764ed /core | |
parent | 6a0f0403d01dc6a889157b446edef73f9af58540 (diff) | |
download | nextcloud-server-68a0f8e153223d20f8680cdbd965b140551da92b.tar.gz nextcloud-server-68a0f8e153223d20f8680cdbd965b140551da92b.zip |
recognize LDIF (and schema) file types
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index e1b9dba14af..89558e21086 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -86,6 +86,7 @@ OC.MimeTypeList={ "text/x-c": "text/code", "text/x-c++src": "text/code", "text/x-h": "text/code", + "text/x-ldif": "text/code", "text/x-java-source": "text/code", "text/x-python": "text/code", "text/x-shellscript": "text/code", |