From 206ee3c70cbdd148a7c4fac50694638ec7986f92 Mon Sep 17 00:00:00 2001 From: Simon Briere Date: Tue, 5 Mar 2024 14:33:51 -0500 Subject: [PATCH 01/36] Version bump and disabled automatic action for JOSS paper draft --- .github/workflows/draft-joss-paper-pdf.yml | 2 -- docs/conf.py | 2 +- teraserver/CMakeLists.txt | 2 +- teraserver/python/setup.py | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/draft-joss-paper-pdf.yml b/.github/workflows/draft-joss-paper-pdf.yml index 29ca38a9..91ffdc70 100644 --- a/.github/workflows/draft-joss-paper-pdf.yml +++ b/.github/workflows/draft-joss-paper-pdf.yml @@ -1,8 +1,6 @@ name: JOSS Paper Draft PDF on: - push: - branches: [main, joss-paper-review] workflow_dispatch: branches: [main, joss-paper-review] diff --git a/docs/conf.py b/docs/conf.py index 92e18e08..c2f7e4b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'OpenTera' copyright = '2023, 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 6df8d0a0..2f180e7f 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 "5") +SET(OPENTERA_VERSION_PATCH "6") SET(OPENTERA_SERVER_VERSION OpenTera_v${OPENTERA_VERSION_MAJOR}.${OPENTERA_VERSION_MINOR}.${OPENTERA_VERSION_PATCH}) diff --git a/teraserver/python/setup.py b/teraserver/python/setup.py index 0ac132c2..800f9e3c 100644 --- a/teraserver/python/setup.py +++ b/teraserver/python/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="opentera", - version="1.2.5", + version="1.2.6", author="Dominic Létourneau, Simon Brière", author_email="dominic.letourneau@usherbrooke.ca, simon.briere@usherbrooke.ca", description="OpenTera base package", From e69cd12f5c5c4106f276f2f4fa3e45ec3562df54 Mon Sep 17 00:00:00 2001 From: Simon Briere Date: Tue, 5 Mar 2024 14:34:56 -0500 Subject: [PATCH 02/36] Merged conf.py version bump --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3f2a6a88..30aabf21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'OpenTera' copyright = '2024, Simon Brière, Dominic Létourneau' author = 'Simon Brière, Dominic Létourneau' -release = '1.2.5' +release = '1.2.6' version = release html_logo = 'images/LogoOpenTera200px.png' From 4b38dded20936d2290585f77fa382061dd82861f Mon Sep 17 00:00:00 2001 From: Simon Briere Date: Tue, 2 Apr 2024 12:56:31 -0400 Subject: [PATCH 03/36] Refs #244. VideoRehab - Added "play", "pause" and "stop" features to chronometers / countdowns. --- .../easyrtc/protected/index_participants.html | 6 +- teraserver/easyrtc/protected/index_users.html | 17 +- teraserver/easyrtc/static/css/teraplus.css | 129 ++++++------ teraserver/easyrtc/static/images/minus.png | Bin 0 -> 1551 bytes teraserver/easyrtc/static/images/pause.png | Bin 0 -> 1640 bytes teraserver/easyrtc/static/images/play.png | Bin 0 -> 1755 bytes teraserver/easyrtc/static/images/plus.png | Bin 0 -> 1715 bytes teraserver/easyrtc/static/images/stop.png | Bin 0 -> 1512 bytes .../includes/video_user_remote_view.html | 9 +- teraserver/easyrtc/static/js/tera_tools.js | 185 +++++++++++------- teraserver/easyrtc/static/js/tera_ui.js | 31 ++- teraserver/easyrtc/static/js/tera_webrtc.js | 31 +-- .../API/user/UserQueryParticipants.py | 1 - 13 files changed, 242 insertions(+), 167 deletions(-) create mode 100644 teraserver/easyrtc/static/images/minus.png create mode 100644 teraserver/easyrtc/static/images/pause.png create mode 100644 teraserver/easyrtc/static/images/play.png create mode 100644 teraserver/easyrtc/static/images/plus.png create mode 100644 teraserver/easyrtc/static/images/stop.png diff --git a/teraserver/easyrtc/protected/index_participants.html b/teraserver/easyrtc/protected/index_participants.html index 0b62ef0e..b4ca2cf7 100644 --- a/teraserver/easyrtc/protected/index_participants.html +++ b/teraserver/easyrtc/protected/index_participants.html @@ -235,9 +235,9 @@