summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Jansen <nilsjansen@gmail.com>2012-03-23 13:34:07 +0100
committerNils Jansen <nilsjansen@gmail.com>2012-03-23 13:34:07 +0100
commit7ed8f3974417964df18b135b154fdfdbd4f1b6ca (patch)
tree8d208da38a7f345d636ba7f25c9367b3c723e03d
parent82b54938e32a980d3d268a63fdf56598f12e2ff4 (diff)
downloadnextcloud-server-7ed8f3974417964df18b135b154fdfdbd4f1b6ca.tar.gz
nextcloud-server-7ed8f3974417964df18b135b154fdfdbd4f1b6ca.zip
as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.
-rw-r--r--core/img/filetypes/application-sgf.pngbin0 -> 725 bytes
-rw-r--r--lib/mimetypes.fixlist.php3
2 files changed, 2 insertions, 1 deletions
diff --git a/core/img/filetypes/application-sgf.png b/core/img/filetypes/application-sgf.png
new file mode 100644
index 00000000000..f171f5579e7
--- /dev/null
+++ b/core/img/filetypes/application-sgf.png
Binary files differ
diff --git a/lib/mimetypes.fixlist.php b/lib/mimetypes.fixlist.php
index 51f12dbcc29..a40fbd9e228 100644
--- a/lib/mimetypes.fixlist.php
+++ b/lib/mimetypes.fixlist.php
@@ -16,5 +16,6 @@ return array(
'xls'=>'application/msexcel',
'xlsx'=>'application/msexcel',
'ppt'=>'application/mspowerpoint',
- 'pptx'=>'application/mspowerpoint'
+ 'pptx'=>'application/mspowerpoint',
+ 'sgf' => 'application/sgf'
);