Skip to content

Commit

Permalink
Merge pull request #4367 from dragonchaser/ocis-7768-geogebra-thumbnails
Browse files Browse the repository at this point in the history
add ggs type mime.go
  • Loading branch information
dragonchaser authored Nov 27, 2023
2 parents 6d077ec + 511c125 commit 1e3027b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/add-ggs-mime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Add GGS mime type

We have added a new mime type for GGS files.
This is a new file type that is used by geogebra application.

https://github.com/cs3org/reva/pull/4367
https://github.com/owncloud/ocis/pull/7804
https://github.com/owncloud/ocis/issues/7768
1 change: 1 addition & 0 deletions pkg/mime/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ var mimeTypes = map[string]string{
"geojson": "application/geo+json",
"gex": "application/vnd.geometry-explorer",
"ggb": "application/vnd.geogebra.file",
"ggs": "application/vnd.geogebra.slides",
"ggt": "application/vnd.geogebra.tool",
"ghf": "application/vnd.groove-help",
"gif": "image/gif",
Expand Down

0 comments on commit 1e3027b

Please sign in to comment.