Skip to content

Commit

Permalink
Merge pull request #109 from CCSDForge/main-new-allowed-file-extensions
Browse files Browse the repository at this point in the history
Main new allowed file extensions
  • Loading branch information
rtournoy authored Nov 3, 2021
2 parents cb32984 + 2109a12 commit 49af63c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
-->

## 1.0.21 - 2021-11-03
### Added
- Support new file extensions and mimetypes: RAR (with additional mimetype), GZ, DVI, EPS, PS

## 1.0.20.3 - 2021-11-03
### Fixed
- Fixed: incorrect Grammar: [107](https://github.com/CCSDForge/episciences/issues/107)

- Fixed: "support mail alias" more visible on the portal (gitlab #404) + making it configurable.

## 1.0.20.2 - 2021-10-28
### Fixed
- Fixed bug: linked Data: conflict between DOI and SWHID: [97](https://github.com/CCSDForge/episciences/issues/97)
- Fixed: "support mail alias" more visible on the portal (gitlab #404) + making it configurable.

## 1.0.20.1 - 2021-10-28
### Fixed
Expand Down
9 changes: 9 additions & 0 deletions application/configs/journal.configurable.constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@
"tif",
"tiff",
"zip",
"gz",
"7z",
"rar",
"tar",
"bz",
"bz2",
"rtf",
"doc",
"eps",
"ps",
"dvi",
"docx",
"pdf",
"txt",
Expand Down Expand Up @@ -54,11 +58,16 @@
"text/html",
"text/css",
"application/zip",
"application/x-gzip",
"application/gzip",
"application/x-7z-compressed",
"application/x-rar-compressed",
"application/x-rar",
"application/x-tar",
"application/x-bzip",
"application/x-bzip2",
"application/postscript",
"application/x-dvi",
"application/rtf",
"application/msword",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
Expand Down

0 comments on commit 49af63c

Please sign in to comment.