diff --git a/.gitignore b/.gitignore index 03f4c71da..eaeec4463 100644 --- a/.gitignore +++ b/.gitignore @@ -51,20 +51,14 @@ docs/_build/ docs/--no-check-certificate docs/swagger.json -build-teraplus-Desktop_Qt_5_12_0_MSVC2017_64bit-Debug *.user -build-teraserver-Desktop_Qt_5_12_0_MSVC2017_64bit-Debug .idea -python-3.6 # Docker docker/prod/certificates/*.pem # Node modules node_modules/ -/teraplus/CMakeLists.txt.user.4.9-pre1 -/teraserver/CMakeLists.txt.user.4.9-pre1 -/teraserver/python/config/TeraServerConfig.ini~0b30c4625222f7c8696ca353a9e47d17d15d6cb5 /teraserver/python/messages/python/* /teraserver/python/certificates/ca_cert.pem /teraserver/python/certificates/ca_key.pem @@ -72,28 +66,19 @@ node_modules/ /teraserver/python/certificates/devices/client_key.pem /teraserver/python/certificates/site_cert.pem /teraserver/python/certificates/site_key.pem -/teraplus/client/resources/icons/device.psd /teraserver/python/uploads -build-teraplus-Desktop_Qt_5_13_1_MSVC2017_64bit-Debug -build-teraserver-Desktop_Qt_5_13_1_MSVC2017_64bit-Debug -build-teraplus-Desktop_Qt_5_13_1_MSVC2017_64bit-Release -build-teraserver-Desktop_Qt_5_13_2_MSVC2017_64bit-Debug -build-teraserver-Desktop_Qt_5_14_0_MSVC2017_64bit-Debug -build-teraserver-Desktop_Qt_5_14_1_MSVC2017_64bit-Debug protobuf -teraserver/python/env/_python-3.6 -build-teraserver-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug -python-3.8 -teraserver/python/services/BureauActif/uploads/ /teraserver/python/OpenTeraServerVersion.py /teraserver/python/services/FileTransferService/upload files build-teraserver-Desktop_Qt_5_15_2_MSVC2019_64bit-Debug -python-3.10 /teraserver/easyrtc/package-lock.json venv joss-paper/paper.jats joss-paper/paper.pdf /.vscode -_python-3.10 python-3.11 +build-teraserver-Desktop_Qt_6_6_1_MSVC2019_64bit-Debug +python-3.10 +/teraserver/python/config/certificates +/teraserver/python/tests/*.pem diff --git a/README.md b/README.md index 998358ad2..cb864f21a 100755 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ You are welcome to participate in this effort. Leave us comments or report [Issu ## Publication(s) +* [![DOI](https://joss.theoj.org/papers/10.21105/joss.05497/status.svg)](https://doi.org/10.21105/joss.05497) Létourneau, D., Brière , S., et al., [OpenTera: A Framework for Telehealth Applications](https://doi.org/10.21105/joss.05497), Journal of Open Source Software, vol. 8, no 91, p. 5497 (2023) * Panchea, A.M., Létourneau, D., Brière, S. et al., [OpenTera: A microservice architecture solution for rapid prototyping of robotic solutions to COVID-19 challenges in care facilities](https://rdcu.be/cHzmf), Health Technol. 12, 583–596 (2022) ## Videos diff --git a/docs/conf.py b/docs/conf.py index 92e18e080..3f2a6a88c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'OpenTera' -copyright = '2023, Simon Brière, Dominic Létourneau' +copyright = '2024, Simon Brière, Dominic Létourneau' author = 'Simon Brière, Dominic Létourneau' -release = '1.2.4' +release = '1.2.5' version = release html_logo = 'images/LogoOpenTera200px.png' diff --git a/teraserver/CMakeLists.txt b/teraserver/CMakeLists.txt index 72ff9ace2..6df8d0a02 100755 --- a/teraserver/CMakeLists.txt +++ b/teraserver/CMakeLists.txt @@ -10,7 +10,7 @@ endif(NOT CMAKE_BUILD_TYPE) # Software version SET(OPENTERA_VERSION_MAJOR "1") SET(OPENTERA_VERSION_MINOR "2") -SET(OPENTERA_VERSION_PATCH "4") +SET(OPENTERA_VERSION_PATCH "5") SET(OPENTERA_SERVER_VERSION OpenTera_v${OPENTERA_VERSION_MAJOR}.${OPENTERA_VERSION_MINOR}.${OPENTERA_VERSION_PATCH}) diff --git a/teraserver/easyrtc/protected/index_users.html b/teraserver/easyrtc/protected/index_users.html index e14690b37..7b0a42687 100644 --- a/teraserver/easyrtc/protected/index_users.html +++ b/teraserver/easyrtc/protected/index_users.html @@ -130,7 +130,7 @@