[openmeetings-site] branch master updated: OPENMEETINGS-2748 Sync website changes to reflect updated JDK17 build instructions.

2022-07-30 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
 new ac19857f OPENMEETINGS-2748 Sync website changes to reflect updated 
JDK17 build instructions.
ac19857f is described below

commit ac19857f03ef357203d0093efc05e6c7d85f26b8
Author: Sebastian Wagner 
AuthorDate: Sun Jul 31 10:53:04 2022 +1200

OPENMEETINGS-2748 Sync website changes to reflect updated JDK17 build 
instructions.
---
 BuildInstructions.html | 29 ++---
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/BuildInstructions.html b/BuildInstructions.html
index b617070b..801fd249 100644
--- a/BuildInstructions.html
+++ b/BuildInstructions.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -216,7 +216,7 @@
 
 
 
-Last Published: 
2022-05-18
+Last Published: 
2022-07-31
 
 
  
@@ -230,8 +230,8 @@
   
   To build a binary release of OpenMeetings you need:  

-   Oracle JDK11 
-   Apache Maven (minimum) 3.5.0 
+   Oracle JDK17 
+   Apache Maven (minimum) 3.6.0 
Git 

   
@@ -276,10 +276,25 @@
  Tips and Gotchas 
  Eclipse ANSI colors plugin for colors in console 
   
-  MAVEN_OPTS='-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n' mvn clean -P 
allModules,quick,mysql jetty:run-exploded
+  MAVEN_OPTS='-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n' mvn clean -P 
allModules,quick,mysql jetty:run-exploded -Dwicket.configuration=DEVELOPMENT 
-Dwicket.ioc.useByteBuddy=true
 
 #Quick rebuild and run
-cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeetings-core; cd openmeetings-web; MAVEN_OPTS='-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n' mvn clean -P 
allModules,quick,mysql jetty:run-exploded
+cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeetings-core; cd openmeetings-web; MAVEN_OPTS='-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n' mvn clean -P 
allModules,quick,mysql jetty:run-exploded -Dwicket.configuration=DEVELOPMENT 
-Dwicket.ioc.useByteBuddy=true
+
+
+  
+ Run OpenMeetings with Embedded Jetty for Development purpose in JDK17 
+  
+  # ANSI console colors and fix Hazelcast warnings for access
+export MAVEN_OPTS='-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n --add-modules 
java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens 
java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED 
--add-opens java.management/sun.management=ALL-UNNAMED --add-opens 
jdk.management/com.sun.management.internal=ALL-UNNAMED'
+
+# Just run Webapp, requires other modules to be compiled separated if changed
+cd openmeetings-webapp
+mvn install -P allModules,quick,mysql jetty:run-exploded 
-Dwicket.configuration=DEVELOPMENT -Dwicket.ioc.useByteBuddy=true
+
+# OpenMeetings logs for embedded jetty are in
+cd openmeetings-webapp
+tail -f -n 1000 target/openmeetings.log
 
 
   
@@ -310,7 +325,7 @@ cd ..; mvn clean install -PallModules,quick,mysql -pl 
openmeetings-util,openmeet
cd openmeetings-web
 # Run NPM install on each of the packages (only required once unless you 
change dependency):
 mvn frontend:npm@main-install frontend:npm@chat-install 
frontend:npm@settings-install frontend:npm@room-install frontend:npm@wb-install
-# Run NPM 
+# Run NPM
 mvn frontend:npm@main frontend:npm@chat frontend:npm@settings 
frontend:npm@room frontend:npm@wb
 # Minify CSS
 mvn minify:minify@theme-minify minify:minify@nettest-js



[openmeetings] 01/01: OPENMEETINGS-2748 Add and update build instructions.

2022-07-30 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2748-update-build-and-dev-instructions
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 908af07ebf016a8e45500ae4d1e906b4f646e2e7
Author: Sebastian 
AuthorDate: Sun Jul 31 10:44:28 2022 +1200

OPENMEETINGS-2748 Add and update build instructions.
---
 .../src/site/xdoc/BuildInstructions.xml  | 20 ++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/openmeetings-server/src/site/xdoc/BuildInstructions.xml 
b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
index 9f546593a..78c3ae7db 100644
--- a/openmeetings-server/src/site/xdoc/BuildInstructions.xml
+++ b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
@@ -63,12 +63,28 @@

Eclipse ANSI colors plugin for colors in console

+   Run OpenMeetings with Embedded Jetty for Development 
purpose in JDK17
+   
+
+   
+   
In case you would like to develop Openmeetings you 
need to run "unpacked" build: 

 

[openmeetings] branch feature/OPENMEETINGS-2748-update-build-and-dev-instructions created (now 908af07eb)

2022-07-30 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2748-update-build-and-dev-instructions
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at 908af07eb OPENMEETINGS-2748 Add and update build instructions.

This branch includes the following new commits:

 new 908af07eb OPENMEETINGS-2748 Add and update build instructions.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] branch feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue updated (a63a30970 -> dac72cee3)

2022-06-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from a63a30970 OPENMEETINGS-2743 Add option to use bytebuddy for Wikcet 
cglib.
 add dac72cee3 OPENMEETINGS-2743 Fix duplicated dependency.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 5 -
 1 file changed, 5 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue created (now a63a30970)

2022-06-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at a63a30970 OPENMEETINGS-2743 Add option to use bytebuddy for Wikcet 
cglib.

This branch includes the following new commits:

 new a63a30970 OPENMEETINGS-2743 Add option to use bytebuddy for Wikcet 
cglib.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2743 Add option to use bytebuddy for Wikcet cglib.

2022-06-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit a63a3097053ccb1b922aebef077e4ac97b1462e3
Author: Sebastian 
AuthorDate: Sun Jun 19 15:05:32 2022 +1200

OPENMEETINGS-2743 Add option to use bytebuddy for Wikcet cglib.
---
 openmeetings-server/src/site/xdoc/BuildInstructions.xml |  4 ++--
 openmeetings-web/pom.xml|  4 
 pom.xml | 11 +++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/openmeetings-server/src/site/xdoc/BuildInstructions.xml 
b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
index 3d8408ccc..76aa9a672 100644
--- a/openmeetings-server/src/site/xdoc/BuildInstructions.xml
+++ b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
@@ -63,10 +63,10 @@

Eclipse ANSI colors plugin for colors in console

In case you would like to develop Openmeetings you 
need to run "unpacked" build: 
diff --git a/openmeetings-web/pom.xml b/openmeetings-web/pom.xml
index 821926217..33111bd45 100644
--- a/openmeetings-web/pom.xml
+++ b/openmeetings-web/pom.xml
@@ -47,6 +47,10 @@
mysql

mysql-connector-java

+   
+   net.bytebuddy
+   byte-buddy
+   



diff --git a/pom.xml b/pom.xml
index 81d463fb9..f2113df54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@

0.2.3-2

2.0.0.AM26
2.2.1
+   1.12.10

file:**/generated-sources/**, 
file:**/jquery-ui.css, file:**/cssemoticons.js, 
file:**/bootstrap-confirmation.js
jacoco
@@ -869,6 +870,16 @@
mysql-connector-java
${mysql.version}

+   
+   mysql
+   mysql-connector-java
+   ${mysql.version}
+   
+   
+   net.bytebuddy
+   byte-buddy
+   ${bytebuddy.version}
+   

org.webjars
jasny-bootstrap



[openmeetings] 01/01: OPENMEETINGS-2742 Introduce openmeetings-mdeiaserver module.

2022-06-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/openmeetings-2742-add-maven-mediaserver-module
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 5b0997b4313c266a1fc1ad4b603dd4e18c4f33df
Author: Sebastian 
AuthorDate: Sun Jun 19 11:33:34 2022 +1200

OPENMEETINGS-2742 Introduce openmeetings-mdeiaserver module.
---
 openmeetings-core/pom.xml  |  8 +--
 .../pom.xml| 74 +++---
 .../mediaserver}/remote/AbstractStream.java|  2 +-
 .../mediaserver}/remote/IStreamProcessor.java  |  2 +-
 .../openmeetings/mediaserver}/remote/KRoom.java|  6 +-
 .../openmeetings/mediaserver}/remote/KStream.java  | 14 ++--
 .../mediaserver}/remote/KTestStream.java   | 14 ++--
 .../mediaserver}/remote/KurentoHandler.java|  2 +-
 .../mediaserver}/remote/StreamProcessor.java   |  8 +--
 .../remote/StreamProcessorActions.java |  6 +-
 .../mediaserver}/remote/TestStreamProcessor.java   | 10 +--
 .../mediaserver}/remote/BaseMockedTest.java| 10 ++-
 .../remote/TestNotConnectedMocked.java |  2 +-
 .../remote/TestRecordingFlowMocked.java|  2 +-
 .../mediaserver}/remote/TestRoomFlowMocked.java|  2 +-
 .../mediaserver}/remote/TestSetupFlowMocked.java   |  9 +--
 openmeetings-web/pom.xml   |  4 ++
 .../web/admin/connection/ConnectionsPanel.java |  4 +-
 .../web/admin/connection/KStreamDto.java   |  2 +-
 .../apache/openmeetings/web/app/Application.java   |  2 +-
 .../apache/openmeetings/web/app/ClientManager.java |  2 +-
 .../apache/openmeetings/web/app/TimerService.java  |  2 +-
 .../openmeetings/web/common/OmWebSocketPanel.java  |  4 +-
 .../apache/openmeetings/web/room/RoomPanel.java|  6 +-
 .../openmeetings/web/room/menu/RoomMenuPanel.java  |  4 +-
 .../openmeetings/web/room/sidebar/RoomSidebar.java |  2 +-
 .../openmeetings/web/room/wb/InterviewWbPanel.java |  2 +-
 pom.xml| 12 
 28 files changed, 93 insertions(+), 124 deletions(-)

diff --git a/openmeetings-core/pom.xml b/openmeetings-core/pom.xml
index 3cabb9d76..c634aefdb 100644
--- a/openmeetings-core/pom.xml
+++ b/openmeetings-core/pom.xml
@@ -89,10 +89,6 @@
org.springframework
spring-webmvc

-   
-   org.kurento
-   kurento-client
-   

org.asteriskjava
asterisk-java
@@ -101,6 +97,10 @@
javax.sip
jain-sip-ri

+   
+   javax.annotation
+   javax.annotation-api
+   


org.junit.jupiter
diff --git a/openmeetings-core/pom.xml b/openmeetings-mediaserver/pom.xml
similarity index 51%
copy from openmeetings-core/pom.xml
copy to openmeetings-mediaserver/pom.xml
index 3cabb9d76..fd0a0fe2a 100644
--- a/openmeetings-core/pom.xml
+++ b/openmeetings-mediaserver/pom.xml
@@ -1,4 +1,4 @@
-
+
 
-http://maven.apache.org/POM/4.0.0;
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+http://maven.apache.org/POM/4.0.0; 
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
4.0.0

@@ -25,29 +25,14 @@
7.0.0-SNAPSHOT
..

-   openmeetings-core
+   openmeetings-mediaserver
jar
-   Openmeetings Core
-   Module for OpenMeetings core classes and 
services
+   Openmeetings MediaServer
+   Module for OpenMeetings MediaServer classes and 
services

${project.parent.basedir}
apache.openmeetings.core

-   
-   
-   
-   org.apache.maven.plugins
-   maven-jar-plugin
-   
-   
-   
-   test-jar
-   
-   
-   
-   
-   
-   


org.apache.openmeetings
@@ -55,57 +40,16 @@


org.apache.openmeetings
-   openmeetings-db
-   
-   
-   org.springframework
-   spring-core
-   
-   
-   

[openmeetings] branch feature/openmeetings-2742-add-maven-mediaserver-module created (now 5b0997b43)

2022-06-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/openmeetings-2742-add-maven-mediaserver-module
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at 5b0997b43 OPENMEETINGS-2742 Introduce openmeetings-mdeiaserver module.

This branch includes the following new commits:

 new 5b0997b43 OPENMEETINGS-2742 Introduce openmeetings-mdeiaserver module.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: Merge pull request #178 from apache/feature/OPENMEETINGS-2727-update-language-files

2022-04-27 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 27472af4beeae25ec93fa9172096ee60dc38bc69
Merge: df0a1f7ce 4aac4b363
Author: Sebastian Wagner 
AuthorDate: Wed Apr 27 20:21:42 2022 +1200

Merge pull request #178 from 
apache/feature/OPENMEETINGS-2727-update-language-files

OPENMEETINGS-2727 Update and resync files from POEditor.

 .../openmeetings/web/app/Application.properties.xml |  3 ---
 .../openmeetings/web/app/Application_ar.properties.xml  |  9 +++--
 .../openmeetings/web/app/Application_bg.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_bn.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ca.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_cs.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_da.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_de.properties.xml  | 17 +++--
 .../openmeetings/web/app/Application_el.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_es.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fa.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fi.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fr.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_gl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_hi.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_hu.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_in.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_it.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_iw.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ja.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ko.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ku.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_lo.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_nl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_pl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_pt.properties.xml  |  3 ---
 .../web/app/Application_pt_BR.properties.xml|  3 ---
 .../openmeetings/web/app/Application_ru.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_sk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_sv.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ta.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_th.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_tk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_tr.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_uk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ur.properties.xml  |  3 ---
 .../web/app/Application_zh_CN.properties.xml|  3 ---
 .../web/app/Application_zh_TW.properties.xml|  3 ---
 38 files changed, 10 insertions(+), 124 deletions(-)



[openmeetings] branch master updated (df0a1f7ce -> 27472af4b)

2022-04-27 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from df0a1f7ce [OPENMEETINGS-2728] ApacheCon banner is fixed, link to 
privacy policy is added
 add 2d9554e82 OPENMEETINGS-2727 Update and resync files from POEditor.
 add 8c65abca8 OPENMEETINGS-2727 Fix indonesian to _in file.
 add 4aac4b363 OPENMEETINGS-2727 Manually update Hebrew file.
 new 27472af4b Merge pull request #178 from 
apache/feature/OPENMEETINGS-2727-update-language-files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../openmeetings/web/app/Application.properties.xml |  3 ---
 .../openmeetings/web/app/Application_ar.properties.xml  |  9 +++--
 .../openmeetings/web/app/Application_bg.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_bn.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ca.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_cs.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_da.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_de.properties.xml  | 17 +++--
 .../openmeetings/web/app/Application_el.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_es.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fa.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fi.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_fr.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_gl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_hi.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_hu.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_in.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_it.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_iw.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ja.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ko.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ku.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_lo.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_nl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_pl.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_pt.properties.xml  |  3 ---
 .../web/app/Application_pt_BR.properties.xml|  3 ---
 .../openmeetings/web/app/Application_ru.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_sk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_sv.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ta.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_th.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_tk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_tr.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_uk.properties.xml  |  3 ---
 .../openmeetings/web/app/Application_ur.properties.xml  |  3 ---
 .../web/app/Application_zh_CN.properties.xml|  3 ---
 .../web/app/Application_zh_TW.properties.xml|  3 ---
 38 files changed, 10 insertions(+), 124 deletions(-)



[openmeetings-site] branch master updated: OPENMEETINGS-2728 Update Media Server config.

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 5dbf2ab1 OPENMEETINGS-2728 Update Media Server config.
5dbf2ab1 is described below

commit 5dbf2ab1977d5db68c07d71bd15c11b441408901
Author: Sebastian Wagner 
AuthorDate: Tue Apr 26 20:53:22 2022 +1200

OPENMEETINGS-2728 Update Media Server config.
---
 InstallMediaServer.html | 58 -
 1 file changed, 52 insertions(+), 6 deletions(-)

diff --git a/InstallMediaServer.html b/InstallMediaServer.html
index 7165d741..91ab3ea3 100644
--- a/InstallMediaServer.html
+++ b/InstallMediaServer.html
@@ -3,7 +3,7 @@
 
   
 
 
 
@@ -215,7 +215,7 @@
 
 
 
-Last Published: 
2021-10-26
+Last Published: 
2022-04-26
 
 
 

[openmeetings] branch feature/OPENMEETINGS-2727-update-language-files updated (8c65abca8 -> 4aac4b363)

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-update-language-files
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from 8c65abca8 OPENMEETINGS-2727 Fix indonesian to _in file.
 add 4aac4b363 OPENMEETINGS-2727 Manually update Hebrew file.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/openmeetings/web/app/Application_iw.properties.xml | 3 ---
 1 file changed, 3 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2727-update-language-files updated (2d9554e82 -> 8c65abca8)

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-update-language-files
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from 2d9554e82 OPENMEETINGS-2727 Update and resync files from POEditor.
 add 8c65abca8 OPENMEETINGS-2727 Fix indonesian to _in file.

No new revisions were added by this update.

Summary of changes:
 .../web/app/Application_id.properties.xml  | 992 -
 .../web/app/Application_in.properties.xml  |   3 -
 2 files changed, 995 deletions(-)
 delete mode 100644 
openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml



[openmeetings] 01/01: OPENMEETINGS-2727 Update and resync files from POEditor.

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2727-update-language-files
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 2d9554e82517f934347b63ab9cd6dd0cf002032f
Author: Sebastian 
AuthorDate: Tue Apr 26 20:21:13 2022 +1200

OPENMEETINGS-2727 Update and resync files from POEditor.
---
 .../web/app/Application.properties.xml |   3 -
 .../web/app/Application_ar.properties.xml  |   9 +-
 .../web/app/Application_bg.properties.xml  |   3 -
 .../web/app/Application_bn.properties.xml  |   3 -
 .../web/app/Application_ca.properties.xml  |   3 -
 .../web/app/Application_cs.properties.xml  |   3 -
 .../web/app/Application_da.properties.xml  |   3 -
 .../web/app/Application_de.properties.xml  |  17 +-
 .../web/app/Application_el.properties.xml  |   3 -
 .../web/app/Application_es.properties.xml  |   3 -
 .../web/app/Application_fa.properties.xml  |   3 -
 .../web/app/Application_fi.properties.xml  |   3 -
 .../web/app/Application_fr.properties.xml  |   3 -
 .../web/app/Application_gl.properties.xml  |   3 -
 .../web/app/Application_hi.properties.xml  |   3 -
 .../web/app/Application_hu.properties.xml  |   3 -
 ...roperties.xml => Application_id.properties.xml} | 417 ++---
 .../web/app/Application_it.properties.xml  |   3 -
 .../web/app/Application_ja.properties.xml  |   3 -
 .../web/app/Application_ko.properties.xml  |   3 -
 .../web/app/Application_ku.properties.xml  |   3 -
 .../web/app/Application_lo.properties.xml  |   3 -
 .../web/app/Application_nl.properties.xml  |   3 -
 .../web/app/Application_pl.properties.xml  |   3 -
 .../web/app/Application_pt.properties.xml  |   3 -
 .../web/app/Application_pt_BR.properties.xml   |   3 -
 .../web/app/Application_ru.properties.xml  |   3 -
 .../web/app/Application_sk.properties.xml  |   3 -
 .../web/app/Application_sv.properties.xml  |   3 -
 .../web/app/Application_ta.properties.xml  |   3 -
 .../web/app/Application_th.properties.xml  |   3 -
 .../web/app/Application_tk.properties.xml  |   3 -
 .../web/app/Application_tr.properties.xml  |   3 -
 .../web/app/Application_uk.properties.xml  |   3 -
 .../web/app/Application_ur.properties.xml  |   3 -
 .../web/app/Application_zh_CN.properties.xml   |   3 -
 .../web/app/Application_zh_TW.properties.xml   |   3 -
 37 files changed, 217 insertions(+), 328 deletions(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
index 69ec54394..6dad69b01 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
@@ -989,7 +989,4 @@ Please visit {3} OM server and check them under Admin -> 
Groups]]>



-   
-   
-   
 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
index 8d66eabc6..73a8b47e2 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
@@ -965,9 +965,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
-   
-   
+   
+   
+   



@@ -980,7 +980,4 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
-   
-   
 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
index 4636be823..5d406f23d 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
@@ -989,7 +989,4 @@ Please visit {3} OM server and check them under Admin -> 
Groups]]>



-   
-   
-   
 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
index a4b3289e5..44728ed8d 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
+++ 
b/openm

[openmeetings] branch feature/OPENMEETINGS-2727-update-language-files created (now 2d9554e82)

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-update-language-files
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at 2d9554e82 OPENMEETINGS-2727 Update and resync files from POEditor.

This branch includes the following new commits:

 new 2d9554e82 OPENMEETINGS-2727 Update and resync files from POEditor.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: Merge pull request #177 from apache/feature/OPENMEETINGS-2728-update-kms-docu

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 0453b439d08ef26cdb0ce5bcafbfa9098715596b
Merge: acb02309f 439542e6f
Author: Sebastian Wagner 
AuthorDate: Tue Apr 26 20:06:23 2022 +1200

Merge pull request #177 from 
apache/feature/OPENMEETINGS-2728-update-kms-docu

OPENMEETINGS-2728 Fix KMS Media Website docu only.

 .../src/site/markdown/InstallMediaServer.md| 54 --
 1 file changed, 51 insertions(+), 3 deletions(-)



[openmeetings] branch master updated (acb02309f -> 0453b439d)

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from acb02309f Merge pull request #174 from 
apache/feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
 add 439542e6f OPENMEETINGS-2728 Fix KMS Media Website docu only.
 new 0453b439d Merge pull request #177 from 
apache/feature/OPENMEETINGS-2728-update-kms-docu

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/site/markdown/InstallMediaServer.md| 54 --
 1 file changed, 51 insertions(+), 3 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2728-update-kms-docu created (now 439542e6f)

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch feature/OPENMEETINGS-2728-update-kms-docu
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at 439542e6f OPENMEETINGS-2728 Fix KMS Media Website docu only.

This branch includes the following new commits:

 new 439542e6f OPENMEETINGS-2728 Fix KMS Media Website docu only.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2728 Fix KMS Media Website docu only.

2022-04-26 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2728-update-kms-docu
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 439542e6fa37134d9e163cee6d70581e4c02d609
Author: Sebastian 
AuthorDate: Tue Apr 26 19:28:50 2022 +1200

OPENMEETINGS-2728 Fix KMS Media Website docu only.
---
 .../src/site/markdown/InstallMediaServer.md| 54 --
 1 file changed, 51 insertions(+), 3 deletions(-)

diff --git a/openmeetings-server/src/site/markdown/InstallMediaServer.md 
b/openmeetings-server/src/site/markdown/InstallMediaServer.md
index 3d71f4e8e..73b2ec476 100644
--- a/openmeetings-server/src/site/markdown/InstallMediaServer.md
+++ b/openmeetings-server/src/site/markdown/InstallMediaServer.md
@@ -5,12 +5,60 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
 # Media Server Installation
 
 ## Install Kurento Media server
-
+Each instance of OpenMeetings requires a running Kurento Media Server (KMS). 
There is a complete list of installation modes here: 
 https://doc-kurento.readthedocs.io/en/stable/user/installation.html;>Install
 Kurento Media server
+
+The default config of OpenMeetings and Kurento Media Server is a 1:1 mapping. 
Each OpenMeetings instance is mapped exactly to 1 KMS instance as well as 
OpenMeetings and KMS running on the same host.
+
 
-   It should be run under same user as OM
+   If running on the same host OpenMeetings and KMS should be run under 
same user.
 
 
+
+The quickest and easiest way to run KMS is via Docker. But running the 
following commands you can run KMS locally.
+```
+// for example /home/$user/work/openmeetings
+export OM_HOME=$YOUR_PATH
+// for example export 
OM_HOME=/Users/wagns1/Documents/apache/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-5.0.0-M5-SNAPSHOT
+ 
+docker run -v $OM_HOME/data:$OM_HOME/data -p : 
kurento/kurento-media-server
+```
+Assuming OpenMeetings runs on your machine locally above will work without any 
config changes in OpenMeetings and is the most common way to spin up a 
development environment. 
+
 ## Specify/Install Turn server
 
-Only local installation will work 
without TURN server
+Only local installation will work 
without TURN server - also you require a valid SSL certificate for doing webRTC 
Audio/Video for anything other then local installations
+
+See the installation instructions at https://doc-kurento.readthedocs.io/en/stable/user/installation.html;>Install
 Kurento Media server for the relevant section on CoTurn.
+
+Once installed update the CoTurn relevant sections in the OpenMeetings 
configuration:
+```
+## Kurento ##
+kurento.ws.url=ws://127.0.0.1:/kurento
+kurento.turn.url=
+kurento.turn.user=
+kurento.turn.secret=
+kurento.turn.mode=rest
+## minutes
+kurento.turn.ttl=60
+## milliseconds
+kurento.check.timeout=1
+## milliseconds
+kurento.object.check.timeout=200
+kurento.watch.thread.count=10
+kurento.flowout.timeout=5
+## please ensure this one is unique, better to regenerate it from time to time
+## can be generated for ex. here https://www.uuidtools.com
+kurento.kuid=df992960-e7b0-11ea-9acd-337fb30dd93d
+## this list can be space and/or comma separated
+kurento.ignored.kuids=
+## See 
https://doc-kurento.readthedocs.io/en/latest/features/security.html#media-plane-security-dtls
+## possible values: RSA, or ECDSA (capital-case)
+kurento.certificateType=
+```
+
+in your local 
$OM_HOME/webapps/openmeetings/WEB-INF/classes/openmeetings.properties file. A 
server restart is required in order for changes to take affect.
+
+## Other installation and configuration resources 
+
+See the Wiki for much more detailed and linux distribution specific 
instructions: https://cwiki.apache.org/confluence/display/openmeetings/tutorials+for+installing+openmeetings+and+tools;>https://cwiki.apache.org/confluence/display/openmeetings/tutorials+for+installing+openmeetings+and+tools



[openmeetings] 01/01: Merge pull request #174 from apache/feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup

2022-04-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit acb02309f34bd3f59778ed3f469864378919141b
Merge: baad666a2 68a65f92a
Author: Sebastian Wagner 
AuthorDate: Mon Apr 25 18:56:32 2022 +1200

Merge pull request #174 from 
apache/feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup

OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

 openmeetings-web/src/main/webapp/css/raw-room.css | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)




[openmeetings] branch master updated (baad666a2 -> acb02309f)

2022-04-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from baad666a2 Merge pull request #175 from 
apache/feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
 add d8c5f2d05 OPENMEETINGS-2726 Add some border styles to quick poll fixed 
popup
 add 3d1f68645 OPENMEETINGS-2726 Fix css code style
 add 68a65f92a OPENMEETINGS-2726 Update to use dynamic bootstrap color to 
support theming
 new acb02309f Merge pull request #174 from 
apache/feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-room.css | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)



[openmeetings] 01/01: Merge pull request #175 from apache/feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard

2022-04-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit baad666a2d6df82960b8881f253df99d31a8733d
Merge: d8dd490b2 7277a4325
Author: Sebastian Wagner 
AuthorDate: Mon Apr 25 18:55:44 2022 +1200

Merge pull request #175 from 
apache/feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard

OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only  show 
scroll button when there is more then 1 whiteboard to scroll

 openmeetings-web/src/main/front/wb/src/wb-area.js | 15 +++
 .../openmeetings/web/app/Application.properties.xml   |  3 +++
 .../openmeetings/web/app/Application_ar.properties.xml|  3 +++
 .../openmeetings/web/app/Application_bg.properties.xml|  3 +++
 .../openmeetings/web/app/Application_bn.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ca.properties.xml|  3 +++
 .../openmeetings/web/app/Application_cs.properties.xml|  3 +++
 .../openmeetings/web/app/Application_da.properties.xml|  3 +++
 .../openmeetings/web/app/Application_de.properties.xml|  3 +++
 .../openmeetings/web/app/Application_el.properties.xml|  3 +++
 .../openmeetings/web/app/Application_es.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fa.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fi.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fr.properties.xml|  3 +++
 .../openmeetings/web/app/Application_gl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_hi.properties.xml|  3 +++
 .../openmeetings/web/app/Application_hu.properties.xml|  3 +++
 .../openmeetings/web/app/Application_in.properties.xml|  3 +++
 .../openmeetings/web/app/Application_it.properties.xml|  3 +++
 .../openmeetings/web/app/Application_iw.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ja.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ko.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ku.properties.xml|  3 +++
 .../openmeetings/web/app/Application_lo.properties.xml|  3 +++
 .../openmeetings/web/app/Application_nl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pt.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pt_BR.properties.xml |  3 +++
 .../openmeetings/web/app/Application_ru.properties.xml|  3 +++
 .../openmeetings/web/app/Application_sk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_sv.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ta.properties.xml|  3 +++
 .../openmeetings/web/app/Application_th.properties.xml|  3 +++
 .../openmeetings/web/app/Application_tk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_tr.properties.xml|  3 +++
 .../openmeetings/web/app/Application_uk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ur.properties.xml|  3 +++
 .../openmeetings/web/app/Application_zh_CN.properties.xml |  3 +++
 .../openmeetings/web/app/Application_zh_TW.properties.xml |  3 +++
 .../java/org/apache/openmeetings/web/room/wb/WbPanel.html |  6 +++---
 40 files changed, 132 insertions(+), 3 deletions(-)



[openmeetings] branch master updated (d8dd490b2 -> baad666a2)

2022-04-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from d8dd490b2 Merge pull request #173 from 
apache/feature/openmeetings-2725-update-css-user-files-tabs
 add be84eea96 OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons 
and only show scroll button when there is more then 1 whiteboard to scroll
 add 00386e66f OPENMEETINGS-2727 Add default translation to other language 
files.
 add 7277a4325 Merge branch 'master' into 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
 new baad666a2 Merge pull request #175 from 
apache/feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/front/wb/src/wb-area.js | 15 +++
 .../openmeetings/web/app/Application.properties.xml   |  3 +++
 .../openmeetings/web/app/Application_ar.properties.xml|  3 +++
 .../openmeetings/web/app/Application_bg.properties.xml|  3 +++
 .../openmeetings/web/app/Application_bn.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ca.properties.xml|  3 +++
 .../openmeetings/web/app/Application_cs.properties.xml|  3 +++
 .../openmeetings/web/app/Application_da.properties.xml|  3 +++
 .../openmeetings/web/app/Application_de.properties.xml|  3 +++
 .../openmeetings/web/app/Application_el.properties.xml|  3 +++
 .../openmeetings/web/app/Application_es.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fa.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fi.properties.xml|  3 +++
 .../openmeetings/web/app/Application_fr.properties.xml|  3 +++
 .../openmeetings/web/app/Application_gl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_hi.properties.xml|  3 +++
 .../openmeetings/web/app/Application_hu.properties.xml|  3 +++
 .../openmeetings/web/app/Application_in.properties.xml|  3 +++
 .../openmeetings/web/app/Application_it.properties.xml|  3 +++
 .../openmeetings/web/app/Application_iw.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ja.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ko.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ku.properties.xml|  3 +++
 .../openmeetings/web/app/Application_lo.properties.xml|  3 +++
 .../openmeetings/web/app/Application_nl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pl.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pt.properties.xml|  3 +++
 .../openmeetings/web/app/Application_pt_BR.properties.xml |  3 +++
 .../openmeetings/web/app/Application_ru.properties.xml|  3 +++
 .../openmeetings/web/app/Application_sk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_sv.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ta.properties.xml|  3 +++
 .../openmeetings/web/app/Application_th.properties.xml|  3 +++
 .../openmeetings/web/app/Application_tk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_tr.properties.xml|  3 +++
 .../openmeetings/web/app/Application_uk.properties.xml|  3 +++
 .../openmeetings/web/app/Application_ur.properties.xml|  3 +++
 .../openmeetings/web/app/Application_zh_CN.properties.xml |  3 +++
 .../openmeetings/web/app/Application_zh_TW.properties.xml |  3 +++
 .../java/org/apache/openmeetings/web/room/wb/WbPanel.html |  6 +++---
 40 files changed, 132 insertions(+), 3 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup updated (3d1f68645 -> 68a65f92a)

2022-04-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from 3d1f68645 OPENMEETINGS-2726 Fix css code style
 add 68a65f92a OPENMEETINGS-2726 Update to use dynamic bootstrap color to 
support theming

No new revisions were added by this update.

Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-room.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[openmeetings] branch feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard updated (00386e66f -> 7277a4325)

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from 00386e66f OPENMEETINGS-2727 Add default translation to other language 
files.
 add c22ab0ee3 [OPENMEETINGS-2727] new labels are added via PoEditor and 
imported
 add cd98ba989 fix: wrong link (#171)
 add baad73cd3 OPENMEETINGS-2725 Update css for user and minimise button
 add d8dd490b2 Merge pull request #173 from 
apache/feature/openmeetings-2725-update-css-user-files-tabs
 add 7277a4325 Merge branch 'master' into 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard

No new revisions were added by this update.

Summary of changes:
 README.md | 2 +-
 .../java/org/apache/openmeetings/web/app/Application.properties.xml   | 3 +++
 .../org/apache/openmeetings/web/app/Application_ar.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_bg.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_bn.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ca.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_cs.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_da.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_de.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_el.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_es.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_fa.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_fi.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_fr.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_gl.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_hi.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_hu.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_in.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_it.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_iw.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ja.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ko.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ku.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_lo.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_nl.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_pl.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_pt.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_pt_BR.properties.xml  | 3 +++
 .../org/apache/openmeetings/web/app/Application_ru.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_sk.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_sv.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ta.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_th.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_tk.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_tr.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_uk.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_ur.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_zh_CN.properties.xml  | 3 +++
 .../org/apache/openmeetings/web/app/Application_zh_TW.properties.xml  | 3 +++
 openmeetings-web/src/main/webapp/css/raw-room.css | 4 ++--
 40 files changed, 117 insertions(+), 3 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2728-update-website-mediaserver-docu-and-banner created (now 01ddbefc2)

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2728-update-website-mediaserver-docu-and-banner
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at 01ddbefc2 OPENMEETINGS-2728 Update KMS docu and apachecon banner.

This branch includes the following new commits:

 new 01ddbefc2 OPENMEETINGS-2728 Update KMS docu and apachecon banner.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2728 Update KMS docu and apachecon banner.

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2728-update-website-mediaserver-docu-and-banner
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 01ddbefc2c887f2c67ed5fb469d18d20183b5895
Author: Sebastian 
AuthorDate: Mon Apr 25 17:31:12 2022 +1200

OPENMEETINGS-2728 Update KMS docu and apachecon banner.
---
 .../src/site/markdown/InstallMediaServer.md| 54 --
 .../src/site/resources/css/site.css|  1 +
 openmeetings-server/src/site/resources/js/site.js  |  2 +-
 openmeetings-server/src/site/xdoc/index.xml|  4 +-
 4 files changed, 55 insertions(+), 6 deletions(-)

diff --git a/openmeetings-server/src/site/markdown/InstallMediaServer.md 
b/openmeetings-server/src/site/markdown/InstallMediaServer.md
index 3d71f4e8e..73b2ec476 100644
--- a/openmeetings-server/src/site/markdown/InstallMediaServer.md
+++ b/openmeetings-server/src/site/markdown/InstallMediaServer.md
@@ -5,12 +5,60 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
 # Media Server Installation
 
 ## Install Kurento Media server
-
+Each instance of OpenMeetings requires a running Kurento Media Server (KMS). 
There is a complete list of installation modes here: 
 https://doc-kurento.readthedocs.io/en/stable/user/installation.html;>Install
 Kurento Media server
+
+The default config of OpenMeetings and Kurento Media Server is a 1:1 mapping. 
Each OpenMeetings instance is mapped exactly to 1 KMS instance as well as 
OpenMeetings and KMS running on the same host.
+
 
-   It should be run under same user as OM
+   If running on the same host OpenMeetings and KMS should be run under 
same user.
 
 
+
+The quickest and easiest way to run KMS is via Docker. But running the 
following commands you can run KMS locally.
+```
+// for example /home/$user/work/openmeetings
+export OM_HOME=$YOUR_PATH
+// for example export 
OM_HOME=/Users/wagns1/Documents/apache/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-5.0.0-M5-SNAPSHOT
+ 
+docker run -v $OM_HOME/data:$OM_HOME/data -p : 
kurento/kurento-media-server
+```
+Assuming OpenMeetings runs on your machine locally above will work without any 
config changes in OpenMeetings and is the most common way to spin up a 
development environment. 
+
 ## Specify/Install Turn server
 
-Only local installation will work 
without TURN server
+Only local installation will work 
without TURN server - also you require a valid SSL certificate for doing webRTC 
Audio/Video for anything other then local installations
+
+See the installation instructions at https://doc-kurento.readthedocs.io/en/stable/user/installation.html;>Install
 Kurento Media server for the relevant section on CoTurn.
+
+Once installed update the CoTurn relevant sections in the OpenMeetings 
configuration:
+```
+## Kurento ##
+kurento.ws.url=ws://127.0.0.1:/kurento
+kurento.turn.url=
+kurento.turn.user=
+kurento.turn.secret=
+kurento.turn.mode=rest
+## minutes
+kurento.turn.ttl=60
+## milliseconds
+kurento.check.timeout=1
+## milliseconds
+kurento.object.check.timeout=200
+kurento.watch.thread.count=10
+kurento.flowout.timeout=5
+## please ensure this one is unique, better to regenerate it from time to time
+## can be generated for ex. here https://www.uuidtools.com
+kurento.kuid=df992960-e7b0-11ea-9acd-337fb30dd93d
+## this list can be space and/or comma separated
+kurento.ignored.kuids=
+## See 
https://doc-kurento.readthedocs.io/en/latest/features/security.html#media-plane-security-dtls
+## possible values: RSA, or ECDSA (capital-case)
+kurento.certificateType=
+```
+
+in your local 
$OM_HOME/webapps/openmeetings/WEB-INF/classes/openmeetings.properties file. A 
server restart is required in order for changes to take affect.
+
+## Other installation and configuration resources 
+
+See the Wiki for much more detailed and linux distribution specific 
instructions: https://cwiki.apache.org/confluence/display/openmeetings/tutorials+for+installing+openmeetings+and+tools;>https://cwiki.apache.org/confluence/display/openmeetings/tutorials+for+installing+openmeetings+and+tools
diff --git a/openmeetings-server/src/site/resources/css/site.css 
b/openmeetings-server/src/site/resources/css/site.css
index e8f6de2b5..a5011e316 100644
--- a/openmeetings-server/src/site/resources/css/site.css
+++ b/openmeetings-server/src/site/resources/css/site.css
@@ -13,6 +13,7 @@ iframe {
 }
 .apachecon-banner.bannerRight img {
max-width: 250px;
+   max-height: 80px;
height: initial !important;
 }
 .bannerRight img, .bannerLeft img {
diff --git a/openmeetings-server/src/site/resources/js/site.js 
b/openmeetings-server/src/site/resources/js/site.js
index 328a71146..959c8c260 100644
--- a/openmeetings-server/src/site/resources/js/site.js
+++ b/openmeetings-server/src/site/resources/

[openmeetings] branch master updated (cd98ba989 -> d8dd490b2)

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from cd98ba989 fix: wrong link (#171)
 add baad73cd3 OPENMEETINGS-2725 Update css for user and minimise button
 new d8dd490b2 Merge pull request #173 from 
apache/feature/openmeetings-2725-update-css-user-files-tabs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-room.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[openmeetings] 01/01: Merge pull request #173 from apache/feature/openmeetings-2725-update-css-user-files-tabs

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit d8dd490b28b3d8b5dbfb9cae92647754e96e7be3
Merge: cd98ba989 baad73cd3
Author: Sebastian Wagner 
AuthorDate: Mon Apr 25 17:25:42 2022 +1200

Merge pull request #173 from 
apache/feature/openmeetings-2725-update-css-user-files-tabs

OPENMEETINGS-2725 Update css for user and minimise button

 openmeetings-web/src/main/webapp/css/raw-room.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[openmeetings] branch feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard updated (be84eea96 -> 00386e66f)

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from be84eea96 OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons 
and only show scroll button when there is more then 1 whiteboard to scroll
 add 00386e66f OPENMEETINGS-2727 Add default translation to other language 
files.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/openmeetings/web/app/Application_ar.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_bg.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_bn.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ca.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_cs.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_da.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_de.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_el.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_es.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_fa.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_fi.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_fr.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_gl.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_hi.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_hu.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_in.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_it.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_iw.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ja.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ko.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ku.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_lo.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_nl.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_pl.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_pt.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_pt_BR.properties.xml   | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ru.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_sk.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_sv.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ta.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_th.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_tk.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_tr.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_uk.properties.xml | 3 +++
 .../java/org/apache/openmeetings/web/app/Application_ur.properties.xml | 3 +++
 .../org/apache/openmeetings/web/app/Application_zh_CN.properties.xml   | 3 +++
 .../org/apache/openmeetings/web/app/Application_zh_TW.properties.xml   | 3 +++
 37 files changed, 111 insertions(+)



[openmeetings] branch feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard created (now be84eea96)

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at be84eea96 OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons 
and only show scroll button when there is more then 1 whiteboard to scroll

This branch includes the following new commits:

 new be84eea96 OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons 
and only show scroll button when there is more then 1 whiteboard to scroll

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show scroll button when there is more then 1 whiteboard to scroll

2022-04-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit be84eea963996a1745e2dafa10aed3c24157e123
Author: Sebastian 
AuthorDate: Mon Apr 25 13:28:15 2022 +1200

OPENMEETINGS-2727 Add tooltips to whiteboard tab bar buttons and only show 
scroll button when there is more then 1 whiteboard to scroll
---
 openmeetings-web/src/main/front/wb/src/wb-area.js | 15 +++
 .../openmeetings/web/app/Application.properties.xml   |  3 +++
 .../java/org/apache/openmeetings/web/room/wb/WbPanel.html |  6 +++---
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/openmeetings-web/src/main/front/wb/src/wb-area.js 
b/openmeetings-web/src/main/front/wb/src/wb-area.js
index 55abe771f..95937202c 100644
--- a/openmeetings-web/src/main/front/wb/src/wb-area.js
+++ b/openmeetings-web/src/main/front/wb/src/wb-area.js
@@ -193,6 +193,7 @@ module.exports = class DrawWbArea extends WbAreaBase {
links.prop('disabled', 
true).addClass('disabled');
elems.find('button').remove();
}
+   __updateTabBarPreNextWhiteboardBTNs();
links.off()
.click(function(e) {
e.preventDefault();
@@ -221,6 +222,19 @@ module.exports = class DrawWbArea extends WbAreaBase {
textSpan.trigger('dblclick');
});
}
+   function __updateTabBarPreNextWhiteboardBTNs() {
+   if (role === Role.PRESENTER) {
+   const tabs = $('.room-block .wb-block .tabs');
+   const tabsNav = tabs.find('ul.nav-tabs li');
+   if (tabsNav.length > 1) {
+   
tabs.find('.prev.om-icon').prop('disabled', false).removeClass('disabled');
+   
tabs.find('.next.om-icon').prop('disabled', false).removeClass('disabled');
+   } else {
+   
tabs.find('.prev.om-icon').prop('disabled', true).addClass('disabled');
+   
tabs.find('.next.om-icon').prop('disabled', true).addClass('disabled');
+   }
+   }
+   }
 
this.init = (callback) => {
// it seems `super` can't be called from lambda
@@ -341,6 +355,7 @@ module.exports = class DrawWbArea extends WbAreaBase {
_getWbTab(obj.wbId).parent().remove();
_getWbContent(obj.wbId).remove();
_actionActivateWb(obj.prevWbId);
+   __updateTabBarPreNextWhiteboardBTNs();
};
this.load = (json) => {
if (!_inited) {
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
index 957ee1db4..3c0337972 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
@@ -986,4 +986,7 @@ Please visit {3} OM server and check them under Admin -> 
Groups]]>



+   
+   
+   
 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
index 12c5248ba..74e87531b 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
@@ -33,11 +33,11 @@



-   
-   
+   
+   


-   
+   






[openmeetings] branch feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup updated (d8c5f2d05 -> 3d1f68645)

2022-04-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


from d8c5f2d05 OPENMEETINGS-2726 Add some border styles to quick poll fixed 
popup
 add 3d1f68645 OPENMEETINGS-2726 Fix css code style

No new revisions were added by this update.

Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-room.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[openmeetings] 01/01: OPENMEETINGS-2726 Add some border styles to quick poll fixed popup

2022-04-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit d8c5f2d056e659e24ab8018f55e58ee36edee49d
Author: Sebastian 
AuthorDate: Sun Apr 24 11:34:06 2022 +1200

OPENMEETINGS-2726 Add some border styles to quick poll fixed popup
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 8e44a4a36..d494bd966 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -671,7 +671,10 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
right: 40px;
bottom: 40px;
padding: 5px;
-   background-color: var(--bs-info);
+   border: 1px solid;
+border-radius: 0.2rem;
+background-color: white;
+border-color: var(--bs-info);
 }
 #quick-vote .control {
display: inline-block;



[openmeetings] branch feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup created (now d8c5f2d05)

2022-04-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2726-add-styling-for-quick-poll-popup
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at d8c5f2d05 OPENMEETINGS-2726 Add some border styles to quick poll fixed 
popup

This branch includes the following new commits:

 new d8c5f2d05 OPENMEETINGS-2726 Add some border styles to quick poll fixed 
popup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] branch feature/openmeetings-2725-update-css-user-files-tabs created (now baad73cd3)

2022-04-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/openmeetings-2725-update-css-user-files-tabs
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


  at baad73cd3 OPENMEETINGS-2725 Update css for user and minimise button

This branch includes the following new commits:

 new baad73cd3 OPENMEETINGS-2725 Update css for user and minimise button

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2725 Update css for user and minimise button

2022-04-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/openmeetings-2725-update-css-user-files-tabs
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit baad73cd3c0f5f3e5037d0d3d033b285a189dbbe
Author: Sebastian Wagner 
AuthorDate: Sun Apr 24 11:07:55 2022 +1200

OPENMEETINGS-2725 Update css for user and minimise button
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 8e44a4a36..11c7e96b9 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -62,7 +62,7 @@
padding-inline-end: 15px;
 }
 .room-block .sb-wb .sidebar .tab.user .label {
-   width: calc((var(--sidebar-width) - 50px) / 2 - 60px);
+   width: calc((var(--sidebar-width) - 50px) / 2 - 80px);
 }
 html[dir="rtl"] .room-block .sb-wb .sidebar {
right: 0;
@@ -725,7 +725,7 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
display: inline-block;
list-style: none;
list-style-type: none;
-   padding: 0 .5em;
+   padding: 0 .3em;
border-bottom-width: inherit;
height: 25px;
position: absolute;



[openmeetings-site] 01/01: Merge pull request #5 from apache/feature/OPENMEETINGS-2695-update-website-release-screenshots

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git

commit 1c6526fb0ce58235f402604186eb88bd8552a0a7
Merge: b3d7d02 897bf0f
Author: Sebastian Wagner 
AuthorDate: Tue Oct 26 09:43:36 2021 +1300

Merge pull request #5 from 
apache/feature/OPENMEETINGS-2695-update-website-release-screenshots

OPENMEETINGS-2695 Update with release and screenshots.

 AsteriskIntegration.html   |   5 +-
 BitrixPlugin.html  |   5 +-
 BuildInstructions.html |   5 +-
 CalDAVandGCal.html |   5 +-
 CalendarAndTimezone.html   |   5 +-
 CallForLogo.html   |   5 +-
 Clustering.html|   5 +-
 CommandLineAdmin.html  |   5 +-
 ConferenceRoomLayoutOptions.html   |   5 +-
 ConfluencePlugin.html  |   5 +-
 CustomCryptMechanism.html  |   5 +-
 CustomRoomTypeHowTo.html   |   5 +-
 Dashboard.html |   5 +-
 DrupalPlugin.html  |   5 +-
 EditTemplates.html |   5 +-
 ExternalVideo.html |   5 +-
 GeneralConfiguration.html  |   5 +-
 GetVersionInfo.html|   5 +-
 H2Config.html  |   5 +-
 HTTPS.html |   5 +-
 HotKeys.html   |   5 +-
 IBMDB2Config.html  |   5 +-
 InstallMediaServer.html|   5 +-
 Internationalisation.html  |   5 +-
 JUnitTesting.html  |   5 +-
 JVMPerformanceTuning.html  |   5 +-
 JiraPlugin.html|   5 +-
 JoomlaPlugin.html  |   5 +-
 LanguageEditor.html|   5 +-
 LdapAndADS.html|   5 +-
 PortSettings.html => LogoAndIcons.html |  88 ++---
 MSSQLConfig.html   |   5 +-
 ManualTesting.html |   5 +-
 MoodlePlugin.html  |   5 +-
 MySQLConfig.html   |   5 +-
 NetworkCalculator.html |   5 +-
 NewsArchive.html   |  38 +-
 OpenOfficeConverter.html   |   5 +-
 OracleConfig.html  |   5 +-
 OurUsers.html  |   5 +-
 PortSettings.html  |   5 +-
 PostgresConfig.html|   5 +-
 PrivacyStatement.html  |   5 +-
 RecommendedHardwareList.html   |   5 +-
 RedminePlugin.html |   5 +-
 ReleaseGuide.html  |   5 +-
 RestAPISample.html |   5 +-
 RestrictedAccess.html  |   5 +-
 SakaiPlugin.html   |   5 +-
 SugarCRMPlugin.html|   5 +-
 TimeZoneHandling.html  |   5 +-
 Upgrade.html   |   5 +-
 WebappNamePath.html|  18 +-
 WebcamResolutions.html |   5 +-
 WebsiteGuide.html  |   5 +-
 ci-management.html |   5 +-
 commercial-support.html|   5 +-
 demo.html  |   5 +-
 dependencies.html  | 397 +--
 dependency-convergence.html|  94 ++---
 dependency-management.html | 226 +--
 distribution-management.html   |   5 +-
 documentation.html |   5 +-
 downloads.html |  19 +-
 errorvalues.html   |   5 +-
 get-involved.html  |   5 +-
 images/Features_Screen_Conference_Room_Thumb.png   | Bin 230947 -> 0 bytes
 images/cut_administration_configuration.png| Bin 203669 -> 0 bytes
 images/cut_conference_room_om5.png | Bin 209105 -> 0 bytes
 images/cut_file_explorer.png   | Bin 390104 -> 0 bytes
 images/cut_integrated_calendar.png | Bin 55245 -> 0 bytes
 images/cut_integration_api.png

[openmeetings-site] branch master updated (b3d7d02 -> 1c6526f)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git.


from b3d7d02  OPENMEETINGS-2674 Update link from swagger to PHP example 
integration.
 add 897bf0f  OPENMEETINGS-2695 Update with release and screenshots.
 new 1c6526f  Merge pull request #5 from 
apache/feature/OPENMEETINGS-2695-update-website-release-screenshots

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AsteriskIntegration.html   |   5 +-
 BitrixPlugin.html  |   5 +-
 BuildInstructions.html |   5 +-
 CalDAVandGCal.html |   5 +-
 CalendarAndTimezone.html   |   5 +-
 CallForLogo.html   |   5 +-
 Clustering.html|   5 +-
 CommandLineAdmin.html  |   5 +-
 ConferenceRoomLayoutOptions.html   |   5 +-
 ConfluencePlugin.html  |   5 +-
 CustomCryptMechanism.html  |   5 +-
 CustomRoomTypeHowTo.html   |   5 +-
 Dashboard.html |   5 +-
 DrupalPlugin.html  |   5 +-
 EditTemplates.html |   5 +-
 ExternalVideo.html |   5 +-
 GeneralConfiguration.html  |   5 +-
 GetVersionInfo.html|   5 +-
 H2Config.html  |   5 +-
 HTTPS.html |   5 +-
 HotKeys.html   |   5 +-
 IBMDB2Config.html  |   5 +-
 InstallMediaServer.html|   5 +-
 Internationalisation.html  |   5 +-
 JUnitTesting.html  |   5 +-
 JVMPerformanceTuning.html  |   5 +-
 JiraPlugin.html|   5 +-
 JoomlaPlugin.html  |   5 +-
 LanguageEditor.html|   5 +-
 LdapAndADS.html|   5 +-
 PortSettings.html => LogoAndIcons.html |  88 ++---
 MSSQLConfig.html   |   5 +-
 ManualTesting.html |   5 +-
 MoodlePlugin.html  |   5 +-
 MySQLConfig.html   |   5 +-
 NetworkCalculator.html |   5 +-
 NewsArchive.html   |  38 +-
 OpenOfficeConverter.html   |   5 +-
 OracleConfig.html  |   5 +-
 OurUsers.html  |   5 +-
 PortSettings.html  |   5 +-
 PostgresConfig.html|   5 +-
 PrivacyStatement.html  |   5 +-
 RecommendedHardwareList.html   |   5 +-
 RedminePlugin.html |   5 +-
 ReleaseGuide.html  |   5 +-
 RestAPISample.html |   5 +-
 RestrictedAccess.html  |   5 +-
 SakaiPlugin.html   |   5 +-
 SugarCRMPlugin.html|   5 +-
 TimeZoneHandling.html  |   5 +-
 Upgrade.html   |   5 +-
 WebappNamePath.html|  18 +-
 WebcamResolutions.html |   5 +-
 WebsiteGuide.html  |   5 +-
 ci-management.html |   5 +-
 commercial-support.html|   5 +-
 demo.html  |   5 +-
 dependencies.html  | 397 +--
 dependency-convergence.html|  94 ++---
 dependency-management.html | 226 +--
 distribution-management.html   |   5 +-
 documentation.html |   5 +-
 downloads.html |  19 +-
 errorvalues.html   |   5 +-
 get-involved.html  |   5 +-
 images/Features_Screen_Conference_Room_Thumb.png   | Bin 230947 -> 0 bytes
 images/cut_administration_configuration.png| Bin 203669 -> 0 bytes
 images/cut_conference_room_om5.png 

[openmeetings-site] branch feature/OPENMEETINGS-2695-update-website-release-screenshots created (now 897bf0f)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2695-update-website-release-screenshots
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git.


  at 897bf0f  OPENMEETINGS-2695 Update with release and screenshots.

This branch includes the following new commits:

 new 897bf0f  OPENMEETINGS-2695 Update with release and screenshots.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] branch master updated (7a4b334 -> eb4df3c)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 7a4b334  Merge pull request #169 from apache/feature/release-merge-back
 add 63fde57  OPENMEETINGS-2695 Update website screenshots.
 add 4062edc  OPENMEETINGS-2695 Resize to smaller file size.
 new eb4df3c  Merge pull request #168 from 
apache/feature/OPENMEETINGS-2695-update-website-screenshots

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Features_Screen_Conference_Room_Thumb.png  | Bin 230947 -> 0 bytes
 .../images/cut_administration_configuration.png| Bin 203669 -> 0 bytes
 .../resources/images/cut_conference_room_om5.png   | Bin 209105 -> 0 bytes
 .../site/resources/images/cut_file_explorer.png| Bin 390104 -> 0 bytes
 .../resources/images/cut_integrated_calendar.png   | Bin 55245 -> 0 bytes
 .../site/resources/images/cut_integration_api.png  | Bin 152877 -> 0 bytes
 .../site/resources/images/cut_private_messages.png | Bin 75489 -> 0 bytes
 .../resources/images/cut_recordings_playback.png   | Bin 311981 -> 0 bytes
 .../src/site/resources/images/desktopsharing.png   | Bin 35736 -> 0 bytes
 .../site/resources/images/recordings_timeleine.png | Bin 231190 -> 0 bytes
 .../screenshots/administration-configuration.png   | Bin 0 -> 434836 bytes
 .../images/screenshots/calendar-screenshot.png | Bin 0 -> 234263 bytes
 .../screenshots/conference-room-av-settings.jpg| Bin 0 -> 157090 bytes
 .../resources/images/screenshots/file-explorer.png | Bin 0 -> 646616 bytes
 .../images/screenshots/integration-api.png | Bin 0 -> 251807 bytes
 .../images/screenshots/private-messages.png| Bin 0 -> 312453 bytes
 .../images/screenshots/recordings-playback.png | Bin 0 -> 527528 bytes
 .../images/screenshots/screenshot_OM6-2.jpg| Bin 0 -> 136688 bytes
 .../resources/images/screenshots/share-screen.jpg  | Bin 0 -> 143210 bytes
 openmeetings-server/src/site/xdoc/index.xml|  46 ++---
 20 files changed, 23 insertions(+), 23 deletions(-)
 delete mode 100644 
openmeetings-server/src/site/resources/images/Features_Screen_Conference_Room_Thumb.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_administration_configuration.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_conference_room_om5.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_file_explorer.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_integrated_calendar.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_integration_api.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_private_messages.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/cut_recordings_playback.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/desktopsharing.png
 delete mode 100644 
openmeetings-server/src/site/resources/images/recordings_timeleine.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/administration-configuration.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/calendar-screenshot.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/conference-room-av-settings.jpg
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/file-explorer.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/integration-api.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/private-messages.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/recordings-playback.png
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/screenshot_OM6-2.jpg
 create mode 100644 
openmeetings-server/src/site/resources/images/screenshots/share-screen.jpg


[openmeetings] 01/01: Merge pull request #168 from apache/feature/OPENMEETINGS-2695-update-website-screenshots

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit eb4df3c686dda8a17f7b5d3c67b2a0d82fefe4fb
Merge: 7a4b334 4062edc
Author: Sebastian Wagner 
AuthorDate: Tue Oct 26 09:34:40 2021 +1300

Merge pull request #168 from 
apache/feature/OPENMEETINGS-2695-update-website-screenshots

OPENMEETINGS-2695 Update website screenshots.

 .../Features_Screen_Conference_Room_Thumb.png  | Bin 230947 -> 0 bytes
 .../images/cut_administration_configuration.png| Bin 203669 -> 0 bytes
 .../resources/images/cut_conference_room_om5.png   | Bin 209105 -> 0 bytes
 .../site/resources/images/cut_file_explorer.png| Bin 390104 -> 0 bytes
 .../resources/images/cut_integrated_calendar.png   | Bin 55245 -> 0 bytes
 .../site/resources/images/cut_integration_api.png  | Bin 152877 -> 0 bytes
 .../site/resources/images/cut_private_messages.png | Bin 75489 -> 0 bytes
 .../resources/images/cut_recordings_playback.png   | Bin 311981 -> 0 bytes
 .../src/site/resources/images/desktopsharing.png   | Bin 35736 -> 0 bytes
 .../site/resources/images/recordings_timeleine.png | Bin 231190 -> 0 bytes
 .../screenshots/administration-configuration.png   | Bin 0 -> 434836 bytes
 .../images/screenshots/calendar-screenshot.png | Bin 0 -> 234263 bytes
 .../screenshots/conference-room-av-settings.jpg| Bin 0 -> 157090 bytes
 .../resources/images/screenshots/file-explorer.png | Bin 0 -> 646616 bytes
 .../images/screenshots/integration-api.png | Bin 0 -> 251807 bytes
 .../images/screenshots/private-messages.png| Bin 0 -> 312453 bytes
 .../images/screenshots/recordings-playback.png | Bin 0 -> 527528 bytes
 .../images/screenshots/screenshot_OM6-2.jpg| Bin 0 -> 136688 bytes
 .../resources/images/screenshots/share-screen.jpg  | Bin 0 -> 143210 bytes
 openmeetings-server/src/site/xdoc/index.xml|  46 ++---
 20 files changed, 23 insertions(+), 23 deletions(-)



[openmeetings] 01/01: Merge pull request #169 from apache/feature/release-merge-back

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 7a4b33497b5f6142716b089e0845ce3106c641a2
Merge: 365fe62 ebfa674
Author: Sebastian Wagner 
AuthorDate: Tue Oct 26 09:32:50 2021 +1300

Merge pull request #169 from apache/feature/release-merge-back

Update master with changes from release 6.2.0

 CHANGELOG.md  | 45 +++--
 README.md | 19 +++
 openmeetings-server/pom.xml   |  2 +-
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 32 
 openmeetings-server/src/site/xdoc/downloads.xml   | 30 +--
 openmeetings-server/src/site/xdoc/index.xml   | 61 ---
 6 files changed, 139 insertions(+), 50 deletions(-)


[openmeetings] branch master updated (365fe62 -> 7a4b334)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 365fe62  [OPENMEETINGS-2675] mysql, postgres, spring
 add d122b24  6.2.0 Release Candidate 1
 add 50f1c35  6.2.0 Release Candidate 1
 add 303c1bb  6.2.0 Release Candidate 1
 add 349f810  Update Changelog file with correct list of issues fixed in 
6.2.0
 add bf2a0a4  Update and add 1 additional Jira to Changelog.
 add bdb0760  6.2.0 Release Candidate 2
 add 31686b2  Merge branch 'master' into release-6-2-0
 add 6296bb1  Update information for v6.2.0 and additional changes.
 add a7216ac  6.2.0 Release Candidate 3
 add f14472b  Merge branch 'release-6-2-0'
 add 9880bdd  Update master with changes from release 6.2.0.
 add ebfa674  Fix repo URL to master.
 new 7a4b334  Merge pull request #169 from apache/feature/release-merge-back

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md  | 45 +++--
 README.md | 19 +++
 openmeetings-server/pom.xml   |  2 +-
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 32 
 openmeetings-server/src/site/xdoc/downloads.xml   | 30 +--
 openmeetings-server/src/site/xdoc/index.xml   | 61 ---
 6 files changed, 139 insertions(+), 50 deletions(-)


[openmeetings] branch feature/release-merge-back updated (9880bdd -> ebfa674)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch feature/release-merge-back
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 9880bdd  Update master with changes from release 6.2.0.
 add ebfa674  Fix repo URL to master.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[openmeetings] 02/02: Update master with changes from release 6.2.0.

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/release-merge-back
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 9880bdd36db91a3ee038f49637c73279f18364de
Author: Sebastian Wagner 
AuthorDate: Tue Oct 26 09:27:47 2021 +1300

Update master with changes from release 6.2.0.
---
 openmeetings-core/pom.xml| 2 +-
 openmeetings-db/pom.xml  | 2 +-
 openmeetings-install/pom.xml | 2 +-
 openmeetings-screenshare/pom.xml | 2 +-
 openmeetings-server/pom.xml  | 2 +-
 openmeetings-service/pom.xml | 2 +-
 openmeetings-util/pom.xml| 2 +-
 openmeetings-web/pom.xml | 2 +-
 openmeetings-webservice/pom.xml  | 2 +-
 pom.xml  | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/openmeetings-core/pom.xml b/openmeetings-core/pom.xml
index af5e216..145b416 100644
--- a/openmeetings-core/pom.xml
+++ b/openmeetings-core/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-core
diff --git a/openmeetings-db/pom.xml b/openmeetings-db/pom.xml
index 128f540..9e754e4 100644
--- a/openmeetings-db/pom.xml
+++ b/openmeetings-db/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-db
diff --git a/openmeetings-install/pom.xml b/openmeetings-install/pom.xml
index 4e8773b..f843164 100644
--- a/openmeetings-install/pom.xml
+++ b/openmeetings-install/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-install
diff --git a/openmeetings-screenshare/pom.xml b/openmeetings-screenshare/pom.xml
index 54a2e14..8ed871c 100644
--- a/openmeetings-screenshare/pom.xml
+++ b/openmeetings-screenshare/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-screenshare
diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 506dee5..79c9ba4 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-server
diff --git a/openmeetings-service/pom.xml b/openmeetings-service/pom.xml
index 52db48e..0646134 100644
--- a/openmeetings-service/pom.xml
+++ b/openmeetings-service/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-service
diff --git a/openmeetings-util/pom.xml b/openmeetings-util/pom.xml
index e03ae04..c1ecea7 100644
--- a/openmeetings-util/pom.xml
+++ b/openmeetings-util/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-util
diff --git a/openmeetings-web/pom.xml b/openmeetings-web/pom.xml
index 8e2ee90..bcfd548 100644
--- a/openmeetings-web/pom.xml
+++ b/openmeetings-web/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-web
diff --git a/openmeetings-webservice/pom.xml b/openmeetings-webservice/pom.xml
index 7f1c8dd..31dfb65 100644
--- a/openmeetings-webservice/pom.xml
+++ b/openmeetings-webservice/pom.xml
@@ -22,7 +22,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
..

openmeetings-webservice
diff --git a/pom.xml b/pom.xml
index 600a621..5c1b312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@

org.apache.openmeetings
openmeetings-parent
-   6.2.0
+   7.0.0-SNAPSHOT
pom
Openmeetings
Parent project for all OpenMeetings Maven modules. 
Required to hold general settings


[openmeetings] branch feature/release-merge-back created (now 9880bdd)

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch feature/release-merge-back
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 9880bdd  Update master with changes from release 6.2.0.

This branch includes the following new commits:

 new f14472b  Merge branch 'release-6-2-0'
 new 9880bdd  Update master with changes from release 6.2.0.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/02: Merge branch 'release-6-2-0'

2021-10-25 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/release-merge-back
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f14472bcc91e1806de366ce49b8950cae0a3c3d1
Merge: 365fe62 a7216ac
Author: Sebastian Wagner 
AuthorDate: Tue Oct 26 09:25:58 2021 +1300

Merge branch 'release-6-2-0'

 CHANGELOG.md  | 45 +++--
 README.md | 19 +++
 openmeetings-core/pom.xml |  2 +-
 openmeetings-db/pom.xml   |  2 +-
 openmeetings-install/pom.xml  |  2 +-
 openmeetings-screenshare/pom.xml  |  2 +-
 openmeetings-server/pom.xml   |  4 +-
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 32 
 openmeetings-server/src/site/xdoc/downloads.xml   | 30 +--
 openmeetings-server/src/site/xdoc/index.xml   | 61 ---
 openmeetings-service/pom.xml  |  2 +-
 openmeetings-util/pom.xml |  2 +-
 openmeetings-web/pom.xml  |  2 +-
 openmeetings-webservice/pom.xml   |  2 +-
 pom.xml   |  4 +-
 15 files changed, 150 insertions(+), 61 deletions(-)



[openmeetings] tag 6.2.0 created (now a7216ac)

2021-10-24 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to tag 6.2.0
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at a7216ac  (commit)
No new revisions were added by this update.


svn commit: r50597 [3/3] - in /release/openmeetings/6.2.0: ./ bin/ src/

2021-10-24 Thread sebawagner
Added: release/openmeetings/6.2.0/README.md
==
--- release/openmeetings/6.2.0/README.md (added)
+++ release/openmeetings/6.2.0/README.md Sun Oct 24 21:13:44 2021
@@ -0,0 +1,569 @@
+![About Openmeetings 
Logo](/openmeetings-server/src/site/resources/images/logo.png)
+
+[Apache OpenMeetings](https://openmeetings.apache.org) provides:
+ - [x] **video conferencing**
+ - [x] **instant messaging**
+ - [x] **white board**
+ - [x] **collaborative document editing**
+ - [x] **other groupware tools**
+
+It uses API functions of Media Server for Remoting and Streaming 
[Kurento](https://www.kurento.org)).
+
+Getting Started
+===
+Please visit the project website for the latest information:
+  - https://openmeetings.apache.org/
+
+Documentation for Installation and Upgrade:
+  - https://openmeetings.apache.org/installation.html
+  - https://openmeetings.apache.org/Upgrade.html
+
+Along with the developer mailing list archive:
+  - https://openmeetings.apache.org/mail-lists.html
+
+
+System Requirements
+===
+You need a platform that supports [Java SE 
11](https://www.oracle.com/java/technologies/javase-downloads.html).
+
+
+Building and running
+
+To build from source code:
+
+  - Requirements:
+Sources compilation require `Java SE 11`, [Apache Maven 3.5.0 or 
later](https://maven.apache.org/).
+  - To build the OpenMeetings project run mvn in the root directory:
+ `mvn clean install -PallModules`
+  - To run the OpenMeetings project:
+- go to `openmeetings-server/target` directory
+- extract `apache-openmeetings-x.x.x.tar.gz` (or 
`apache-openmeetings-x.x.x.zip` for windows) to **new** directory
+- enter to this new directory and execute `./bin/startup.sh` 
(`./bin/startup.bat` for Windows)
+
+For a detailed documentation on how to build from source and options see:
+https://openmeetings.apache.org/BuildInstructions.html
+
+Builds and CI
+
+
+| Description | Jenkins CI |
+| :--- | :---: |
+| Master nightly | [![Build 
Status](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/badge/icon)](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/)
 |
+| Master Pull Request | [![Build 
Status](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/badge/icon)](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/)
 |
+
+Release Notes
+=
+
+see [CHANGELOG.md](/CHANGELOG.md) file for detailed log
+
+6.2.0
+-
+[Release 6.2.0](https://archive.apache.org/dist/openmeetings/6.2.0), provides 
following improvements:
+
+UI improvements, stability fixes, mobile version and adds OpenAPI spec in 
3.0.x format
+
+Stability and UI:
+* UI fixes
+* Modal PopUpFix
+* Upgrade to Bootstrap5
+* Fixes for Mobile Version and landscape mode
+* Improve ability for starting from Home Screen on Mobile device
+
+Integration:
+* OpenAPI Spec in swagger format see https://openmeetings.apache.org/swagger
+* Improved Integration examples for Node and PHP
+
+Some other fixes and improvements, 28 issues were addressed
+
+6.1.0
+-
+[Release 6.1.0](https://archive.apache.org/dist/openmeetings/6.1.0), provides 
following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Stability:
+* Room is more stable
+* Screen sharing on Safari is fixed
+* Recording in interview room is fixed
+
+UI:
+* OM theme can selected in Admin -> Config
+* Configurable Extra menu is added to the rooms
+* Date/time picker is better localized
+
+Some other fixes and improvements, 27 issues were addressed
+
+
+6.0.0
+-
+[Release 6.0.0](https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0), 
provides following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Security:
+* TLS1.2. is used for OAuth
+* NetTest client count can be limited
+* Captcha is now configurable
+* Recordings can be globally disabled
+
+Stability:
+* Audio/video in room is more stable
+
+UI:
+* Translations are improved
+* Invitation form displayes time in client time zone
+* Notifications are displayed using JS Notification API
+* Video pods size can be fixed and configurable per-user
+
+Some other fixes and improvements, 40 issues were addressed
+
+
+5.1.0
+-
+[Release 5.1.0](https://archive.apache.org/dist/openmeetings/5.1.0), provides 
following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Stability:
+* Room Audio/Video should be more stable
+* OM should work as expected after KMS server restart
+* Backup is further improved
+* Audio/Video connection established faster
+* Most recent versions of dependencies are used
+
+UI:
+* User display name is used almost everywhere
+* Browser notifications are used to notify about new chat messages and 
moderator actions
+* Interview room was broken
+* Mute and "Mic status" were broken
+
+Some other 

svn commit: r50597 [2/3] - in /release/openmeetings/6.2.0: ./ bin/ src/

2021-10-24 Thread sebawagner


Added: release/openmeetings/6.2.0/CHANGELOG.md
==
--- release/openmeetings/6.2.0/CHANGELOG.md (added)
+++ release/openmeetings/6.2.0/CHANGELOG.md Sun Oct 24 21:13:44 2021
@@ -0,0 +1,3023 @@
+Apache OpenMeetings Change Log
+==
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+
+See https://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the 
number of the issue below)
+See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the 
number of CVE below)
+
+Release Notes - Openmeetings - Version 6.2.0
+
+
+* Bug
+* [OPENMEETINGS-2280] - Android landscape mode cannot sign up as virtual 
keyboard covers UI
+* [OPENMEETINGS-2420] - Discuss and publish API Docs as swagger - Generate 
swagger from code
+* [OPENMEETINGS-2642] - When try access first page to install OM 7 appears 
404
+* [OPENMEETINGS-2650] - OM 6.1.0 Firefox 87, 90 or 91 don´t show the two 
cams, and whe press exit button show a page with red text.
+* [OPENMEETINGS-2652] - Can´t send invitation from rooms or Calendar
+* [OPENMEETINGS-2678] - OpenMeetings using non support JavaScript API in 
iOS - ReferenceError: Can't find variable: Notification
+* [OPENMEETINGS-2679] - Cant share Cam/Video on iOS/Mobile (Audio-Only 
works fine)
+* [OPENMEETINGS-2680] - Openmeetings / next demo server issues
+* [OPENMEETINGS-2681] - Gap in taking space of screen and part of 
conference moving into negative margin outside viewport
+
+
+* New Feature
+* [OPENMEETINGS-2683] - Explore what features of manifest file are useful 
for OpenMeetings
+* [OPENMEETINGS-2684] - Rotating device landscape in iOS leaves whitespace 
and doesn't use full height
+* [OPENMEETINGS-2685] - Login form on Mobile screens not mobile-friendly 
sizes of buttons
+
+* Improvement
+* [OPENMEETINGS-2585] - Create IKurentoHandler and add methods to 
IStreamHandler to support alternative implementations for KMS
+* [OPENMEETINGS-2639] - Add internal password user when send inivitation 
from room
+* [OPENMEETINGS-2654] - Update build instructions with new commands for 
compiling NPM
+* [OPENMEETINGS-2655] - Minor ui fix for icons, see attached screenshots
+* [OPENMEETINGS-2660] - Updated Swagger Rest API Docs 
+* [OPENMEETINGS-2661] - Updated Rest API Example
+* [OPENMEETINGS-2666] - Backup import should be improved
+* [OPENMEETINGS-2667] - Generated swagger has incorrect response, missing 
root element in schema and provide example responses
+* [OPENMEETINGS-2674] - Updated Rest API Example for PHP integration
+
+* Test
+* [OPENMEETINGS-2659] - Can´t clean whiteboard 
+* [OPENMEETINGS-2665] - "Start sharing" icon TV not show it in some 
circunstanves
+
+* Task
+* [OPENMEETINGS-2637] - Move to bootstrap 5
+* [OPENMEETINGS-2640] - (6.2.0) Libraries should be updated
+* [OPENMEETINGS-2686] - Can't click buttons to share you webcam or 
microphone on mobile screen in portrait mode
+* [OPENMEETINGS-2692] - Update manifest file path to use 
application.base.url
+* [OPENMEETINGS-2693] - Update config for manifest icons to be able to 
customise icon easily
+
+
+Release Notes - Openmeetings - Version 6.1.0
+
+
+* Bug
+* [OPENMEETINGS-2412] - Audio/Video testing app doesn't work with Safari - 
No sound and countdown doesn't work
+* [OPENMEETINGS-2582] - File download fails
+* [OPENMEETINGS-2591] - Tool does not display correctly
+* [OPENMEETINGS-2592] - Interview room recording is broken
+* [OPENMEETINGS-2594] - unexpected session termination
+* [OPENMEETINGS-2596] - Invalid dialog is displayed when room is closed
+* [OPENMEETINGS-2597] - Source artifact contains redundant files
+* [OPENMEETINGS-2599] - Make user default moderator in his/her own 
conference and presentation rooms
+* [OPENMEETINGS-2606] - Clean slide is broken
+* [OPENMEETINGS-2612] - google analatyics field should be limited to avoid 
overflow
+* [OPENMEETINGS-2613] - empty user list in presentation room 
+* [OPENMEETINGS-2616] - OM not working on Android Chrome
+* [OPENMEETINGS-2624] - Untranslated calendar when change Language to 
japanese
+* [OPENMEETINGS-2629] - Calendar picker can't sync to big calendar. 
+* [OPENMEETINGS-2638] - The email link received from Calendar don´t work
+* New Feature
+* [OPENMEETINGS-2605] - Add ability to choose theme via Admin->Config
+* Improvement
+* [OPENMEETINGS-2546] - Admin Rights
+* [OPENMEETINGS-2589] - Upload  file  icon needs  improving
+* [OPENMEETINGS-2601] - Ability to configure 
Kurento::WebRtcEndpoint.CertificateKeyType
+* 

svn commit: r50597 [1/3] - in /release/openmeetings/6.2.0: ./ bin/ src/

2021-10-24 Thread sebawagner
Author: sebawagner
Date: Sun Oct 24 21:13:44 2021
New Revision: 50597

Log:
Vote for OpenMeetings 6.2.0 passed

Added:
release/openmeetings/6.2.0/
release/openmeetings/6.2.0/CHANGELOG.md
release/openmeetings/6.2.0/README.md
release/openmeetings/6.2.0/bin/
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.tar.gz   (with 
props)
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.tar.gz.asc
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.tar.gz.sha512
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.zip   (with props)
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.zip.asc
release/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.zip.sha512
release/openmeetings/6.2.0/src/
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.tar.gz   (with 
props)
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.tar.gz.asc
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.tar.gz.sha512
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.zip   (with 
props)
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.zip.asc
release/openmeetings/6.2.0/src/apache-openmeetings-6.2.0-src.zip.sha512



[openmeetings] branch feature/OPENMEETINGS-2695-update-website-screenshots updated (63fde57 -> 4062edc)

2021-10-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2695-update-website-screenshots
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 63fde57  OPENMEETINGS-2695 Update website screenshots.
 add 4062edc  OPENMEETINGS-2695 Resize to smaller file size.

No new revisions were added by this update.

Summary of changes:
 .../resources/images/screenshots/file-explorer.png | Bin 2450486 -> 646616 
bytes
 .../images/screenshots/integration-api.png | Bin 420107 -> 251807 bytes
 .../images/screenshots/recordings-playback.png | Bin 1981235 -> 527528 
bytes
 3 files changed, 0 insertions(+), 0 deletions(-)


[openmeetings] branch feature/OPENMEETINGS-2695-update-website-screenshots created (now 63fde57)

2021-10-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2695-update-website-screenshots
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 63fde57  OPENMEETINGS-2695 Update website screenshots.

This branch includes the following new commits:

 new 63fde57  OPENMEETINGS-2695 Update website screenshots.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: OPENMEETINGS-2695 Update website screenshots.

2021-10-23 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2695-update-website-screenshots
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 63fde57f3409380a30f1f143ff501fa5432a7fc8
Author: Sebastian Wagner 
AuthorDate: Sun Oct 24 14:39:10 2021 +1300

OPENMEETINGS-2695 Update website screenshots.
---
 .../Features_Screen_Conference_Room_Thumb.png  | Bin 230947 -> 0 bytes
 .../images/cut_administration_configuration.png| Bin 203669 -> 0 bytes
 .../resources/images/cut_conference_room_om5.png   | Bin 209105 -> 0 bytes
 .../site/resources/images/cut_file_explorer.png| Bin 390104 -> 0 bytes
 .../resources/images/cut_integrated_calendar.png   | Bin 55245 -> 0 bytes
 .../site/resources/images/cut_integration_api.png  | Bin 152877 -> 0 bytes
 .../site/resources/images/cut_private_messages.png | Bin 75489 -> 0 bytes
 .../resources/images/cut_recordings_playback.png   | Bin 311981 -> 0 bytes
 .../src/site/resources/images/desktopsharing.png   | Bin 35736 -> 0 bytes
 .../site/resources/images/recordings_timeleine.png | Bin 231190 -> 0 bytes
 .../screenshots/administration-configuration.png   | Bin 0 -> 434836 bytes
 .../images/screenshots/calendar-screenshot.png | Bin 0 -> 234263 bytes
 .../screenshots/conference-room-av-settings.jpg| Bin 0 -> 157090 bytes
 .../resources/images/screenshots/file-explorer.png | Bin 0 -> 2450486 bytes
 .../images/screenshots/integration-api.png | Bin 0 -> 420107 bytes
 .../images/screenshots/private-messages.png| Bin 0 -> 312453 bytes
 .../images/screenshots/recordings-playback.png | Bin 0 -> 1981235 bytes
 .../images/screenshots/screenshot_OM6-2.jpg| Bin 0 -> 136688 bytes
 .../resources/images/screenshots/share-screen.jpg  | Bin 0 -> 143210 bytes
 openmeetings-server/src/site/xdoc/index.xml|  46 ++---
 20 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/openmeetings-server/src/site/resources/images/Features_Screen_Conference_Room_Thumb.png
 
b/openmeetings-server/src/site/resources/images/Features_Screen_Conference_Room_Thumb.png
deleted file mode 100644
index 55e7b1d..000
Binary files 
a/openmeetings-server/src/site/resources/images/Features_Screen_Conference_Room_Thumb.png
 and /dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_administration_configuration.png
 
b/openmeetings-server/src/site/resources/images/cut_administration_configuration.png
deleted file mode 100644
index eb26ed1..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_administration_configuration.png
 and /dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_conference_room_om5.png 
b/openmeetings-server/src/site/resources/images/cut_conference_room_om5.png
deleted file mode 100644
index 87fbb1f..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_conference_room_om5.png and 
/dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_file_explorer.png 
b/openmeetings-server/src/site/resources/images/cut_file_explorer.png
deleted file mode 100644
index 04e63e2..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_file_explorer.png and 
/dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_integrated_calendar.png 
b/openmeetings-server/src/site/resources/images/cut_integrated_calendar.png
deleted file mode 100644
index 9098f0c..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_integrated_calendar.png and 
/dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_integration_api.png 
b/openmeetings-server/src/site/resources/images/cut_integration_api.png
deleted file mode 100644
index b17ef4d..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_integration_api.png and 
/dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_private_messages.png 
b/openmeetings-server/src/site/resources/images/cut_private_messages.png
deleted file mode 100644
index c9b9ae0..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_private_messages.png and 
/dev/null differ
diff --git 
a/openmeetings-server/src/site/resources/images/cut_recordings_playback.png 
b/openmeetings-server/src/site/resources/images/cut_recordings_playback.png
deleted file mode 100644
index f482044..000
Binary files 
a/openmeetings-server/src/site/resources/images/cut_recordings_playback.png and 
/dev/null differ
diff --git a/openmeetings-server/src/site/resources/images/desktopsharing.png 
b/openmeetings-server/src/site/resources/images/desktopsharing.png
deleted file mode 100644
index 94e8add..000
Binary files a/openmeetings-server/src/site/resources/images/desktopsharing.png 
and /dev/null differ
diff --git 
a/openmeetings-ser

svn commit: r50550 - in /dev/openmeetings/6.2.0/rc3: ./ bin/ src/

2021-10-21 Thread sebawagner
Author: sebawagner
Date: Thu Oct 21 08:23:56 2021
New Revision: 50550

Log:
Add OpenMeetings 6.2.0 RC3 updated

Modified:
dev/openmeetings/6.2.0/rc3/README.md
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.asc
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.sha512
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.asc
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.sha512
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz.asc
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz.sha512
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip.asc
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip.sha512

Modified: dev/openmeetings/6.2.0/rc3/README.md
==
--- dev/openmeetings/6.2.0/rc3/README.md (original)
+++ dev/openmeetings/6.2.0/rc3/README.md Thu Oct 21 08:23:56 2021
@@ -73,7 +73,7 @@ Integration:
 * OpenAPI Spec in swagger format see https://openmeetings.apache.org/swagger
 * Improved Integration examples for Node and PHP
 
-Some other fixes and improvements, 17 issues were addressed
+Some other fixes and improvements, 28 issues were addressed
 
 6.1.0
 -

Modified: dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz
==
Binary files - no diff available.

Modified: dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.asc
==
--- dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.asc 
(original)
+++ dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.asc Thu Oct 
21 08:23:56 2021
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxGNcACgkQAFUWv5Oj
-A5XSqQgAxrDCfOBwfjzGJYR6EaCB4Lx2Mf3etrlfEJ/IzutCbHOMxW51LvgaYs42
-A68wpwfb3X8pQHsAwoW5qiCjnPQCDAdBmbuE/j2/Y5OqCMaRYNQiP07w3HxbjRL9
-6H16nFSgcjtJIEu7tD/9ZM5BN930cxKieGqjQ51VB5P0sUK1MYdpGCgivTA5F0Su
-Kkr08euap043BSDD7lciPNK70gd6FpZD8HKJSXTTWxhsv4GQ1Ho/ZBzmkoGkuCtx
-mfg2CnUaizUi/yEM4D0IonCajLCGvF2fPy3XuWqEavYXto9KuaLFT9zp2MSKpiUM
-eTudoYxfFamARcNHxun3fdlUQErYlA==
-=tsyt
+iQEzBAABCgAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxIrIACgkQAFUWv5Oj
+A5USKwf/R5kfPjHsXhHgE5NwDYpqmh0ClWmTYfnVaGtd856FE67VkCO504siJiZ+
+9ikAKKbhLjiHF++eIEXfQgrPY2wbRaiyrCjQ5nLyYdkQFGsEFPJTe/8KS2YLkYv8
+Ds6HlUB8Ty0tnp8/gXVKpXw6iepzK48CV/HL7bU+YJFxkyr7AfvYefQvDX8go6Ng
+CPB/YktE4DDnTqWFslrO6QErP3qHvfTJEdye/T79ao1XD+0nctmUv+xkshteD72E
+0EH36fSWm0QeblCugLfC2To13GrJ+N1Rf9amzPzI7G34WlAiBwjE2R9lsULiE9A1
+2fm7PlHr+W+sc9NjJa6PWtDKclcFIg==
+=o6rF
 -END PGP SIGNATURE-

Modified: dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.sha512
==
--- dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.sha512 
(original)
+++ dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.sha512 Thu 
Oct 21 08:23:56 2021
@@ -1 +1 @@
-dbf7a3ef0421d4671646fde2674eafc1c081ef8556c3ae3d9e850045a04abcb2719695180685b0adfe8d1f22f8d87c3cd845dc8ce0b1fa157f48b7bf01d37420
\ No newline at end of file
+37a42ce7b4ee954013c09820e6501f8996d357327cebeff1e8b125ba3dc74f86f961d2175c81ec7951ce30b255ec833f3118465b838aa543dac3b7a9f85452ca
\ No newline at end of file

Modified: dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip
==
Binary files - no diff available.

Modified: dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.asc
==
--- dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.asc (original)
+++ dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.asc Thu Oct 21 
08:23:56 2021
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxGNgACgkQAFUWv5Oj
-A5V+Dgf/VzHQjNhk8L0f682kvRcg0WKNLf2+Nb2szdFg9loqglYotCWTQi7Dyul0
-nUZMHaqSF6ZDs5n6zolvMOYNq6CJzMGy6LzTejfS/lH9rhYgBuAQRbdqoQV8JjaJ
-FtdVjjlV+bFQRuMBO0q6bBKWGKoBqeEQrFpDmNipqlBwFS0hC5GEvZ855Y5Z0B/o
-/EjLPQ2O6NW1mjV1T15r9W1WKUJFX9tYWXceY+4Bnuq3i2+VSHp70ZCZNsLB+V2M
-It1gBbqXGBSjk31p3cfhBj6LFcY45X9zxAMZRA93EZ++75CbRGO50M+WuGj4hUxS
-U2c+EQnsgOHe3rfI1U0NZO2xxly1yw==
-=EhbY
+iQEzBAABCgAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxIrQACgkQAFUWv5Oj
+A5Uaugf/VBbbUCMczg3AbybpXZiIdAF2OxtwcMOxB4LVL/YxGunQlXWcbGIJirkC
+YcFyLxeG1Qt/dp83PAtL0Ne4iZj+TdwH9wFMfREuFCcXulfUKJKxqTkA2tlewC8z
+DhXc09RwvxKXXuBXD44jOBc8Qw3z5vJdouGx1xwR+SqGseFM7xoaoTBdechB9xmZ

[openmeetings] branch release-6-2-0 updated (6296bb1 -> a7216ac)

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch release-6-2-0
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 6296bb1  Update information for v6.2.0 and additional changes.
 add a7216ac  6.2.0 Release Candidate 3

No new revisions were added by this update.

Summary of changes:
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[openmeetings] annotated tag 6.2.0-RC3 updated (a7216ac -> f9ce492)

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to annotated tag 6.2.0-RC3
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


*** WARNING: tag 6.2.0-RC3 was modified! ***

from a7216ac  (commit)
  to f9ce492  (tag)
 tagging a7216acf40de75f37ca228651946457cf58dfc69 (commit)
 replaces 6.2.0-RC2
  by Sebastian Wagner
  on Thu Oct 21 20:52:22 2021 +1300

- Log -
6.2.0 Release Candidate 3 tag
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxHDYACgkQAFUWv5Oj
A5Uftgf/XDkWil737yoRfrysQyAcTlBWUxiKROFIVQ1SXnq/+A5G7gEavO/NH8bo
vz1A+qesCodmbAaxoHJ+duWggVNS56+1LJ/L72juCqqsNMyHdJfPeeFOmavs0oMt
MfcbuOullBvs30X6eH3u644nNWyXDtHuxfgtZXIQNatQQQpOFqkPebQWdhLmUr7s
GkplvBNuLUXSeKSzglXpRDiWc3vzjaRmTWnvpV+89wTHSvhLF2bEcBMmdRuN44YC
zqyoTGXkNcyuasEuOFYomu9JZvWLO991rgDeiwVGPhoOLtjJTBfVhtadTjezbVGl
AhX/TsARQWS9YKSQpGNN8jUHvP1W1g==
=FTsT
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


svn commit: r50546 [3/3] - in /dev/openmeetings/6.2.0/rc3: ./ bin/ src/

2021-10-21 Thread sebawagner
Added: dev/openmeetings/6.2.0/rc3/README.md
==
--- dev/openmeetings/6.2.0/rc3/README.md (added)
+++ dev/openmeetings/6.2.0/rc3/README.md Thu Oct 21 07:47:03 2021
@@ -0,0 +1,569 @@
+![About Openmeetings 
Logo](/openmeetings-server/src/site/resources/images/logo.png)
+
+[Apache OpenMeetings](https://openmeetings.apache.org) provides:
+ - [x] **video conferencing**
+ - [x] **instant messaging**
+ - [x] **white board**
+ - [x] **collaborative document editing**
+ - [x] **other groupware tools**
+
+It uses API functions of Media Server for Remoting and Streaming 
[Kurento](https://www.kurento.org)).
+
+Getting Started
+===
+Please visit the project website for the latest information:
+  - https://openmeetings.apache.org/
+
+Documentation for Installation and Upgrade:
+  - https://openmeetings.apache.org/installation.html
+  - https://openmeetings.apache.org/Upgrade.html
+
+Along with the developer mailing list archive:
+  - https://openmeetings.apache.org/mail-lists.html
+
+
+System Requirements
+===
+You need a platform that supports [Java SE 
11](https://www.oracle.com/java/technologies/javase-downloads.html).
+
+
+Building and running
+
+To build from source code:
+
+  - Requirements:
+Sources compilation require `Java SE 11`, [Apache Maven 3.5.0 or 
later](https://maven.apache.org/).
+  - To build the OpenMeetings project run mvn in the root directory:
+ `mvn clean install -PallModules`
+  - To run the OpenMeetings project:
+- go to `openmeetings-server/target` directory
+- extract `apache-openmeetings-x.x.x.tar.gz` (or 
`apache-openmeetings-x.x.x.zip` for windows) to **new** directory
+- enter to this new directory and execute `./bin/startup.sh` 
(`./bin/startup.bat` for Windows)
+
+For a detailed documentation on how to build from source and options see:
+https://openmeetings.apache.org/BuildInstructions.html
+
+Builds and CI
+
+
+| Description | Jenkins CI |
+| :--- | :---: |
+| Master nightly | [![Build 
Status](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/badge/icon)](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/)
 |
+| Master Pull Request | [![Build 
Status](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/badge/icon)](https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings-pr-build/)
 |
+
+Release Notes
+=
+
+see [CHANGELOG.md](/CHANGELOG.md) file for detailed log
+
+6.2.0
+-
+[Release 6.2.0](https://archive.apache.org/dist/openmeetings/6.2.0), provides 
following improvements:
+
+UI improvements, stability fixes, mobile version and adds OpenAPI spec in 
3.0.x format
+
+Stability and UI:
+* UI fixes
+* Modal PopUpFix
+* Upgrade to Bootstrap5
+* Fixes for Mobile Version and landscape mode
+* Improve ability for starting from Home Screen on Mobile device
+
+Integration:
+* OpenAPI Spec in swagger format see https://openmeetings.apache.org/swagger
+* Improved Integration examples for Node and PHP
+
+Some other fixes and improvements, 17 issues were addressed
+
+6.1.0
+-
+[Release 6.1.0](https://archive.apache.org/dist/openmeetings/6.1.0), provides 
following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Stability:
+* Room is more stable
+* Screen sharing on Safari is fixed
+* Recording in interview room is fixed
+
+UI:
+* OM theme can selected in Admin -> Config
+* Configurable Extra menu is added to the rooms
+* Date/time picker is better localized
+
+Some other fixes and improvements, 27 issues were addressed
+
+
+6.0.0
+-
+[Release 6.0.0](https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0), 
provides following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Security:
+* TLS1.2. is used for OAuth
+* NetTest client count can be limited
+* Captcha is now configurable
+* Recordings can be globally disabled
+
+Stability:
+* Audio/video in room is more stable
+
+UI:
+* Translations are improved
+* Invitation form displayes time in client time zone
+* Notifications are displayed using JS Notification API
+* Video pods size can be fixed and configurable per-user
+
+Some other fixes and improvements, 40 issues were addressed
+
+
+5.1.0
+-
+[Release 5.1.0](https://archive.apache.org/dist/openmeetings/5.1.0), provides 
following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Stability:
+* Room Audio/Video should be more stable
+* OM should work as expected after KMS server restart
+* Backup is further improved
+* Audio/Video connection established faster
+* Most recent versions of dependencies are used
+
+UI:
+* User display name is used almost everywhere
+* Browser notifications are used to notify about new chat messages and 
moderator actions
+* Interview room was broken
+* Mute and "Mic status" were broken
+
+Some other 

svn commit: r50546 [2/3] - in /dev/openmeetings/6.2.0/rc3: ./ bin/ src/

2021-10-21 Thread sebawagner


Added: dev/openmeetings/6.2.0/rc3/CHANGELOG.md
==
--- dev/openmeetings/6.2.0/rc3/CHANGELOG.md (added)
+++ dev/openmeetings/6.2.0/rc3/CHANGELOG.md Thu Oct 21 07:47:03 2021
@@ -0,0 +1,3023 @@
+Apache OpenMeetings Change Log
+==
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+
+See https://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the 
number of the issue below)
+See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the 
number of CVE below)
+
+Release Notes - Openmeetings - Version 6.2.0
+
+
+* Bug
+* [OPENMEETINGS-2280] - Android landscape mode cannot sign up as virtual 
keyboard covers UI
+* [OPENMEETINGS-2420] - Discuss and publish API Docs as swagger - Generate 
swagger from code
+* [OPENMEETINGS-2642] - When try access first page to install OM 7 appears 
404
+* [OPENMEETINGS-2650] - OM 6.1.0 Firefox 87, 90 or 91 don´t show the two 
cams, and whe press exit button show a page with red text.
+* [OPENMEETINGS-2652] - Can´t send invitation from rooms or Calendar
+* [OPENMEETINGS-2678] - OpenMeetings using non support JavaScript API in 
iOS - ReferenceError: Can't find variable: Notification
+* [OPENMEETINGS-2679] - Cant share Cam/Video on iOS/Mobile (Audio-Only 
works fine)
+* [OPENMEETINGS-2680] - Openmeetings / next demo server issues
+* [OPENMEETINGS-2681] - Gap in taking space of screen and part of 
conference moving into negative margin outside viewport
+
+
+* New Feature
+* [OPENMEETINGS-2683] - Explore what features of manifest file are useful 
for OpenMeetings
+* [OPENMEETINGS-2684] - Rotating device landscape in iOS leaves whitespace 
and doesn't use full height
+* [OPENMEETINGS-2685] - Login form on Mobile screens not mobile-friendly 
sizes of buttons
+
+* Improvement
+* [OPENMEETINGS-2585] - Create IKurentoHandler and add methods to 
IStreamHandler to support alternative implementations for KMS
+* [OPENMEETINGS-2639] - Add internal password user when send inivitation 
from room
+* [OPENMEETINGS-2654] - Update build instructions with new commands for 
compiling NPM
+* [OPENMEETINGS-2655] - Minor ui fix for icons, see attached screenshots
+* [OPENMEETINGS-2660] - Updated Swagger Rest API Docs 
+* [OPENMEETINGS-2661] - Updated Rest API Example
+* [OPENMEETINGS-2666] - Backup import should be improved
+* [OPENMEETINGS-2667] - Generated swagger has incorrect response, missing 
root element in schema and provide example responses
+* [OPENMEETINGS-2674] - Updated Rest API Example for PHP integration
+
+* Test
+* [OPENMEETINGS-2659] - Can´t clean whiteboard 
+* [OPENMEETINGS-2665] - "Start sharing" icon TV not show it in some 
circunstanves
+
+* Task
+* [OPENMEETINGS-2637] - Move to bootstrap 5
+* [OPENMEETINGS-2640] - (6.2.0) Libraries should be updated
+* [OPENMEETINGS-2686] - Can't click buttons to share you webcam or 
microphone on mobile screen in portrait mode
+* [OPENMEETINGS-2692] - Update manifest file path to use 
application.base.url
+* [OPENMEETINGS-2693] - Update config for manifest icons to be able to 
customise icon easily
+
+
+Release Notes - Openmeetings - Version 6.1.0
+
+
+* Bug
+* [OPENMEETINGS-2412] - Audio/Video testing app doesn't work with Safari - 
No sound and countdown doesn't work
+* [OPENMEETINGS-2582] - File download fails
+* [OPENMEETINGS-2591] - Tool does not display correctly
+* [OPENMEETINGS-2592] - Interview room recording is broken
+* [OPENMEETINGS-2594] - unexpected session termination
+* [OPENMEETINGS-2596] - Invalid dialog is displayed when room is closed
+* [OPENMEETINGS-2597] - Source artifact contains redundant files
+* [OPENMEETINGS-2599] - Make user default moderator in his/her own 
conference and presentation rooms
+* [OPENMEETINGS-2606] - Clean slide is broken
+* [OPENMEETINGS-2612] - google analatyics field should be limited to avoid 
overflow
+* [OPENMEETINGS-2613] - empty user list in presentation room 
+* [OPENMEETINGS-2616] - OM not working on Android Chrome
+* [OPENMEETINGS-2624] - Untranslated calendar when change Language to 
japanese
+* [OPENMEETINGS-2629] - Calendar picker can't sync to big calendar. 
+* [OPENMEETINGS-2638] - The email link received from Calendar don´t work
+* New Feature
+* [OPENMEETINGS-2605] - Add ability to choose theme via Admin->Config
+* Improvement
+* [OPENMEETINGS-2546] - Admin Rights
+* [OPENMEETINGS-2589] - Upload  file  icon needs  improving
+* [OPENMEETINGS-2601] - Ability to configure 
Kurento::WebRtcEndpoint.CertificateKeyType
+* 

svn commit: r50546 [1/3] - in /dev/openmeetings/6.2.0/rc3: ./ bin/ src/

2021-10-21 Thread sebawagner
Author: sebawagner
Date: Thu Oct 21 07:47:03 2021
New Revision: 50546

Log:
Add OpenMeetings 6.2.0 RC3.

Added:
dev/openmeetings/6.2.0/rc3/
dev/openmeetings/6.2.0/rc3/CHANGELOG.md
dev/openmeetings/6.2.0/rc3/README.md
dev/openmeetings/6.2.0/rc3/bin/
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz   (with 
props)
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.asc
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.tar.gz.sha512
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip   (with props)
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.asc
dev/openmeetings/6.2.0/rc3/bin/apache-openmeetings-6.2.0.zip.sha512
dev/openmeetings/6.2.0/rc3/src/
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz   (with 
props)
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz.asc
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.tar.gz.sha512
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip   (with 
props)
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip.asc
dev/openmeetings/6.2.0/rc3/src/apache-openmeetings-6.2.0-src.zip.sha512



[openmeetings] annotated tag 6.2.0-RC3 updated (6296bb1 -> f448629)

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to annotated tag 6.2.0-RC3
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


*** WARNING: tag 6.2.0-RC3 was modified! ***

from 6296bb1  (commit)
  to f448629  (tag)
 tagging 6296bb151c5a3cac874706cb895976757e33658d (commit)
 replaces 6.2.0-RC2
  by Sebastian Wagner
  on Thu Oct 21 19:46:57 2021 +1300

- Log -
6.2.0 Release Candidate 3 tag
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEEvxPPEfnJDL5EEwmrAFUWv5OjA5UFAmFxDOEACgkQAFUWv5Oj
A5UVmQf+LbinoU6+RD+WEc12kVPdYEBwna0GA4zUPYUovjln9zmMEE1ceukoLGpr
SxmIby85SzlwLwbBGTFCSIsFX/w0lrFMOuxNXpKtNhqW/PptBVg3evTc9mS2ZTFq
B6y4cmvn5c78AsGfu478fLw/MSAiXvWZHv7F2K2s5bWvcFRIiVXgINetRKig/n1s
xZs6Nu3A/m9Sk+W9ga9EN1zO9zBIiIydNcdZKgE/nUod2hq+9dE/9VgTQWbj0+Bz
6kDOhLZ1T/ZbpccPKcIGCrEm8cWBqttgzPmz+mmHLBzaqsScQToj8cpFpTRIWtUN
m4xlv6/w99kx5JTnKY1/pqXDz8k0Uw==
=4y6F
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


[openmeetings] branch release-6-2-0 updated (31686b2 -> 6296bb1)

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch release-6-2-0
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 31686b2  Merge branch 'master' into release-6-2-0
 add 6296bb1  Update information for v6.2.0 and additional changes.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md| 19 ++-
 README.md   |  4 +++-
 openmeetings-server/src/site/xdoc/index.xml |  6 --
 3 files changed, 25 insertions(+), 4 deletions(-)


[openmeetings] branch release-6-2-0 updated (bdb0760 -> 31686b2)

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch release-6-2-0
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from bdb0760  6.2.0 Release Candidate 2
 add c535508  [OPENMEETINGS-2640] junit, spring, tomcat, cxf, 
asterisk-java, postgres, swagger
 add 8497914  [OPENMEETINGS-2640] mockito, spring and wicket-jquery-ui
 add 80cdb0d  OPENMEETINGS-2678 Update and ignore if Notificaiton API is 
not available.
 add 127d137  OPENMEETINGS-2678 Add review comment.
 add 5b0e6b8  Merge pull request #159 from 
apache/feature/OPENMEETINGS-2678-ios-notification-api
 add f69af21  OPENMEETINGS-2681 Improve margins and when whiteboard is 
disabled.
 add bf1a5b0  Merge pull request #160 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that
 add d774bea  OPENMEETINGS-2681 revert fixed menu size, since it enlarges 
in mobile viewport.
 add 220f9fe  Merge pull request #161 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that
 add 7e33756  OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix 
height to adjust when resizing occurs for iOS/Mobile browsers.
 add 3102717  OPENMEETINGS-2684 Remove unused css.
 add 886ba52  Merge pull request #162 from 
apache/feature/OPENMEETINGS-2684-update-viewport-and-adjust-height
 add 4a85d9d  OPENMEETINGS-2684 replace whitespaces with tab.
 add 57aea57  Merge branch 'master' of github.com:apache/openmeetings
 add 8f94d1d  OPENMEETINGS-2683 Add manifest file for adding icon, splash 
screen and browser settings for when adding to home screen on mobile.
 add 56cb5fb  Merge pull request #164 from 
apache/feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen
 add 92e19ec  OPENMEETINGS-2692 Update manifest to get webapp name from 
base URL config.
 add c2b0254  Merge pull request #165 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
 add 3d7001d  OPENMEETINGS-2693 Update instructions on how to change Mobile 
Icons.
 add 6bbb3d5  OPENMEETINGS-2693 Update docs and convert to markdown.
 add 739d682  Merge pull request #167 from 
apache/feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons
 add 45c0299  OPENMEETINGS-2693 Fix SVG header license.
 add d1259e6  OPENMEETINGS-2692 Update review comments on parsing path 
element.
 add bedde16  OPENMEETINGS-2692 Update to use URI.resolve.
 add 3cef7f5  OPENMEETINGS-2692 change to log without stack trace.
 add 86ef9ff  OPENMEETINGS-2692 Update review comments around method 
handling.
 add b25113a  Merge pull request #166 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
 new 31686b2  Merge branch 'master' into release-6-2-0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../installation/ImportInitvalues.java |   2 +-
 openmeetings-server/pom.xml|   2 +-
 .../src/site/markdown/LogoAndIcons.md  |  28 ++
 openmeetings-server/src/site/site.xml  |   1 +
 .../src/site/xdoc/WebappNamePath.xml   |   7 --
 .../openmeetings/util/OpenmeetingsVariables.java   |  19 
 openmeetings-web/src/main/front/main/src/index.js  |   7 ++
 .../src/main/front/main/src/omutils.js |  21 ++--
 .../apache/openmeetings/web/pages/BasePage.html|  30 ++
 .../src/main/webapp/css/raw-general.css|   7 +-
 openmeetings-web/src/main/webapp/css/raw-menu.css  |   1 +
 openmeetings-web/src/main/webapp/css/raw-room.css  |   2 +-
 .../src/main/webapp/css/raw-variables.css  |   2 +-
 .../main/webapp/images/icons/apple-icon-180.png| Bin 0 -> 10696 bytes
 .../webapp/images/icons/apple-splash-1125-2436.jpg | Bin 0 -> 66463 bytes
 .../webapp/images/icons/apple-splash-1136-640.jpg  | Bin 0 -> 24945 bytes
 .../webapp/images/icons/apple-splash-1170-2532.jpg | Bin 0 -> 69906 bytes
 .../webapp/images/icons/apple-splash-1242-2208.jpg | Bin 0 -> 72120 bytes
 .../webapp/images/icons/apple-splash-1242-2688.jpg | Bin 0 -> 75659 bytes
 .../webapp/images/icons/apple-splash-1284-2778.jpg | Bin 0 -> 78823 bytes
 .../webapp/images/icons/apple-splash-1334-750.jpg  | Bin 0 -> 31010 bytes
 .../webapp/images/icons/apple-splash-1536-2048.jpg | Bin 0 -> 88952 bytes
 .../webapp/images/icons/apple-splash-1620-2160.jpg | Bin 0 -> 95661 bytes
 .../webapp/images/icons/apple-splash-1668-2224.jpg | Bin 0 -> 99240 bytes
 .../webapp/images/icons/apple-splash-1668-2388.jpg | Bin 0 -> 101273 bytes
 .../webapp/images/icons/apple-splash-1792-828.jpg  | Bin 0 -> 32864 bytes
 .../webapp/images/icons/apple-splash-2048-1536.jpg | Bin 0 -> 8

[openmeetings] 01/01: Merge branch 'master' into release-6-2-0

2021-10-21 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch release-6-2-0
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 31686b29d3b90c196740bc3179e9cc569ec13201
Merge: bdb0760 b25113a
Author: Sebastian Wagner 
AuthorDate: Thu Oct 21 19:29:53 2021 +1300

Merge branch 'master' into release-6-2-0

 .../installation/ImportInitvalues.java |   2 +-
 openmeetings-server/pom.xml|   2 +-
 .../src/site/markdown/LogoAndIcons.md  |  28 ++
 openmeetings-server/src/site/site.xml  |   1 +
 .../src/site/xdoc/WebappNamePath.xml   |   7 --
 .../openmeetings/util/OpenmeetingsVariables.java   |  19 
 openmeetings-web/src/main/front/main/src/index.js  |   7 ++
 .../src/main/front/main/src/omutils.js |  21 ++--
 .../apache/openmeetings/web/pages/BasePage.html|  30 ++
 .../src/main/webapp/css/raw-general.css|   7 +-
 openmeetings-web/src/main/webapp/css/raw-menu.css  |   1 +
 openmeetings-web/src/main/webapp/css/raw-room.css  |   2 +-
 .../src/main/webapp/css/raw-variables.css  |   2 +-
 .../main/webapp/images/icons/apple-icon-180.png| Bin 0 -> 10696 bytes
 .../webapp/images/icons/apple-splash-1125-2436.jpg | Bin 0 -> 66463 bytes
 .../webapp/images/icons/apple-splash-1136-640.jpg  | Bin 0 -> 24945 bytes
 .../webapp/images/icons/apple-splash-1170-2532.jpg | Bin 0 -> 69906 bytes
 .../webapp/images/icons/apple-splash-1242-2208.jpg | Bin 0 -> 72120 bytes
 .../webapp/images/icons/apple-splash-1242-2688.jpg | Bin 0 -> 75659 bytes
 .../webapp/images/icons/apple-splash-1284-2778.jpg | Bin 0 -> 78823 bytes
 .../webapp/images/icons/apple-splash-1334-750.jpg  | Bin 0 -> 31010 bytes
 .../webapp/images/icons/apple-splash-1536-2048.jpg | Bin 0 -> 88952 bytes
 .../webapp/images/icons/apple-splash-1620-2160.jpg | Bin 0 -> 95661 bytes
 .../webapp/images/icons/apple-splash-1668-2224.jpg | Bin 0 -> 99240 bytes
 .../webapp/images/icons/apple-splash-1668-2388.jpg | Bin 0 -> 101273 bytes
 .../webapp/images/icons/apple-splash-1792-828.jpg  | Bin 0 -> 32864 bytes
 .../webapp/images/icons/apple-splash-2048-1536.jpg | Bin 0 -> 83104 bytes
 .../webapp/images/icons/apple-splash-2048-2732.jpg | Bin 0 -> 130068 bytes
 .../webapp/images/icons/apple-splash-2160-1620.jpg | Bin 0 -> 89441 bytes
 .../webapp/images/icons/apple-splash-2208-1242.jpg | Bin 0 -> 60178 bytes
 .../webapp/images/icons/apple-splash-2224-1668.jpg | Bin 0 -> 92538 bytes
 .../webapp/images/icons/apple-splash-2388-1668.jpg | Bin 0 -> 92578 bytes
 .../webapp/images/icons/apple-splash-2436-1125.jpg | Bin 0 -> 50367 bytes
 .../webapp/images/icons/apple-splash-2532-1170.jpg | Bin 0 -> 53274 bytes
 .../webapp/images/icons/apple-splash-2688-1242.jpg | Bin 0 -> 57573 bytes
 .../webapp/images/icons/apple-splash-2732-2048.jpg | Bin 0 -> 121595 bytes
 .../webapp/images/icons/apple-splash-2778-1284.jpg | Bin 0 -> 60820 bytes
 .../webapp/images/icons/apple-splash-640-1136.jpg  | Bin 0 -> 30165 bytes
 .../webapp/images/icons/apple-splash-750-1334.jpg  | Bin 0 -> 37214 bytes
 .../webapp/images/icons/apple-splash-828-1792.jpg  | Bin 0 -> 44404 bytes
 .../images/icons/manifest-icon-192.maskable.png| Bin 0 -> 11489 bytes
 .../images/icons/manifest-icon-512.maskable.png| Bin 0 -> 40763 bytes
 .../webapp/images/icons/openmeetings-logo-icon.svg | 110 +
 .../openmeetings/webservice/InfoWebService.java|  46 -
 pom.xml|  18 ++--
 45 files changed, 274 insertions(+), 29 deletions(-)



[openmeetings] 01/01: Merge pull request #166 from apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

2021-10-20 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit b25113ae2098a044bf29f97044b10e5756056211
Merge: 45c0299 86ef9ff
Author: Sebastian Wagner 
AuthorDate: Wed Oct 20 21:23:18 2021 +1300

Merge pull request #166 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

OPENMEETINGS-2692 Update review comments on parsing path element.

 .../openmeetings/util/OpenmeetingsVariables.java| 21 -
 .../openmeetings/webservice/InfoWebService.java | 13 -
 2 files changed, 24 insertions(+), 10 deletions(-)


[openmeetings] branch master updated (45c0299 -> b25113a)

2021-10-20 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 45c0299  OPENMEETINGS-2693 Fix SVG header license.
 add d1259e6  OPENMEETINGS-2692 Update review comments on parsing path 
element.
 add bedde16  OPENMEETINGS-2692 Update to use URI.resolve.
 add 3cef7f5  OPENMEETINGS-2692 change to log without stack trace.
 add 86ef9ff  OPENMEETINGS-2692 Update review comments around method 
handling.
 new b25113a  Merge pull request #166 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../openmeetings/util/OpenmeetingsVariables.java| 21 -
 .../openmeetings/webservice/InfoWebService.java | 13 -
 2 files changed, 24 insertions(+), 10 deletions(-)


[openmeetings] branch feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references updated (3cef7f5 -> 86ef9ff)

2021-10-20 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 3cef7f5  OPENMEETINGS-2692 change to log without stack trace.
 add 86ef9ff  OPENMEETINGS-2692 Update review comments around method 
handling.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/openmeetings/util/OpenmeetingsVariables.java | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)


[openmeetings] branch master updated (739d682 -> 45c0299)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 739d682  Merge pull request #167 from 
apache/feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons
 add 45c0299  OPENMEETINGS-2693 Fix SVG header license.

No new revisions were added by this update.

Summary of changes:
 .../src/main/webapp/images/icons/openmeetings-logo-icon.svg | 13 +
 1 file changed, 13 insertions(+)


[openmeetings] branch master updated (c2b0254 -> 739d682)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from c2b0254  Merge pull request #165 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
 add 3d7001d  OPENMEETINGS-2693 Update instructions on how to change Mobile 
Icons.
 add 6bbb3d5  OPENMEETINGS-2693 Update docs and convert to markdown.
 add 739d682  Merge pull request #167 from 
apache/feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons

No new revisions were added by this update.

Summary of changes:
 .../src/site/markdown/LogoAndIcons.md  | 28 +++
 openmeetings-server/src/site/site.xml  |  1 +
 .../src/site/xdoc/WebappNamePath.xml   |  7 --
 .../webapp/images/icons/openmeetings-logo-icon.svg | 97 ++
 4 files changed, 126 insertions(+), 7 deletions(-)
 create mode 100644 openmeetings-server/src/site/markdown/LogoAndIcons.md
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/openmeetings-logo-icon.svg


[openmeetings] branch feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons updated (3d7001d -> 6bbb3d5)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 3d7001d  OPENMEETINGS-2693 Update instructions on how to change Mobile 
Icons.
 add 6bbb3d5  OPENMEETINGS-2693 Update docs and convert to markdown.

No new revisions were added by this update.

Summary of changes:
 .../src/site/markdown/LogoAndIcons.md  | 28 ++
 openmeetings-server/src/site/xdoc/LogoAndIcons.xml | 45 --
 2 files changed, 28 insertions(+), 45 deletions(-)
 create mode 100644 openmeetings-server/src/site/markdown/LogoAndIcons.md
 delete mode 100644 openmeetings-server/src/site/xdoc/LogoAndIcons.xml


[openmeetings] branch feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references updated (bedde16 -> 3cef7f5)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from bedde16  OPENMEETINGS-2692 Update to use URI.resolve.
 add 3cef7f5  OPENMEETINGS-2692 change to log without stack trace.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[openmeetings] branch feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references updated (d1259e6 -> bedde16)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from d1259e6  OPENMEETINGS-2692 Update review comments on parsing path 
element.
 add bedde16  OPENMEETINGS-2692 Update to use URI.resolve.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/openmeetings/util/OpenmeetingsVariables.java |  6 +++---
 .../org/apache/openmeetings/webservice/InfoWebService.java  | 13 -
 2 files changed, 11 insertions(+), 8 deletions(-)


[openmeetings] 01/01: OPENMEETINGS-2693 Update instructions on how to change Mobile Icons.

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 3d7001dd9bb399cbabe630eb9ab0867298fb0999
Author: Sebastian Wagner 
AuthorDate: Tue Oct 19 19:01:57 2021 +1300

OPENMEETINGS-2693 Update instructions on how to change Mobile Icons.
---
 openmeetings-server/src/site/site.xml  |  1 +
 openmeetings-server/src/site/xdoc/LogoAndIcons.xml | 45 ++
 .../src/site/xdoc/WebappNamePath.xml   |  7 --
 .../webapp/images/icons/openmeetings-logo-icon.svg | 97 ++
 4 files changed, 143 insertions(+), 7 deletions(-)

diff --git a/openmeetings-server/src/site/site.xml 
b/openmeetings-server/src/site/site.xml
index 73e9926..5da64f6 100644
--- a/openmeetings-server/src/site/site.xml
+++ b/openmeetings-server/src/site/site.xml
@@ -86,6 +86,7 @@



+   



diff --git a/openmeetings-server/src/site/xdoc/LogoAndIcons.xml 
b/openmeetings-server/src/site/xdoc/LogoAndIcons.xml
new file mode 100644
index 000..dd4a137
--- /dev/null
+++ b/openmeetings-server/src/site/xdoc/LogoAndIcons.xml
@@ -0,0 +1,45 @@
+
+
+http://maven.apache.org/XDOC/2.0;
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd;>
+   
+   Webapp Name / Path
+   Apache 
OpenMeetings Team
+   
+   
+   
+   If you want to set up your logo in Openmeetings 
header you can do the following:
+   
+   create your logo image as PNG 40px 
height
+   replace 
/opt/om/webapps/openmeetings/css/images/logo.png with your logo 
file
+   
+   
+   
+   This is available in OpenMeetings 6.2.0 or 7.0.0 and 
later
+   First: create the mobile icons assets. This can 
be done via a script
+   This example is generating assets using https://github.com/onderceylan/pwa-asset-generator; 
target="_blank">https://github.com/onderceylan/pwa-asset-generator
+   
+   Install the generation script: npm install 
--global pwa-asset-generator
+   Locate your logo.svg (svg as input 
recommended) and place into an empty folder
+   Generate images and HTML using: 
pwa-asset-generator logo.svg
+   
+   Second: Update icons
+   
+   The command above will generate all assets, 
place (and replace all) those into 
$OM_HOME/webapps/openmeetings/images/icons
+   
+   
+   
+
diff --git a/openmeetings-server/src/site/xdoc/WebappNamePath.xml 
b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
index a2dee7d..6c947ae 100644
--- a/openmeetings-server/src/site/xdoc/WebappNamePath.xml
+++ b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
@@ -20,13 +20,6 @@
Apache 
OpenMeetings Team


-   
-   If you want to set up your logo in Openmeetings 
header you can do the following:
-   
-   create your logo image as PNG 40px 
height
-   replace 
/opt/om/webapps/openmeetings/css/images/logo.png with your logo 
file
-   
-   


If you want to have
diff --git 
a/openmeetings-web/src/main/webapp/images/icons/openmeetings-logo-icon.svg 
b/openmeetings-web/src/main/webapp/images/icons/openmeetings-logo-icon.svg
new file mode 100644
index 000..bc9ffcd
--- /dev/null
+++ b/openmeetings-web/src/main/webapp/images/icons/openmeetings-logo-icon.svg
@@ -0,0 +1,97 @@
+
+http://www.w3.org/2000/svg;>
+  
+
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+
+
+
+  
+
\ No newline at end of file


[openmeetings] branch feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons created (now 3d7001d)

2021-10-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2693-update-instructions-how-to-change-icons
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 3d7001d  OPENMEETINGS-2693 Update instructions on how to change Mobile 
Icons.

This branch includes the following new commits:

 new 3d7001d  OPENMEETINGS-2693 Update instructions on how to change Mobile 
Icons.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] branch feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references updated: OPENMEETINGS-2692 Update review comments on parsing path element.

2021-10-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to 
refs/heads/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references 
by this push:
 new d1259e6  OPENMEETINGS-2692 Update review comments on parsing path 
element.
d1259e6 is described below

commit d1259e697fc8545d3f6e4f3400ab57d8a5fcc6cb
Author: Sebastian Wagner 
AuthorDate: Tue Oct 19 10:02:33 2021 +1300

OPENMEETINGS-2692 Update review comments on parsing path element.
---
 .../apache/openmeetings/util/OpenmeetingsVariables.java  | 16 
 .../apache/openmeetings/webservice/InfoWebService.java   |  4 ++--
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git 
a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
 
b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
index cad96b9..b8ba523 100644
--- 
a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
+++ 
b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
@@ -21,9 +21,16 @@ package org.apache.openmeetings.util;
 import static org.apache.wicket.csp.CSPDirectiveSrcValue.SELF;
 import static org.apache.wicket.csp.CSPDirectiveSrcValue.STRICT_DYNAMIC;
 
+import java.net.URI;
+import java.net.URISyntaxException;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
 import com.github.openjson.JSONObject;
 
 public class OpenmeetingsVariables {
+   private static final Logger log = 
LoggerFactory.getLogger(OpenmeetingsVariables.class);
public static final String ATTR_CLASS = "class";
public static final String ATTR_TITLE = "title";
public static final String ATTR_DISABLED = "disabled";
@@ -249,11 +256,12 @@ public class OpenmeetingsVariables {
}
 
public static String getWebappPath() {
-   String webappPath = baseUrl;
-   if (webappPath.endsWith("/")) {
-   webappPath = webappPath.substring(0, 
webappPath.length() - 1);
+   try {
+   return new URI(baseUrl).getPath();
+   } catch (URISyntaxException e) {
+   log.error("could not parse baseUrl", e);
}
-   return webappPath.substring(webappPath.lastIndexOf("/") + 1);
+   return "";
}
 
public static void setBaseUrl(String url) {
diff --git 
a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
 
b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
index 7967e1d..7b9bd42 100644
--- 
a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
+++ 
b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
@@ -106,7 +106,7 @@ public class InfoWebService {
manifest.put("name", OpenmeetingsVariables.getApplicationName() 
+ " " + Version.getVersion());
manifest.put("short_name", 
OpenmeetingsVariables.getApplicationName() + " " + Version.getVersion());
manifest.put("description", "Openmeetings provides video 
conferencing, instant messaging, white board, collaborative document editing 
and other groupware tools.");
-   manifest.put("start_url", "/" + 
OpenmeetingsVariables.getWebappPath() + "/?pwa=true");
+   manifest.put("start_url",  
OpenmeetingsVariables.getWebappPath() + "?pwa=true");
manifest.put("scope", "/");
manifest.put("background_color", "#ff");
manifest.put("theme_color", "#ff");
@@ -123,7 +123,7 @@ public class InfoWebService {
 
private JSONObject generateIcon(String name, String dimension, String 
purpose) {
JSONObject icon = new JSONObject();
-   icon.put("src", "/" + OpenmeetingsVariables.getWebappPath() + 
"/images/icons/" + name);
+   icon.put("src", OpenmeetingsVariables.getWebappPath() + 
"images/icons/" + name);
icon.put("type", "image/png");
icon.put("sizes", dimension);
icon.put("purpose", purpose);


[openmeetings] 01/01: Merge pull request #165 from apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

2021-10-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit c2b025432198779f42a20f25dd0ad2205fdd20ce
Merge: 56cb5fb 92e19ec
Author: Sebastian Wagner 
AuthorDate: Mon Oct 18 19:26:28 2021 +1300

Merge pull request #165 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

OPENMEETINGS-2692 Update manifest to get webapp name from base URL config.

 .../org/apache/openmeetings/installation/ImportInitvalues.java |  2 +-
 .../org/apache/openmeetings/util/OpenmeetingsVariables.java|  8 
 .../org/apache/openmeetings/webservice/InfoWebService.java | 10 --
 3 files changed, 13 insertions(+), 7 deletions(-)


[openmeetings] branch master updated (56cb5fb -> c2b0254)

2021-10-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 56cb5fb  Merge pull request #164 from 
apache/feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen
 add 92e19ec  OPENMEETINGS-2692 Update manifest to get webapp name from 
base URL config.
 new c2b0254  Merge pull request #165 from 
apache/feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/openmeetings/installation/ImportInitvalues.java |  2 +-
 .../org/apache/openmeetings/util/OpenmeetingsVariables.java|  8 
 .../org/apache/openmeetings/webservice/InfoWebService.java | 10 --
 3 files changed, 13 insertions(+), 7 deletions(-)


[openmeetings] branch feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references created (now 92e19ec)

2021-10-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 92e19ec  OPENMEETINGS-2692 Update manifest to get webapp name from 
base URL config.

This branch includes the following new commits:

 new 92e19ec  OPENMEETINGS-2692 Update manifest to get webapp name from 
base URL config.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: OPENMEETINGS-2692 Update manifest to get webapp name from base URL config.

2021-10-18 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2692-update-webapp-path-for-manifest-references
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 92e19ec9d4705c0124a28ed5a3467e1e54d0ce2c
Author: Sebastian Wagner 
AuthorDate: Mon Oct 18 19:24:51 2021 +1300

OPENMEETINGS-2692 Update manifest to get webapp name from base URL config.
---
 .../org/apache/openmeetings/installation/ImportInitvalues.java |  2 +-
 .../org/apache/openmeetings/util/OpenmeetingsVariables.java|  8 
 .../org/apache/openmeetings/webservice/InfoWebService.java | 10 --
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git 
a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
 
b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
index 507b4c4..2a045ba 100644
--- 
a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
+++ 
b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
@@ -271,7 +271,7 @@ public class ImportInitvalues {
+ "It makes no sense to make 
this(%s) 'true' while "
+ "%s is 'false' cause you need 
to send a EMail.", CONFIG_EMAIL_VERIFICATION, CONFIG_EMAIL_AT_REGISTER), 
VER_2_0);
 
-   addCfg(list, CONFIG_APPLICATION_BASE_URL, cfg.getBaseUrl(), 
Configuration.Type.STRING, "Base URL your OPenmeetings installation will be 
accessible at.", "3.0.2");
+   addCfg(list, CONFIG_APPLICATION_BASE_URL, cfg.getBaseUrl(), 
Configuration.Type.STRING, "Base URL your Openmeetings installation will be 
accessible at.", "3.0.2");
 
// ***
// ***
diff --git 
a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
 
b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
index 20b7e48..cad96b9 100644
--- 
a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
+++ 
b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
@@ -248,6 +248,14 @@ public class OpenmeetingsVariables {
return baseUrl;
}
 
+   public static String getWebappPath() {
+   String webappPath = baseUrl;
+   if (webappPath.endsWith("/")) {
+   webappPath = webappPath.substring(0, 
webappPath.length() - 1);
+   }
+   return webappPath.substring(webappPath.lastIndexOf("/") + 1);
+   }
+
public static void setBaseUrl(String url) {
baseUrl = url;
}
diff --git 
a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
 
b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
index a80fbdf..7967e1d 100644
--- 
a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
+++ 
b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
@@ -20,8 +20,6 @@ package org.apache.openmeetings.webservice;
 
 import static org.apache.openmeetings.webservice.Constants.TNS;
 
-import java.util.Locale;
-
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 import javax.ws.rs.GET;
@@ -49,9 +47,9 @@ import io.swagger.v3.oas.annotations.tags.Tag;
 
 /**
  *
- * The Service contains methods to get info about the system
+ * The Service contains methods to get info about the system and manifest
  *
- * @author solomax
+ * @author solomax, sebawagner
  *
  */
 @Service("infoWebService")
@@ -108,7 +106,7 @@ public class InfoWebService {
manifest.put("name", OpenmeetingsVariables.getApplicationName() 
+ " " + Version.getVersion());
manifest.put("short_name", 
OpenmeetingsVariables.getApplicationName() + " " + Version.getVersion());
manifest.put("description", "Openmeetings provides video 
conferencing, instant messaging, white board, collaborative document editing 
and other groupware tools.");
-   manifest.put("start_url", "/" + 
OpenmeetingsVariables.getApplicationName().toLowerCase(Locale.getDefault()) + 
"/?pwa=true");
+   manifest.put("start_url", "/" + 
OpenmeetingsVariables.getWebappPath() + "/?pwa=true");
manifest.put("scope", "/");
manifest.put("background_color", "#ff");
manifest.put(

[openmeetings] 01/01: Merge pull request #164 from apache/feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen

2021-10-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 56cb5fbd47fcc6eb14d9253ad3f73482d1e6b4f6
Merge: 57aea57 8f94d1d
Author: Sebastian Wagner 
AuthorDate: Sun Oct 17 12:52:48 2021 +1300

Merge pull request #164 from 
apache/feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen

OPENMEETINGS-2683 Add manifest file for adding icon, splash screen and 
browser settings for when adding to home screen on mobile.

 .../apache/openmeetings/web/pages/BasePage.html|  29 +++
 .../main/webapp/images/icons/apple-icon-180.png| Bin 0 -> 10696 bytes
 .../webapp/images/icons/apple-splash-1125-2436.jpg | Bin 0 -> 66463 bytes
 .../webapp/images/icons/apple-splash-1136-640.jpg  | Bin 0 -> 24945 bytes
 .../webapp/images/icons/apple-splash-1170-2532.jpg | Bin 0 -> 69906 bytes
 .../webapp/images/icons/apple-splash-1242-2208.jpg | Bin 0 -> 72120 bytes
 .../webapp/images/icons/apple-splash-1242-2688.jpg | Bin 0 -> 75659 bytes
 .../webapp/images/icons/apple-splash-1284-2778.jpg | Bin 0 -> 78823 bytes
 .../webapp/images/icons/apple-splash-1334-750.jpg  | Bin 0 -> 31010 bytes
 .../webapp/images/icons/apple-splash-1536-2048.jpg | Bin 0 -> 88952 bytes
 .../webapp/images/icons/apple-splash-1620-2160.jpg | Bin 0 -> 95661 bytes
 .../webapp/images/icons/apple-splash-1668-2224.jpg | Bin 0 -> 99240 bytes
 .../webapp/images/icons/apple-splash-1668-2388.jpg | Bin 0 -> 101273 bytes
 .../webapp/images/icons/apple-splash-1792-828.jpg  | Bin 0 -> 32864 bytes
 .../webapp/images/icons/apple-splash-2048-1536.jpg | Bin 0 -> 83104 bytes
 .../webapp/images/icons/apple-splash-2048-2732.jpg | Bin 0 -> 130068 bytes
 .../webapp/images/icons/apple-splash-2160-1620.jpg | Bin 0 -> 89441 bytes
 .../webapp/images/icons/apple-splash-2208-1242.jpg | Bin 0 -> 60178 bytes
 .../webapp/images/icons/apple-splash-2224-1668.jpg | Bin 0 -> 92538 bytes
 .../webapp/images/icons/apple-splash-2388-1668.jpg | Bin 0 -> 92578 bytes
 .../webapp/images/icons/apple-splash-2436-1125.jpg | Bin 0 -> 50367 bytes
 .../webapp/images/icons/apple-splash-2532-1170.jpg | Bin 0 -> 53274 bytes
 .../webapp/images/icons/apple-splash-2688-1242.jpg | Bin 0 -> 57573 bytes
 .../webapp/images/icons/apple-splash-2732-2048.jpg | Bin 0 -> 121595 bytes
 .../webapp/images/icons/apple-splash-2778-1284.jpg | Bin 0 -> 60820 bytes
 .../webapp/images/icons/apple-splash-640-1136.jpg  | Bin 0 -> 30165 bytes
 .../webapp/images/icons/apple-splash-750-1334.jpg  | Bin 0 -> 37214 bytes
 .../webapp/images/icons/apple-splash-828-1792.jpg  | Bin 0 -> 44404 bytes
 .../images/icons/manifest-icon-192.maskable.png| Bin 0 -> 11489 bytes
 .../images/icons/manifest-icon-512.maskable.png| Bin 0 -> 40763 bytes
 .../openmeetings/webservice/InfoWebService.java|  41 +
 31 files changed, 70 insertions(+)


[openmeetings] branch master updated (57aea57 -> 56cb5fb)

2021-10-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 57aea57  Merge branch 'master' of github.com:apache/openmeetings
 add 8f94d1d  OPENMEETINGS-2683 Add manifest file for adding icon, splash 
screen and browser settings for when adding to home screen on mobile.
 new 56cb5fb  Merge pull request #164 from 
apache/feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/openmeetings/web/pages/BasePage.html|  29 +++
 .../main/webapp/images/icons/apple-icon-180.png| Bin 0 -> 10696 bytes
 .../webapp/images/icons/apple-splash-1125-2436.jpg | Bin 0 -> 66463 bytes
 .../webapp/images/icons/apple-splash-1136-640.jpg  | Bin 0 -> 24945 bytes
 .../webapp/images/icons/apple-splash-1170-2532.jpg | Bin 0 -> 69906 bytes
 .../webapp/images/icons/apple-splash-1242-2208.jpg | Bin 0 -> 72120 bytes
 .../webapp/images/icons/apple-splash-1242-2688.jpg | Bin 0 -> 75659 bytes
 .../webapp/images/icons/apple-splash-1284-2778.jpg | Bin 0 -> 78823 bytes
 .../webapp/images/icons/apple-splash-1334-750.jpg  | Bin 0 -> 31010 bytes
 .../webapp/images/icons/apple-splash-1536-2048.jpg | Bin 0 -> 88952 bytes
 .../webapp/images/icons/apple-splash-1620-2160.jpg | Bin 0 -> 95661 bytes
 .../webapp/images/icons/apple-splash-1668-2224.jpg | Bin 0 -> 99240 bytes
 .../webapp/images/icons/apple-splash-1668-2388.jpg | Bin 0 -> 101273 bytes
 .../webapp/images/icons/apple-splash-1792-828.jpg  | Bin 0 -> 32864 bytes
 .../webapp/images/icons/apple-splash-2048-1536.jpg | Bin 0 -> 83104 bytes
 .../webapp/images/icons/apple-splash-2048-2732.jpg | Bin 0 -> 130068 bytes
 .../webapp/images/icons/apple-splash-2160-1620.jpg | Bin 0 -> 89441 bytes
 .../webapp/images/icons/apple-splash-2208-1242.jpg | Bin 0 -> 60178 bytes
 .../webapp/images/icons/apple-splash-2224-1668.jpg | Bin 0 -> 92538 bytes
 .../webapp/images/icons/apple-splash-2388-1668.jpg | Bin 0 -> 92578 bytes
 .../webapp/images/icons/apple-splash-2436-1125.jpg | Bin 0 -> 50367 bytes
 .../webapp/images/icons/apple-splash-2532-1170.jpg | Bin 0 -> 53274 bytes
 .../webapp/images/icons/apple-splash-2688-1242.jpg | Bin 0 -> 57573 bytes
 .../webapp/images/icons/apple-splash-2732-2048.jpg | Bin 0 -> 121595 bytes
 .../webapp/images/icons/apple-splash-2778-1284.jpg | Bin 0 -> 60820 bytes
 .../webapp/images/icons/apple-splash-640-1136.jpg  | Bin 0 -> 30165 bytes
 .../webapp/images/icons/apple-splash-750-1334.jpg  | Bin 0 -> 37214 bytes
 .../webapp/images/icons/apple-splash-828-1792.jpg  | Bin 0 -> 44404 bytes
 .../images/icons/manifest-icon-192.maskable.png| Bin 0 -> 11489 bytes
 .../images/icons/manifest-icon-512.maskable.png| Bin 0 -> 40763 bytes
 .../openmeetings/webservice/InfoWebService.java|  41 +
 31 files changed, 70 insertions(+)
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-icon-180.png
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1125-2436.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1136-640.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1170-2532.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1242-2208.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1242-2688.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1284-2778.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1334-750.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1536-2048.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1620-2160.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1668-2224.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1668-2388.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-1792-828.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-2048-1536.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-2048-2732.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-2160-1620.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-2208-1242.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/images/icons/apple-splash-2224-1668.jpg
 create mode 100644 
openmeetings-web/src/main/webapp/image

[openmeetings] branch feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen created (now 8f94d1d)

2021-10-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 8f94d1d  OPENMEETINGS-2683 Add manifest file for adding icon, splash 
screen and browser settings for when adding to home screen on mobile.

This branch includes the following new commits:

 new 8f94d1d  OPENMEETINGS-2683 Add manifest file for adding icon, splash 
screen and browser settings for when adding to home screen on mobile.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: OPENMEETINGS-2683 Add manifest file for adding icon, splash screen and browser settings for when adding to home screen on mobile.

2021-10-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2683-manifest-file-for-saving-to-home-screen
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 8f94d1d73d1b6a36d1996a6bbae0743632b9125f
Author: Sebastian Wagner 
AuthorDate: Sun Oct 17 12:45:39 2021 +1300

OPENMEETINGS-2683 Add manifest file for adding icon, splash screen and 
browser settings for when adding to home screen on mobile.
---
 .../apache/openmeetings/web/pages/BasePage.html|  29 +++
 .../main/webapp/images/icons/apple-icon-180.png| Bin 0 -> 10696 bytes
 .../webapp/images/icons/apple-splash-1125-2436.jpg | Bin 0 -> 66463 bytes
 .../webapp/images/icons/apple-splash-1136-640.jpg  | Bin 0 -> 24945 bytes
 .../webapp/images/icons/apple-splash-1170-2532.jpg | Bin 0 -> 69906 bytes
 .../webapp/images/icons/apple-splash-1242-2208.jpg | Bin 0 -> 72120 bytes
 .../webapp/images/icons/apple-splash-1242-2688.jpg | Bin 0 -> 75659 bytes
 .../webapp/images/icons/apple-splash-1284-2778.jpg | Bin 0 -> 78823 bytes
 .../webapp/images/icons/apple-splash-1334-750.jpg  | Bin 0 -> 31010 bytes
 .../webapp/images/icons/apple-splash-1536-2048.jpg | Bin 0 -> 88952 bytes
 .../webapp/images/icons/apple-splash-1620-2160.jpg | Bin 0 -> 95661 bytes
 .../webapp/images/icons/apple-splash-1668-2224.jpg | Bin 0 -> 99240 bytes
 .../webapp/images/icons/apple-splash-1668-2388.jpg | Bin 0 -> 101273 bytes
 .../webapp/images/icons/apple-splash-1792-828.jpg  | Bin 0 -> 32864 bytes
 .../webapp/images/icons/apple-splash-2048-1536.jpg | Bin 0 -> 83104 bytes
 .../webapp/images/icons/apple-splash-2048-2732.jpg | Bin 0 -> 130068 bytes
 .../webapp/images/icons/apple-splash-2160-1620.jpg | Bin 0 -> 89441 bytes
 .../webapp/images/icons/apple-splash-2208-1242.jpg | Bin 0 -> 60178 bytes
 .../webapp/images/icons/apple-splash-2224-1668.jpg | Bin 0 -> 92538 bytes
 .../webapp/images/icons/apple-splash-2388-1668.jpg | Bin 0 -> 92578 bytes
 .../webapp/images/icons/apple-splash-2436-1125.jpg | Bin 0 -> 50367 bytes
 .../webapp/images/icons/apple-splash-2532-1170.jpg | Bin 0 -> 53274 bytes
 .../webapp/images/icons/apple-splash-2688-1242.jpg | Bin 0 -> 57573 bytes
 .../webapp/images/icons/apple-splash-2732-2048.jpg | Bin 0 -> 121595 bytes
 .../webapp/images/icons/apple-splash-2778-1284.jpg | Bin 0 -> 60820 bytes
 .../webapp/images/icons/apple-splash-640-1136.jpg  | Bin 0 -> 30165 bytes
 .../webapp/images/icons/apple-splash-750-1334.jpg  | Bin 0 -> 37214 bytes
 .../webapp/images/icons/apple-splash-828-1792.jpg  | Bin 0 -> 44404 bytes
 .../images/icons/manifest-icon-192.maskable.png| Bin 0 -> 11489 bytes
 .../images/icons/manifest-icon-512.maskable.png| Bin 0 -> 40763 bytes
 .../openmeetings/webservice/InfoWebService.java|  41 +
 31 files changed, 70 insertions(+)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
index 72b547a..2220592 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
@@ -23,6 +23,35 @@
 


+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   


[title]
diff --git a/openmeetings-web/src/main/webapp/images/icons/apple-icon-180.png 
b/openmeetings-web/src/main/webapp/images/icons/apple-icon-180.png
new file mode 100644
index 000..eb4a41d
Binary files /dev/null and 
b/openmeetings-web/src/main/webapp/images/icons/apple-icon-180.png differ
diff --git 
a/openmeetings-web/src/main/webapp/images/icons/apple-splash-1125-2436.jpg 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1125-2436.jpg
new file mode 100644
index 000..d5e6945
Binary files /dev/null and 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1125-2436.jpg 
differ
diff --git 
a/openmeetings-web/src/main/webapp/images/icons/apple-splash-1136-640.jpg 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1136-640.jpg
new file mode 100644
index 000..495ce3a
Binary files /dev/null and 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1136-640.jpg differ
diff --git 
a/openmeetings-web/src/main/webapp/images/icons/apple-splash-1170-2532.jpg 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1170-2532.jpg
new file mode 100644
index 000..ebbb7d0
Binary files /dev/null and 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1170-2532.jpg 
differ
diff --git 
a/openmeetings-web/src/main/webapp/images/icons/apple-splash-1242-2208.jpg 
b/openmeetings-web/src/main/webapp/images/icons/apple-splash-1242-2208.jpg
new fil

[openmeetings] branch master updated: OPENMEETINGS-2684 replace whitespaces with tab.

2021-10-10 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new 4a85d9d  OPENMEETINGS-2684 replace whitespaces with tab.
4a85d9d is described below

commit 4a85d9d250ed2a09350e85c93c0f910a0c0f9056
Author: Sebastian Wagner 
AuthorDate: Sun Oct 10 21:42:21 2021 +1300

OPENMEETINGS-2684 replace whitespaces with tab.
---
 openmeetings-web/src/main/webapp/css/raw-general.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css 
b/openmeetings-web/src/main/webapp/css/raw-general.css
index a14aa0e..b998b62 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -1,10 +1,10 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
 :root {
---app-height: 100%;
+   --app-height: 100%;
 }
 html, body {
width: 100vw;
-height: var(--app-height);
+   height: var(--app-height);
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;


[openmeetings] branch master updated (220f9fe -> 886ba52)

2021-10-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 220f9fe  Merge pull request #161 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that
 add 7e33756  OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix 
height to adjust when resizing occurs for iOS/Mobile browsers.
 add 3102717  OPENMEETINGS-2684 Remove unused css.
 new 886ba52  Merge pull request #162 from 
apache/feature/OPENMEETINGS-2684-update-viewport-and-adjust-height

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/front/main/src/index.js  | 7 +++
 .../src/main/java/org/apache/openmeetings/web/pages/BasePage.html  | 1 +
 openmeetings-web/src/main/webapp/css/raw-general.css   | 7 ++-
 3 files changed, 14 insertions(+), 1 deletion(-)


[openmeetings] 01/01: Merge pull request #162 from apache/feature/OPENMEETINGS-2684-update-viewport-and-adjust-height

2021-10-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 886ba521aaa93dc3ad958ada739e80a9fd69a237
Merge: 220f9fe 3102717
Author: Sebastian Wagner 
AuthorDate: Sun Oct 10 11:11:02 2021 +1300

Merge pull request #162 from 
apache/feature/OPENMEETINGS-2684-update-viewport-and-adjust-height

OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix height to  
adjust when resizing occurs for iOS/Mobile browsers

 openmeetings-web/src/main/front/main/src/index.js  | 7 +++
 .../src/main/java/org/apache/openmeetings/web/pages/BasePage.html  | 1 +
 openmeetings-web/src/main/webapp/css/raw-general.css   | 7 ++-
 3 files changed, 14 insertions(+), 1 deletion(-)


[openmeetings] branch feature/OPENMEETINGS-2684-update-viewport-and-adjust-height updated (7e33756 -> 3102717)

2021-10-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2684-update-viewport-and-adjust-height
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 7e33756  OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix 
height to adjust when resizing occurs for iOS/Mobile browsers.
 add 3102717  OPENMEETINGS-2684 Remove unused css.

No new revisions were added by this update.

Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-general.css | 2 --
 1 file changed, 2 deletions(-)


[openmeetings] 01/01: OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix height to adjust when resizing occurs for iOS/Mobile browsers.

2021-10-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2684-update-viewport-and-adjust-height
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 7e33756ba6d097604b1bc426e309d159787c9883
Author: Sebastian Wagner 
AuthorDate: Sun Oct 10 10:32:58 2021 +1300

OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix height to 
adjust when resizing occurs for iOS/Mobile browsers.
---
 openmeetings-web/src/main/front/main/src/index.js| 7 +++
 .../main/java/org/apache/openmeetings/web/pages/BasePage.html| 1 +
 openmeetings-web/src/main/webapp/css/raw-general.css | 9 -
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/front/main/src/index.js 
b/openmeetings-web/src/main/front/main/src/index.js
index 1e7e33f..05f03ec 100644
--- a/openmeetings-web/src/main/front/main/src/index.js
+++ b/openmeetings-web/src/main/front/main/src/index.js
@@ -20,3 +20,10 @@ Object.assign(window, {
$('#busy-indicator').hide();
}
 });
+function _updateResize() {
+   const doc = document.documentElement
+doc.style.setProperty('--app-height', `${window.innerHeight}px`)
+}
+$(window).on('resize', _updateResize);
+//initial resize
+_updateResize();
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
index 3c0ec53..72b547a 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
@@ -22,6 +22,7 @@
 http://wicket.apache.org/dtds.data/wicket-9.xsd; 
wicket:id="html">
 

+   


[title]
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css 
b/openmeetings-web/src/main/webapp/css/raw-general.css
index 35d38d8..e6e07d8 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -1,7 +1,14 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
+:root {
+--app-height: 100%;
+}
 html, body {
-   height: 100%;
+   width: 100vw;
+height: var(--app-height);
+/*height: 100%;
+   width: 100%;*/
margin: 0;
+   padding: 0;
font-family: Arial, Helvetica, sans-serif;
overflow-y: hidden;
 }


[openmeetings] branch feature/OPENMEETINGS-2684-update-viewport-and-adjust-height created (now 7e33756)

2021-10-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2684-update-viewport-and-adjust-height
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 7e33756  OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix 
height to adjust when resizing occurs for iOS/Mobile browsers.

This branch includes the following new commits:

 new 7e33756  OPENMEETINGS-2684, OPENMEETINGS-2280 Apply viewport and fix 
height to adjust when resizing occurs for iOS/Mobile browsers.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: Merge pull request #161 from apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 220f9fe57f2433ff6f72cf3f46c875978e6df0d4
Merge: bf1a5b0 d774bea
Author: Sebastian Wagner 
AuthorDate: Sat Oct 9 16:47:01 2021 +1300

Merge pull request #161 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

OPENMEETINGS-2681 revert fixed menu size, since it enlarges in mobile 
viewport

 openmeetings-web/src/main/webapp/css/raw-menu.css | 1 -
 1 file changed, 1 deletion(-)


[openmeetings] branch master updated (bf1a5b0 -> 220f9fe)

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from bf1a5b0  Merge pull request #160 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that
 add d774bea  OPENMEETINGS-2681 revert fixed menu size, since it enlarges 
in mobile viewport.
 new 220f9fe  Merge pull request #161 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-menu.css | 1 -
 1 file changed, 1 deletion(-)


[openmeetings] branch feature/OPENMEETINGS-2681-improve-and-remove-margins-that updated (f69af21 -> d774bea)

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2681-improve-and-remove-margins-that
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from f69af21  OPENMEETINGS-2681 Improve margins and when whiteboard is 
disabled.
 add d774bea  OPENMEETINGS-2681 revert fixed menu size, since it enlarges 
in mobile viewport.

No new revisions were added by this update.

Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-menu.css | 1 -
 1 file changed, 1 deletion(-)


[openmeetings] 01/01: Merge pull request #160 from apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit bf1a5b089a0a1053d9c1aa370621bbdec7577693
Merge: 5b0e6b8 f69af21
Author: Sebastian Wagner 
AuthorDate: Sat Oct 9 16:35:04 2021 +1300

Merge pull request #160 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

OPENMEETINGS-2681 Improve margins and when whiteboard is disabled.

 openmeetings-web/src/main/webapp/css/raw-menu.css  | 2 ++
 openmeetings-web/src/main/webapp/css/raw-room.css  | 2 +-
 openmeetings-web/src/main/webapp/css/raw-variables.css | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)


[openmeetings] branch master updated (5b0e6b8 -> bf1a5b0)

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 5b0e6b8  Merge pull request #159 from 
apache/feature/OPENMEETINGS-2678-ios-notification-api
 add f69af21  OPENMEETINGS-2681 Improve margins and when whiteboard is 
disabled.
 new bf1a5b0  Merge pull request #160 from 
apache/feature/OPENMEETINGS-2681-improve-and-remove-margins-that

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/webapp/css/raw-menu.css  | 2 ++
 openmeetings-web/src/main/webapp/css/raw-room.css  | 2 +-
 openmeetings-web/src/main/webapp/css/raw-variables.css | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)


[openmeetings] 01/01: OPENMEETINGS-2681 Improve margins and when whiteboard is disabled.

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2681-improve-and-remove-margins-that
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f69af21ca966a7c03a072b57c0563bcc76b8c1a1
Author: Sebastian Wagner 
AuthorDate: Sat Oct 9 16:24:33 2021 +1300

OPENMEETINGS-2681 Improve margins and when whiteboard is disabled.
---
 openmeetings-web/src/main/webapp/css/raw-menu.css  | 2 ++
 openmeetings-web/src/main/webapp/css/raw-room.css  | 2 +-
 openmeetings-web/src/main/webapp/css/raw-variables.css | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-menu.css 
b/openmeetings-web/src/main/webapp/css/raw-menu.css
index 992e84e..a0cbd0e 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -1,6 +1,8 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
 #menu .navbar {
+   padding-top: 0;
padding-bottom: 0;
+   height: var(--room-menu-height);
 }
 .room-block .menu .top.exit {
padding-left: 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 5211908..f8c8932 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -32,7 +32,7 @@
left: 0;
 }
 .room-block .sb-wb .sidebar #room-sidebar-tabs {
-   height: calc(100% - var(--buffer-size) - var(--activities-height));
+   height: calc(100% - var(--activities-height));
 }
 .room-block .sb-wb .sidebar .tab {
padding: 5px 0 0 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css 
b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 6286ade..5ffa8f3 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -44,7 +44,7 @@ body.no-menu {
 }
 .main.room {
--header-height: 0px;
-   --room-menu-height: calc(22px + 1rem);
+   --room-menu-height: 40px;
--room-wb-tabs-height: 45px;
--room-sidebar-header-height: 37px;
--chat-width: 20px;


[openmeetings] branch feature/OPENMEETINGS-2681-improve-and-remove-margins-that created (now f69af21)

2021-10-08 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2681-improve-and-remove-margins-that
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at f69af21  OPENMEETINGS-2681 Improve margins and when whiteboard is 
disabled.

This branch includes the following new commits:

 new f69af21  OPENMEETINGS-2681 Improve margins and when whiteboard is 
disabled.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: Merge pull request #159 from apache/feature/OPENMEETINGS-2678-ios-notification-api

2021-10-06 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 5b0e6b8bca426611dacbfa8ae305052ff60220d6
Merge: c535508 127d137
Author: Sebastian Wagner 
AuthorDate: Thu Oct 7 10:27:07 2021 +1300

Merge pull request #159 from 
apache/feature/OPENMEETINGS-2678-ios-notification-api

OPENMEETINGS-2678 Update and ignore if Notificaiton API is not available

 openmeetings-web/src/main/front/main/src/omutils.js | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)


[openmeetings] branch master updated (c535508 -> 5b0e6b8)

2021-10-06 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from c535508  [OPENMEETINGS-2640] junit, spring, tomcat, cxf, 
asterisk-java, postgres, swagger
 add 80cdb0d  OPENMEETINGS-2678 Update and ignore if Notificaiton API is 
not available.
 add 127d137  OPENMEETINGS-2678 Add review comment.
 new 5b0e6b8  Merge pull request #159 from 
apache/feature/OPENMEETINGS-2678-ios-notification-api

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-web/src/main/front/main/src/omutils.js | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)


[openmeetings] branch feature/OPENMEETINGS-2678-ios-notification-api updated (80cdb0d -> 127d137)

2021-10-06 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2678-ios-notification-api
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


from 80cdb0d  OPENMEETINGS-2678 Update and ignore if Notificaiton API is 
not available.
 add 127d137  OPENMEETINGS-2678 Add review comment.

No new revisions were added by this update.

Summary of changes:
 openmeetings-web/src/main/front/main/src/omutils.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


  1   2   3   4   5   6   >