[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17558946#comment-17558946
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit fc8fb5a597c40bb414dcad2e4a214c5cf86ec942 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fc8fb5a59 ]

[OPENMEETINGS-2732] maven-site-plugin, bytebuddy, minimum maven version


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2742) Create maven module to isolate KMS integration

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17557227#comment-17557227
 ] 

ASF subversion and git services commented on OPENMEETINGS-2742:
---

Commit a1ef4ef8eafe9f0c70a2bbe9b304c32430a7c6fa in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from Maxim 
Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=a1ef4ef8e ]

[OPENMEETINGS-2742] package is renamed


> Create maven module to isolate KMS integration
> --
>
> Key: OPENMEETINGS-2742
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2742
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Kurento
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 7.0.0
>
>
> As discussed in 
> [https://lists.apache.org/thread/cm65ltlsjnbt4h030j7zwz5rv1dh21cx]
> Create a maven module for KMS relevant code. 
> This is a pre-step before porting to KMS 6.18, which will be a separated 
> Jira/task



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556699#comment-17556699
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit dcfe5c9e7a6709ee5f3fc5830f7a94240214efea in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from Maxim 
Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=dcfe5c9e7 ]

[OPENMEETINGS-2732] dependencies are cleaned-up, deprecated code removed


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556697#comment-17556697
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit 9a8bddaeaf8f11b418f86b3d55be63bdd89e96ad in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9a8bddaea ]

OPENMEETINGS-2743 Fix duplicated dependency.


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556698#comment-17556698
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 0298c6c9c811d56d9357b42cd84a86d0fdbb8725 in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from Maxim 
Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=0298c6c9c ]

[OPENMEETINGS-2732] tika


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556696#comment-17556696
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit fec6e2510d5caf4188b94f09d25fa04d010e2444 in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fec6e2510 ]

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


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556665#comment-17556665
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit dcfe5c9e7a6709ee5f3fc5830f7a94240214efea in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=dcfe5c9e7 ]

[OPENMEETINGS-2732] dependencies are cleaned-up, deprecated code removed


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556233#comment-17556233
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 0298c6c9c811d56d9357b42cd84a86d0fdbb8725 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=0298c6c9c ]

[OPENMEETINGS-2732] tika


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556227#comment-17556227
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit fec6e2510d5caf4188b94f09d25fa04d010e2444 in openmeetings's branch 
refs/heads/master from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fec6e2510 ]

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


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556228#comment-17556228
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit 9a8bddaeaf8f11b418f86b3d55be63bdd89e96ad in openmeetings's branch 
refs/heads/master from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9a8bddaea ]

OPENMEETINGS-2743 Fix duplicated dependency.


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556027#comment-17556027
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit dac72cee30698f135b56157a5a88f9ba549caad5 in openmeetings's branch 
refs/heads/feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=dac72cee3 ]

OPENMEETINGS-2743 Fix duplicated dependency.


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2743) Jetty mode does not work with JDK17 / Source code level

2022-06-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556026#comment-17556026
 ] 

ASF subversion and git services commented on OPENMEETINGS-2743:
---

Commit a63a3097053ccb1b922aebef077e4ac97b1462e3 in openmeetings's branch 
refs/heads/feature/OPENMEETINGS-2743-fix-java17-wicket-proxy-issue from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=a63a30970 ]

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


> Jetty mode does not work with JDK17 / Source code level 
> 
>
> Key: OPENMEETINGS-2743
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2743
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> This is master as of 19/06/2022
> When doing a compile and then run jetty as run-exploded
> {code:java}
> mvn clean install -P allModules,quick,mysql
> cd openmeetings-web
> mvn install -P allModules,quick,mysql jetty:run-exploded 
> -Dwicket.configuration=DEVELOPMENT {code}
> Jetty throws an error and the server doesn't completely start. Webapp is not 
> deployed (404 when accessing via URL). So jetty is running but the webapp 
> failed to init.
> Exception in console:
> {code:java}
> [WARNING] Failed startup of context 
> o.e.j.m.p.JettyWebAppContext@42c5d861{/openmeetings,[file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/modernizr-2.8.3-1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/splide-3.6.12.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/typeaheadjs-0.11.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/animate.css-3.7.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/inputmask-4.0.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/spin-js-2.1.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jasny-bootstrap-3.1.3-2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/font-awesome-6.1.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/popper.js-1.16.1-lts.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/summernote-0.8.20.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/bootstrap-italia-1.6.2.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/momentjs-2.24.0.jar!/META-INF/resources,
>  
> jar:file:///Users/sebastianwagner/Documents/work/openmeetings/_REPO/openmeetings/openmeetings-web/target/openmeetings-web-7.0.0-SNAPSHOT/WEB-INF/lib/tempusdominus-bootstrap-4-5.39.0.jar!/META-INF/resources,
>  
> 

[jira] [Commented] (OPENMEETINGS-2742) Create maven module to isolate KMS integration

2022-06-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17556005#comment-17556005
 ] 

ASF subversion and git services commented on OPENMEETINGS-2742:
---

Commit 5b0997b4313c266a1fc1ad4b603dd4e18c4f33df in openmeetings's branch 
refs/heads/feature/openmeetings-2742-add-maven-mediaserver-module from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=5b0997b43 ]

OPENMEETINGS-2742 Introduce openmeetings-mdeiaserver module.


> Create maven module to isolate KMS integration
> --
>
> Key: OPENMEETINGS-2742
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2742
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Kurento
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 7.0.0
>
>
> As discussed in 
> [https://lists.apache.org/thread/cm65ltlsjnbt4h030j7zwz5rv1dh21cx]
> Create a maven module for KMS relevant code. 
> This is a pre-step before porting to KMS 6.18, which will be a separated 
> Jira/task



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555425#comment-17555425
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit ad6290f690565cb50f5759ae1027f8b595e09c35 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ad6290f69 ]

[OPENMEETINGS-2737] instructions are updated


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
> Attachments: agent-confid.gsm, r-agent-confid.gsm
>
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I can not dial into a open meetings 
> I can not 

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555420#comment-17555420
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 78a78c0841875c83a6937be50165e569c2828236 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=78a78c084 ]

[OPENMEETINGS-2732] maven-surefire-plugin


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555423#comment-17555423
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 2925e9f7c6b9dcf49ba6ab4d7062cb595d2b9672 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=2925e9f7c ]

[OPENMEETINGS-2732] tomcat, jettison, postgresql, mssql-driver, oracle-driver, 
MathJax


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555419#comment-17555419
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit b962e042e6a7d0f85a2caae70f42ae031de8d99b in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b962e042e ]

[OPENMEETINGS-2732] wicket-jquery-ui, mockito


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555426#comment-17555426
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 95814692faa21a6efa6ffa854d5929e21b709433 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=95814692f ]

[OPENMEETINGS-2732] apache-rat-plugin


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555427#comment-17555427
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 83270cdc9c195fd0010fb7adac14316500c1cce3 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=83270cdc9 ]

[OPENMEETINGS-2732] build should be fixed


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555422#comment-17555422
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit 6d7b933204f7ed6ebee7b7c2e9a841aac179283d in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=6d7b93320 ]

[OPENMEETINGS-2737] instructions were updated for Asterisk 18, issue in 
TimerService was fixed


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
> Attachments: agent-confid.gsm, r-agent-confid.gsm
>
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555428#comment-17555428
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit b9b09e24c647c908052490418b42334368e79ab5 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b9b09e24c ]

[OPENMEETINGS-2732] wicket-bootstrap, font-awesome, spring, ical4j, h2, swagger


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2715) Recordings: "Bin" icon always enabled

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555418#comment-17555418
 ] 

ASF subversion and git services commented on OPENMEETINGS-2715:
---

Commit dd3759069141f7ce1cfe8c2e2791b815094648ad in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=dd3759069 ]

[OPENMEETINGS-2715] minor improvements


> Recordings: "Bin" icon always enabled
> -
>
> Key: OPENMEETINGS-2715
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2715
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Recordings, UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: image-2021-11-27-17-44-14-267.png, 
> image-2021-11-27-17-45-28-295.png, image-2021-11-27-17-48-03-689.png
>
>
> The "Bin" icon to delete files in the recording folder is always enabled. 
> Then the confirmation popup will appear.
> It looks like that the folders "My recording" ... could be deleted.
> Even when no entry is selected the popup appears.
> Expected behaviour:
> the "Bin" icon is only enabled when a file is selected and the user is 
> allowed to delete it.
>  
> By the way:
> Below "Recordings" are folders for "My recordings" and "Group recordings..." 
> and  "Group files ..." but not "My files". A file upload is aslo not possible.
> Is there a reason for this?
> !image-2021-11-27-17-44-14-267.png!
>  
> !image-2021-11-27-17-48-03-689.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555424#comment-17555424
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit f86ee1202eef413871b14da8bbc12ee085b34fa7 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f86ee1202 ]

[OPENMEETINGS-2737] more TimerService fixes, minor JS fixes


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
> Attachments: agent-confid.gsm, r-agent-confid.gsm
>
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I can not dial into a open 

[jira] [Commented] (OPENMEETINGS-2627) Administration->OAuth2: Add an example entry for Keycloak

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555417#comment-17555417
 ] 

ASF subversion and git services commented on OPENMEETINGS-2627:
---

Commit c070acc03c600f104911fcf3821690f4de7852a4 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=c070acc03 ]

[OPENMEETINGS-2627] example for Keycloak is added


> Administration->OAuth2: Add an example entry for Keycloak
> -
>
> Key: OPENMEETINGS-2627
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2627
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Documentation, Installer
>Affects Versions: 5.1.0, 6.0.0, 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: keycloak.txt
>
>
> Add the an example for a OAuth2-Keycloak-configuration to
> Administration->OAuth2.
> Required values are in attachment.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2740) Build#141 do not login

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555421#comment-17555421
 ] 

ASF subversion and git services commented on OPENMEETINGS-2740:
---

Commit ba3a03269f5a8c4cdce200f7fd4240e680dbb109 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ba3a03269 ]

[OPENMEETINGS-2740] testing fix in wicket-core


> Build#141 do not login
> --
>
> Key: OPENMEETINGS-2740
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2740
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 7.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Critical
> Fix For: 7.0.0
>
>
> After updating to build#141, the login screen shows, but it does not login, 
> however, the room works fine with moodle plugin.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555413#comment-17555413
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 9af4d8998679925cf5d3c17abc91172372c4065e in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9af4d8998 ]

[OPENMEETINGS-2732] mockito


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555406#comment-17555406
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 2b088f4357b03fa09c4ed64651789183e7f3c343 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=2b088f435 ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555414#comment-17555414
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit b6465dcb3fc87756f70fa818e2df35f2f22e61bb in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b6465dcb3 ]

[OPENMEETINGS-2721] minor issue in layout


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2688) Administration->Groups: delete of logo icon does not work

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555410#comment-17555410
 ] 

ASF subversion and git services commented on OPENMEETINGS-2688:
---

Commit d42b5dfd0b0e7c0ffd9a8e62aa27e4b523933741 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d42b5dfd0 ]

[OPENMEETINGS-2688] group image can be deleted


> Administration->Groups: delete of logo icon does not work 
> --
>
> Key: OPENMEETINGS-2688
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2688
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: image-2021-10-12-22-14-36-100.png
>
>
> In Administration->Groups you can add a logo icon to a group.
> There ist adelete button, but this does not work. Same button exists for 
> Users, there it works.
>  
> Expectation:
> The Delete button works the same as  inusers dialog.
>  
>  
>  
> !image-2021-10-12-22-14-36-100.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2739) auth security issue

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555407#comment-17555407
 ] 

ASF subversion and git services commented on OPENMEETINGS-2739:
---

Commit 1fb71af36b660b12031628bf237c04940ebc5cd0 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=1fb71af36 ]

[OPENMEETINGS-2739] generate URL is disabled if non-contact is selected


> auth security issue
> ---
>
> Key: OPENMEETINGS-2739
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2739
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 6.2.0
>Reporter: Dennis Zimmt
>Assignee: Maxim Solodovnik
>Priority: Blocker
>  Labels: authentication, security
> Fix For: 7.0.0
>
>
> There is a heavy security issue that enables you to to log yourself in as 
> another user.
>  
> If you start the dialog to invite someone in a private room you can choose a 
> room's title, a user and a password. Then you can generate an invitation url 
> which is supposted to be send via mail to that user to join your room.
> That url contains a hash which logs in the invited user automatically.
>  
> /openmeetings/hash?invitation=c0fdb7cb-e0bb-4012-95ba-e658fc25c634=2
>  
> So by calling that url by yourself you can log in as that invited user 
> (before actually sending the invitation).
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555411#comment-17555411
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit f274e15a62b60c783cf14fe6acda00f5814ad70a in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f274e15a6 ]

[OPENMEETINGS-2721] form bootstrapization


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2626) After self registering an account wrong defaults in salutation and birthday

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555415#comment-17555415
 ] 

ASF subversion and git services commented on OPENMEETINGS-2626:
---

Commit 9d60cfd53d03ef59ac79b1cc90312ca6e54f1db1 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9d60cfd53 ]

[OPENMEETINGS-2626] salutation and birthday are not defaulted


> After self registering an account wrong defaults in salutation and birthday
> ---
>
> Key: OPENMEETINGS-2626
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2626
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 5.1.0, 6.0.0, 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
>
> After a new account has been registered the profile shows 
> salutation: MR
> birthday: current date
> The defaults are wrong in many cases (especially the birthday).
> In the database the columns OM_USER.SALUTATION and OM_USER.AGE are not 
> mandatory, so both fields could be empty (NULL).
> Same could happen with language and country, but I think these are derived 
> from the browser settings (so correct in most cases).
> *Solution:* both fields should be empty after registring an account.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2738) Documents are not deleted from white board

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555409#comment-17555409
 ] 

ASF subversion and git services commented on OPENMEETINGS-2738:
---

Commit 74b1df819c992ec3c7b92cb865164d5d08c0a47b in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=74b1df819 ]

[OPENMEETINGS-2738] temporary fix


> Documents are not deleted from white board
> --
>
> Key: OPENMEETINGS-2738
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2738
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI, Usability, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Documents are not deleted from white board completely, however, if session is 
> ended and return back, the white board is clear.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555412#comment-17555412
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit 9f626ccd48ad08034cac07446f293f9359609eeb in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9f626ccd4 ]

[OPENMEETINGS-2721] multiple forms are modernized


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2658) Email sent to user created by admin - no links to application

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555416#comment-17555416
 ] 

ASF subversion and git services commented on OPENMEETINGS-2658:
---

Commit f71163875355f9059997d0082f8ac30d94136652 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f71163875 ]

[OPENMEETINGS-2658] Application URL is added to registration template


> Email sent to user created by admin - no links to application
> -
>
> Key: OPENMEETINGS-2658
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2658
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 6.1.0
>Reporter: Lee
>Assignee: Maxim Solodovnik
>Priority: Minor
>  Labels: admin, email, registration
> Fix For: 7.0.0
>
> Attachments: OM_user_created_by_admin_email.png
>
>
> Currently, the email sent to a user created by admin does not contain a link 
> to the application, nor a way for the new user to login since they do not 
> know the password.
> A link to the application.base.url should be enough for the user to find were 
> to log in, and then use the Forgotten password link to gain access with their 
> own password.
>  
> Attached is the existing email content.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555408#comment-17555408
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 4f2ec820bbedeafdd2bbe03f1a44db67b1f93bcb in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=4f2ec820b ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555405#comment-17555405
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 3ab660fabe100b27823f27e5b09b2aca773e3941 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=3ab660fab ]

[OPENMEETINGS-2732] postgresql


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17555387#comment-17555387
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit b9b09e24c647c908052490418b42334368e79ab5 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b9b09e24c ]

[OPENMEETINGS-2732] wicket-bootstrap, font-awesome, spring, ical4j, h2, swagger


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17553486#comment-17553486
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 95814692faa21a6efa6ffa854d5929e21b709433 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=95814692f ]

[OPENMEETINGS-2732] apache-rat-plugin


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17552785#comment-17552785
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit ad6290f690565cb50f5759ae1027f8b595e09c35 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ad6290f69 ]

[OPENMEETINGS-2737] instructions are updated


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I can not dial into a open meetings 
> I can not dial between conference rooms
> I have also tried to create AOR, Auth and Endpoint records for a 

[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17552781#comment-17552781
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit f86ee1202eef413871b14da8bbc12ee085b34fa7 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f86ee1202 ]

[OPENMEETINGS-2737] more TimerService fixes, minor JS fixes


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I can not dial into a open meetings 
> I can not dial between conference rooms
> I have also tried to create AOR, Auth and Endpoint 

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17552561#comment-17552561
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 2925e9f7c6b9dcf49ba6ab4d7062cb595d2b9672 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=2925e9f7c ]

[OPENMEETINGS-2732] tomcat, jettison, postgresql, mssql-driver, oracle-driver, 
MathJax


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-06-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17552547#comment-17552547
 ] 

ASF subversion and git services commented on OPENMEETINGS-2737:
---

Commit 6d7b933204f7ed6ebee7b7c2e9a841aac179283d in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=6d7b93320 ]

[OPENMEETINGS-2737] instructions were updated for Asterisk 18, issue in 
TimerService was fixed


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I can not dial into a open meetings 
> I can not dial between conference rooms
> I have also tried 

[jira] [Commented] (OPENMEETINGS-2740) Build#141 do not login

2022-06-08 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17551552#comment-17551552
 ] 

ASF subversion and git services commented on OPENMEETINGS-2740:
---

Commit ba3a03269f5a8c4cdce200f7fd4240e680dbb109 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ba3a03269 ]

[OPENMEETINGS-2740] testing fix in wicket-core


> Build#141 do not login
> --
>
> Key: OPENMEETINGS-2740
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2740
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 7.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Blocker
>
> After updating to build#141, the login screen shows, but it does not login, 
> however, the room works fine with moodle plugin.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17550803#comment-17550803
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 78a78c0841875c83a6937be50165e569c2828236 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=78a78c084 ]

[OPENMEETINGS-2732] maven-surefire-plugin


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17550802#comment-17550802
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit b962e042e6a7d0f85a2caae70f42ae031de8d99b in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b962e042e ]

[OPENMEETINGS-2732] wicket-jquery-ui, mockito


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2715) Recordings: "Bin" icon always enabled

2022-06-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17550801#comment-17550801
 ] 

ASF subversion and git services commented on OPENMEETINGS-2715:
---

Commit dd3759069141f7ce1cfe8c2e2791b815094648ad in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=dd3759069 ]

[OPENMEETINGS-2715] minor improvements


> Recordings: "Bin" icon always enabled
> -
>
> Key: OPENMEETINGS-2715
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2715
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Recordings, UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: image-2021-11-27-17-44-14-267.png, 
> image-2021-11-27-17-45-28-295.png, image-2021-11-27-17-48-03-689.png
>
>
> The "Bin" icon to delete files in the recording folder is always enabled. 
> Then the confirmation popup will appear.
> It looks like that the folders "My recording" ... could be deleted.
> Even when no entry is selected the popup appears.
> Expected behaviour:
> the "Bin" icon is only enabled when a file is selected and the user is 
> allowed to delete it.
>  
> By the way:
> Below "Recordings" are folders for "My recordings" and "Group recordings..." 
> and  "Group files ..." but not "My files". A file upload is aslo not possible.
> Is there a reason for this?
> !image-2021-11-27-17-44-14-267.png!
>  
> !image-2021-11-27-17-48-03-689.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2627) Administration->OAuth2: Add an example entry for Keycloak

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545349#comment-17545349
 ] 

ASF subversion and git services commented on OPENMEETINGS-2627:
---

Commit c070acc03c600f104911fcf3821690f4de7852a4 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=c070acc03 ]

[OPENMEETINGS-2627] example for Keycloak is added


> Administration->OAuth2: Add an example entry for Keycloak
> -
>
> Key: OPENMEETINGS-2627
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2627
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Documentation, Installer
>Affects Versions: 5.1.0, 6.0.0, 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: keycloak.txt
>
>
> Add the an example for a OAuth2-Keycloak-configuration to
> Administration->OAuth2.
> Required values are in attachment.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2658) Email sent to user created by admin - no links to application

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545344#comment-17545344
 ] 

ASF subversion and git services commented on OPENMEETINGS-2658:
---

Commit f71163875355f9059997d0082f8ac30d94136652 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f71163875 ]

[OPENMEETINGS-2658] Application URL is added to registration template


> Email sent to user created by admin - no links to application
> -
>
> Key: OPENMEETINGS-2658
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2658
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 6.1.0
>Reporter: Lee
>Assignee: Maxim Solodovnik
>Priority: Minor
>  Labels: admin, email, registration
> Attachments: OM_user_created_by_admin_email.png
>
>
> Currently, the email sent to a user created by admin does not contain a link 
> to the application, nor a way for the new user to login since they do not 
> know the password.
> A link to the application.base.url should be enough for the user to find were 
> to log in, and then use the Forgotten password link to gain access with their 
> own password.
>  
> Attached is the existing email content.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2626) After self registering an account wrong defaults in salutation and birthday

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545342#comment-17545342
 ] 

ASF subversion and git services commented on OPENMEETINGS-2626:
---

Commit 9d60cfd53d03ef59ac79b1cc90312ca6e54f1db1 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9d60cfd53 ]

[OPENMEETINGS-2626] salutation and birthday are not defaulted


> After self registering an account wrong defaults in salutation and birthday
> ---
>
> Key: OPENMEETINGS-2626
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2626
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 5.1.0, 6.0.0, 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> After a new account has been registered the profile shows 
> salutation: MR
> birthday: current date
> The defaults are wrong in many cases (especially the birthday).
> In the database the columns OM_USER.SALUTATION and OM_USER.AGE are not 
> mandatory, so both fields could be empty (NULL).
> Same could happen with language and country, but I think these are derived 
> from the browser settings (so correct in most cases).
> *Solution:* both fields should be empty after registring an account.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545341#comment-17545341
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit b6465dcb3fc87756f70fa818e2df35f2f22e61bb in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b6465dcb3 ]

[OPENMEETINGS-2721] minor issue in layout


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 7.0.0
>
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545331#comment-17545331
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 9af4d8998679925cf5d3c17abc91172372c4065e in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9af4d8998 ]

[OPENMEETINGS-2732] mockito


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545329#comment-17545329
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit f274e15a62b60c783cf14fe6acda00f5814ad70a in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f274e15a6 ]

[OPENMEETINGS-2721] form bootstrapization


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545330#comment-17545330
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit 9f626ccd48ad08034cac07446f293f9359609eeb in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9f626ccd4 ]

[OPENMEETINGS-2721] multiple forms are modernized


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545328#comment-17545328
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit 9f626ccd48ad08034cac07446f293f9359609eeb in openmeetings's branch 
refs/heads/OPENMEETINGS-2721-form-bootstrapization from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=9f626ccd4 ]

[OPENMEETINGS-2721] multiple forms are modernized


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2721) UI improvement: bootstrap dropdown

2022-06-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544809#comment-17544809
 ] 

ASF subversion and git services commented on OPENMEETINGS-2721:
---

Commit f274e15a62b60c783cf14fe6acda00f5814ad70a in openmeetings's branch 
refs/heads/OPENMEETINGS-2721-form-bootstrapization from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f274e15a6 ]

[OPENMEETINGS-2721] form bootstrapization


> UI improvement: bootstrap dropdown
> --
>
> Key: OPENMEETINGS-2721
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2721
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 6.2.0, 7.0.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Bildschirmfoto vom 2022-02-13 11-02-22.png
>
>
> Use bootstrap style dropdowns instead of "".
> This would look much better.
> Most of these "" are in the form "user detail".
>  
> In form "user detail" a part of the input fields in "user detail form" are 
> not alligned but shifted some picle to the right.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2688) Administration->Groups: delete of logo icon does not work

2022-06-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17544769#comment-17544769
 ] 

ASF subversion and git services commented on OPENMEETINGS-2688:
---

Commit d42b5dfd0b0e7c0ffd9a8e62aa27e4b523933741 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d42b5dfd0 ]

[OPENMEETINGS-2688] group image can be deleted


> Administration->Groups: delete of logo icon does not work 
> --
>
> Key: OPENMEETINGS-2688
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2688
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 6.1.0
>Reporter: Uwe Simon
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: image-2021-10-12-22-14-36-100.png
>
>
> In Administration->Groups you can add a logo icon to a group.
> There ist adelete button, but this does not work. Same button exists for 
> Users, there it works.
>  
> Expectation:
> The Delete button works the same as  inusers dialog.
>  
>  
>  
> !image-2021-10-12-22-14-36-100.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2738) Documents are not deleted from white board

2022-05-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17543824#comment-17543824
 ] 

ASF subversion and git services commented on OPENMEETINGS-2738:
---

Commit 74b1df819c992ec3c7b92cb865164d5d08c0a47b in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=74b1df819 ]

[OPENMEETINGS-2738] temporary fix


> Documents are not deleted from white board
> --
>
> Key: OPENMEETINGS-2738
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2738
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI, Usability, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Blocker
>
> Documents are not deleted from white board completely, however, if session is 
> ended and return back, the white board is clear.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-05-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542850#comment-17542850
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 4f2ec820bbedeafdd2bbe03f1a44db67b1f93bcb in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=4f2ec820b ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2739) auth security issue

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542338#comment-17542338
 ] 

ASF subversion and git services commented on OPENMEETINGS-2739:
---

Commit 1fb71af36b660b12031628bf237c04940ebc5cd0 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=1fb71af36 ]

[OPENMEETINGS-2739] generate URL is disabled if non-contact is selected


> auth security issue
> ---
>
> Key: OPENMEETINGS-2739
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2739
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 6.2.0
>Reporter: Dennis Zimmt
>Assignee: Maxim Solodovnik
>Priority: Blocker
>  Labels: authentication, security
> Fix For: 7.0.0
>
>
> There is a heavy security issue that enables you to to log yourself in as 
> another user.
>  
> If you start the dialog to invite someone in a private room you can choose a 
> room's title, a user and a password. Then you can generate an invitation url 
> which is supposted to be send via mail to that user to join your room.
> That url contains a hash which logs in the invited user automatically.
>  
> /openmeetings/hash?invitation=c0fdb7cb-e0bb-4012-95ba-e658fc25c634=2
>  
> So by calling that url by yourself you can log in as that invited user 
> (before actually sending the invitation).
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542337#comment-17542337
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 2b088f4357b03fa09c4ed64651789183e7f3c343 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=2b088f435 ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542324#comment-17542324
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 3ab660fabe100b27823f27e5b09b2aca773e3941 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=3ab660fab ]

[OPENMEETINGS-2732] postgresql


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542321#comment-17542321
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 98939973cc723401f20420f0df5938c50f338259 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=98939973c ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542317#comment-17542317
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit d3918bdb47ade2cfd6af7d9d05bdfeea5e0a0dba in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d3918bdb4 ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2520) (6.0.0) Sonar issues need to be addressed

2022-05-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542318#comment-17542318
 ] 

ASF subversion and git services commented on OPENMEETINGS-2520:
---

Commit 8a9ec2be9ebed1fa65d16661eb5c90684f8bbae0 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8a9ec2be9 ]

[OPENMEETINGS-2520] sonar should be more happy


> (6.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2520
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2520
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-05-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17540178#comment-17540178
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit 1a02d13abecaff5bf0f7b559d1b6dde2a9279853 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=1a02d13ab ]

[OPENMEETINGS-2732] eval in MathJax is hacked


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539906#comment-17539906
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 35ed7e9ef624f7312013376ed5fdfb68693973df in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=35ed7e9ef ]

[OPENMEETINGS-2733] more Sonar issues are fixed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538958#comment-17538958
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit e6adbd15294a328c75f5bf477f62f1c8fe646260 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=e6adbd152 ]

[OPENMEETINGS-2733] more Sonar issues are fixed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538907#comment-17538907
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit eff2d74083f9971557992d2c5e37eb706a2369ce in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=eff2d7408 ]

[OPENMEETINGS-2733] some Sonar issues are addressed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538880#comment-17538880
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 7fb6ca2e9ea0379781d12f84b312771234bfd83e in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=7fb6ca2e9 ]

[OPENMEETINGS-2733] some Sonar issues are addressed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538879#comment-17538879
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit f659f1b14a265ebbd01d61795fa53dc00320252f in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f659f1b14 ]

[OPENMEETINGS-2732] fabric.js


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538857#comment-17538857
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 410a30917ac19e6dbdae21456088cdf2f22e4d19 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=410a30917 ]

[OPENMEETINGS-2733] some Sonar issues are addressed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2734) OM should be migrated to java17

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538848#comment-17538848
 ] 

ASF subversion and git services commented on OPENMEETINGS-2734:
---

Commit 99a0a318e7fdd2c1cd62de0fa4438f1ad4e05cd7 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=99a0a318e ]

[OPENMEETINGS-2734] start script updated


> OM should be migrated to java17
> ---
>
> Key: OPENMEETINGS-2734
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2734
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Minimum java version for project should be updated to Java17
> additional steps required:
>  - Hebrew (_iw) should be renamed to {{_he}}
>  -  indonesian(_in) should be renamed to {{_id}}
> - 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538846#comment-17538846
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit ad17624596ae060490e6fd083483770d20c85e6d in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ad1762459 ]

[OPENMEETINGS-2733] some Sonar issues are addressed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538651#comment-17538651
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 694d0bb31f8bb260be2542819c319b6bd8537208 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=694d0bb31 ]

[OPENMEETINGS-2733] some Sonar issues are addressed


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2734) OM should be migrated to java17

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538292#comment-17538292
 ] 

ASF subversion and git services commented on OPENMEETINGS-2734:
---

Commit fdc7e9ac04a8a87b7776c4f8005bbba7fd59217d in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fdc7e9ac0 ]

[OPENMEETINGS-2734] updated to java17


> OM should be migrated to java17
> ---
>
> Key: OPENMEETINGS-2734
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2734
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Minimum java version for project should be updated to Java17
> additional steps required:
>  - Hebrew (_iw) should be renamed to {{_he}}
>  -  indonesian(_in) should be renamed to {{_id}}
> - 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537918#comment-17537918
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 8f499d303fc95ae8eb9374832be9103d3c9719c4 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8f499d303 ]

[OPENMEETINGS-2733] query construction is improved


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2675) (6.3.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537917#comment-17537917
 ] 

ASF subversion and git services commented on OPENMEETINGS-2675:
---

Commit 74bdefeffd2ac2effe742452208f0b2298a7cefc in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=74bdefeff ]

[OPENMEETINGS-2675] spring


> (6.3.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2675
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2675
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537919#comment-17537919
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit a4dc5cc8a02ee1cf5fea449c3b4e279187a404de in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=a4dc5cc8a ]

[OPENMEETINGS-2732] tomcat


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537907#comment-17537907
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit 4aac4b3637c92a8851cec25d3602c64709234916 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=4aac4b363 ]

OPENMEETINGS-2727 Manually update Hebrew file.


> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2703) (6.3.0) Sonar issues need to be addressed

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537916#comment-17537916
 ] 

ASF subversion and git services commented on OPENMEETINGS-2703:
---

Commit d7b916b0c835cbe083823c0ff693d5e079df3dbd in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d7b916b0c ]

[OPENMEETINGS-2703] couple more Sonar issues


> (6.3.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2703
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2703
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2675) (6.3.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537914#comment-17537914
 ] 

ASF subversion and git services commented on OPENMEETINGS-2675:
---

Commit f41a2858325d97e00d973cd2ad48495e269db505 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f41a28583 ]

[OPENMEETINGS-2675] wicketstuff


> (6.3.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2675
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2675
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537905#comment-17537905
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit 2d9554e82517f934347b63ab9cd6dd0cf002032f in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=2d9554e82 ]

OPENMEETINGS-2727 Update and resync files from POEditor.


> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2675) (6.3.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537910#comment-17537910
 ] 

ASF subversion and git services commented on OPENMEETINGS-2675:
---

Commit d8605c2f9f441a5b6e49c98a54619d8d9f767f19 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d8605c2f9 ]

[OPENMEETINGS-2675] mysql, mockito, asterisk-java and 
maven-project-info-reports-plugin


> (6.3.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2675
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2675
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2675) (6.3.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537912#comment-17537912
 ] 

ASF subversion and git services commented on OPENMEETINGS-2675:
---

Commit 8621bba4b318d3b659c9aae0d2250ba608daeb69 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8621bba4b ]

[OPENMEETINGS-2675] tika, postgres, maven-site-plugin and front-end dependencies


> (6.3.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2675
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2675
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537909#comment-17537909
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit 27472af4beeae25ec93fa9172096ee60dc38bc69 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=27472af4b ]

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

OPENMEETINGS-2727 Update and resync files from POEditor.

> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537901#comment-17537901
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit baad666a2d6df82960b8881f253df99d31a8733d in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=baad666a2 ]

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

> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2728) Update project website media server config docu

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537903#comment-17537903
 ] 

ASF subversion and git services commented on OPENMEETINGS-2728:
---

Commit 439542e6fa37134d9e163cee6d70581e4c02d609 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=439542e6f ]

OPENMEETINGS-2728 Fix KMS Media Website docu only.


> Update project website media server config docu
> ---
>
> Key: OPENMEETINGS-2728
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2728
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
>
> The MediaServer documentation page could need a bit of an uplift.
> Also the banner is outdated. And the fix with current-event as URL doesn't 
> work anymore. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2719) close mark in RTL about

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537911#comment-17537911
 ] 

ASF subversion and git services commented on OPENMEETINGS-2719:
---

Commit f678ece82691edcf6b52709755494e606409305b in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f678ece82 ]

[OPENMEETINGS-2719] close mark for RTL languages should look better


> close mark in RTL about
> ---
>
> Key: OPENMEETINGS-2719
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2719
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 7.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: Screenshot 2021-12-08 at 04-49-53 عُـلوم النُّجُومُ 
> الخَمْسَةِ (ص).png, Screenshot 2022-04-21 at 11-59-53 عُـلوم النُّجُومُ 
> الخَمْسَةِ (ص).png, Screenshot 2022-04-28 at 23-04-08 عُـلوم النُّجُومُ 
> الخَمْسَةِ (ص).png, Screenshot 2022-04-28 at 23-08-25 عُـلوم النُّجُومُ 
> الخَمْسَةِ (ص).png, Screenshot 2022-04-29 at 04-03-48 عُـلوم النُّجُومُ 
> الخَمْسَةِ (ص).png
>
>
> !Screenshot 2021-12-08 at 04-49-53 عُـلوم النُّجُومُ الخَمْسَةِ (ص).png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2703) (6.3.0) Sonar issues need to be addressed

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537913#comment-17537913
 ] 

ASF subversion and git services commented on OPENMEETINGS-2703:
---

Commit d9a8c24cb05fb5640f380f216e3a7ae6f9205f38 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d9a8c24cb ]

[OPENMEETINGS-2703] Sonar should be more happy


> (6.3.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2703
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2703
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2728) Update project website media server config docu

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537908#comment-17537908
 ] 

ASF subversion and git services commented on OPENMEETINGS-2728:
---

Commit df0a1f7ce91bb5d44b5eec231bcc6485018e5e59 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=df0a1f7ce ]

[OPENMEETINGS-2728] ApacheCon banner is fixed, link to privacy policy is added


> Update project website media server config docu
> ---
>
> Key: OPENMEETINGS-2728
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2728
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
>
> The MediaServer documentation page could need a bit of an uplift.
> Also the banner is outdated. And the fix with current-event as URL doesn't 
> work anymore. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2726) Give quick poll popup some border styles

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537902#comment-17537902
 ] 

ASF subversion and git services commented on OPENMEETINGS-2726:
---

Commit acb02309f34bd3f59778ed3f469864378919141b in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=acb02309f ]

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

> Give quick poll popup some border styles
> 
>
> Key: OPENMEETINGS-2726
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2726
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-24-11-31-37-735.png
>
>
> The Quick poll fixed popup looks bit un-styled:
> !image-2022-04-24-11-31-37-735.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2728) Update project website media server config docu

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537904#comment-17537904
 ] 

ASF subversion and git services commented on OPENMEETINGS-2728:
---

Commit 0453b439d08ef26cdb0ce5bcafbfa9098715596b in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=0453b439d ]

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

OPENMEETINGS-2728 Fix KMS Media Website docu only.

> Update project website media server config docu
> ---
>
> Key: OPENMEETINGS-2728
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2728
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
>
> The MediaServer documentation page could need a bit of an uplift.
> Also the banner is outdated. And the fix with current-event as URL doesn't 
> work anymore. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537906#comment-17537906
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit 8c65abca80a05e23cc0dd2ee7d953a6211c1fdb2 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8c65abca8 ]

OPENMEETINGS-2727 Fix indonesian to _in file.


> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2727) Add tooltip to whiteboard tab-buttons to add and scroll tabbar

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537899#comment-17537899
 ] 

ASF subversion and git services commented on OPENMEETINGS-2727:
---

Commit 7277a4325ddd0fa0ec6abb8c6440c1630aa06c08 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=7277a4325 ]

Merge branch 'master' into 
feature/OPENMEETINGS-2727-add-tooltips-disable-scroll-btns-when-only-1-whiteboard


> Add tooltip to whiteboard tab-buttons to add and scroll tabbar
> --
>
> Key: OPENMEETINGS-2727
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2727
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI, WhiteBoard
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-25-13-23-03-641.png, 
> image-2022-04-25-13-23-14-699.png
>
>
> The current whiteboard tabbar buttons to add and scroll pre/next for the 
> whiteboard do not have any tooltip. 
> !image-2022-04-25-13-23-03-641.png! !image-2022-04-25-13-23-14-699.png!
> A tooltip will better explain. Especially with the scroll right icon, it is 
> not really clear cause it looks like the arrow to the right is related to the 
> tools in the panel. Rather then the whiteboard buttons.
> Also the pre/next buttons make only sense if there is more than 1 whiteboard. 
> Ideally they should only enable when there is something to scroll. But let's 
> maybe start to just enable them if there is more than 1 whiteboard. So at 
> least they are disabled by default and don't confuse the user on what they 
> will do.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2703) (6.3.0) Sonar issues need to be addressed

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537915#comment-17537915
 ] 

ASF subversion and git services commented on OPENMEETINGS-2703:
---

Commit 3358df5532ab81a042f002c33ece24f16ea0e6a2 in openmeetings's branch 
refs/heads/java11-modules from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=3358df553 ]

[OPENMEETINGS-2703] Sonar should be more happy


> (6.3.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2703
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2703
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.3.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.3.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2725) User and files tab bar doesn't show text, mouse-over seems slightly too big

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537898#comment-17537898
 ] 

ASF subversion and git services commented on OPENMEETINGS-2725:
---

Commit d8dd490b28b3d8b5dbfb9cae92647754e96e7be3 in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=d8dd490b2 ]

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

OPENMEETINGS-2725 Update css for user and minimise button

> User and files tab bar doesn't show text, mouse-over seems slightly too big
> ---
>
> Key: OPENMEETINGS-2725
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2725
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-24-10-47-16-499.png, 
> image-2022-04-24-10-49-04-043.png
>
>
> Version latest master 24-04-2022
> Browser Chrome latest
>  
> The Tab bar user and files header doesn't show the text:
> !image-2022-04-24-10-47-16-499.png!
> This only happens when browser is at max viewport (browser width higher then 
> the biggest viewport )
> It also appears when you mouseover the un-selected files tab the button width 
> exceeds the width available and overlaps with the minimise-sidepanel button:
> !image-2022-04-24-10-49-04-043.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2726) Give quick poll popup some border styles

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537900#comment-17537900
 ] 

ASF subversion and git services commented on OPENMEETINGS-2726:
---

Commit 68a65f92a1ad2e85550370e136cc72084c3d3fcc in openmeetings's branch 
refs/heads/java11-modules from Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=68a65f92a ]

OPENMEETINGS-2726 Update to use dynamic bootstrap color to support theming


> Give quick poll popup some border styles
> 
>
> Key: OPENMEETINGS-2726
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2726
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 7.0.0
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Minor
> Fix For: 6.3.0
>
> Attachments: image-2022-04-24-11-31-37-735.png
>
>
> The Quick poll fixed popup looks bit un-styled:
> !image-2022-04-24-11-31-37-735.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537697#comment-17537697
 ] 

ASF subversion and git services commented on OPENMEETINGS-2732:
---

Commit a4dc5cc8a02ee1cf5fea449c3b4e279187a404de in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=a4dc5cc8a ]

[OPENMEETINGS-2732] tomcat


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2733) (7.0.0) Sonar issues need to be addressed

2022-05-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537695#comment-17537695
 ] 

ASF subversion and git services commented on OPENMEETINGS-2733:
---

Commit 8f499d303fc95ae8eb9374832be9103d3c9719c4 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8f499d303 ]

[OPENMEETINGS-2733] query construction is improved


> (7.0.0) Sonar issues need to be addressed
> -
>
> Key: OPENMEETINGS-2733
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2733
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Sonar issues need to be addressed



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


<    1   2   3   4   5   6   7   8   9   10   >