diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-01-06 14:42:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 14:42:17 +0100 |
commit | ae934cbdab07cfa14baae1b71b031d2eb53c8d67 (patch) | |
tree | e6f709b20f7c2808ae84980ef50925654cb23645 /core/js | |
parent | 5ed4020215ea5a0d4cf67f14778035b0fab9b34c (diff) | |
parent | 68a0f8e153223d20f8680cdbd965b140551da92b (diff) | |
download | nextcloud-server-ae934cbdab07cfa14baae1b71b031d2eb53c8d67.tar.gz nextcloud-server-ae934cbdab07cfa14baae1b71b031d2eb53c8d67.zip |
Merge pull request #2966 from nextcloud/ldif-mime-support
recognize LDIF (and schema) file types
Diffstat (limited to 'core/js')
-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", |