From f8ff9b7d7883fa3ff58e13190308900c029a8fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Tournoy?= Date: Wed, 3 Nov 2021 09:00:51 +0100 Subject: [PATCH 1/2] Prepare 1.0.20.3 bug fix release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Tournoy --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d3a094d..1282341bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 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 From 2109a127b0794acd0d9f88f5c97a12fd60cc8373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Tournoy?= Date: Wed, 3 Nov 2021 18:45:48 +0100 Subject: [PATCH 2/2] Support new file extensions and mimetypes: RAR GZ DVI EPS PS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Tournoy --- CHANGELOG.md | 4 ++++ application/configs/journal.configurable.constants.json | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1282341bb..cc1f3c53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ 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) diff --git a/application/configs/journal.configurable.constants.json b/application/configs/journal.configurable.constants.json index cb06ec700..e582afcaa 100644 --- a/application/configs/journal.configurable.constants.json +++ b/application/configs/journal.configurable.constants.json @@ -13,6 +13,7 @@ "tif", "tiff", "zip", + "gz", "7z", "rar", "tar", @@ -20,6 +21,9 @@ "bz2", "rtf", "doc", + "eps", + "ps", + "dvi", "docx", "pdf", "txt", @@ -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",