Re: REST API : Profile Picture URL

2017-07-27 Thread Maxim Solodovnik
You can check properties in API javadocs: http://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/user/UserDTO.html?is-external=true it seems pictureUri was dropped during migration could you please file JIRA, should be easy to fix On Thu, Jul 27, 2017 at 2:43 PM,

Re: REST API : Profile Picture URL

2017-07-27 Thread Maxim Solodovnik
Please do not write personal emails (use Reply All :)) OK let's do investigation together step-by-step you are calling services/user/hash REST function in API it is:

Re: REST API : Profile Picture URL

2017-07-27 Thread Maxim Solodovnik
What description are you expecting to see? UserDTO doesn't have pictureUri, User has this field You can propose PR with better JavaDoc :))) On Thu, Jul 27, 2017 at 3:01 PM, Jacob Ouanounou wrote: > In this page I see something called pictureUri. When I use that keyword, I >

Re: REST API : Profile Picture URL

2017-07-27 Thread Maxim Solodovnik
This array doesn't make sense :( could var_dump() it? so "real value" for $Photo will be printed On Thu, Jul 27, 2017 at 4:09 PM, Jacob Ouanounou wrote: > Thank you for your answer > > Here is my user array : > > $user=array( > "login" => "cursusA" >

Reg; Embedding Media Player in Whiteboard

2017-07-27 Thread Mehta, Ashish (MIND)
Hello Maxim, How can we embed a media player in the HTML whiteboard. This media player will be used to play videos from internet like you tube and other sources, or to play multimedia files uploaded during the session. Thank You! Regards, Ashish Mehta The

REST API : Profile Picture URL

2017-07-27 Thread Jacob Ouanounou
Hello, It seems that the user option "profilePictureUrl" that allows to set the picture of the user does not work anymore, or the keyword has changed. I have also tried to set that parameter in room options, without success.

Re: REST API : Profile Picture URL

2017-07-27 Thread Jacob Ouanounou
Thank you for your answer Here is my user array : $user=array( "login" => "cursusA" ,"username" => "Id:".$_SESSION['id'] , "firstname" => $_SESSION['prenom'] , "lastname" => $_SESSION['nom']

Re: REST API : Profile Picture URL

2017-07-27 Thread Jacob Ouanounou
In this page I see something called pictureUri. When I use that keyword, I get a picture with a question mark, the same as if I don't specify any photo for the user. But if I use the keyword "profilePictureUrl" , I get no picture for the user in the room. (I don't understand the structure of

Re: Room user/file panel size

2017-07-27 Thread Maxim Solodovnik
Hello Jacob, Could you please if latest build from here https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.3.x/ looks better on your screen? Maybe some additional improvements are required? On Thu, Jul 27, 2017 at 12:54 AM, Jacob Ouanounou wrote: > I have

Re: Room user/file panel size

2017-07-27 Thread Jacob Ouanounou
Should I use another server and install the new version on it ? or is there a solution to do it on the same server withour losing previous version ? Le 27/07/2017 à 11:51, Maxim Solodovnik a écrit : Hello Jacob, Could you please if latest build from here

Re: Room user/file panel size

2017-07-27 Thread Jacob Ouanounou
org.springframework.orm.jpa.JpaSystemException: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.; nested exception is org.apache.openjpa.persistence.PersistenceException: The transaction has been rolled back. See the nested exceptions

Re: Room user/file panel size

2017-07-27 Thread Jacob Ouanounou
Hello Maxim Below is a print_r($user) : Array ( [login] => cursusA [username] => Id:8 [firstname] => Jacob [lastname] => Ouanounou [email] => nav...@free.fr [externalId] => 8 [profilePictureUrl] => http://www.cursusplus.fr/Photos/tiny/8.jpg [pictureUri] =>

Re: Room user/file panel size

2017-07-27 Thread Maxim Solodovnik
I believe this is this: https://issues.apache.org/jira/browse/OPENMEETINGS-1675 issue Here is the workaround: http://markmail.org/message/frglho6bnbevp7lx On Thu, Jul 27, 2017 at 6:14 PM, Jacob Ouanounou wrote: > org.springframework.orm.jpa.JpaSystemException: The transaction

Re: Room user/file panel size

2017-07-27 Thread Maxim Solodovnik
pictureUri looks OK can you please check in OM DB if user with login cursusA and type == 'external' has valid pictureUri? you are highjacking mail threads again :)) you can stop existing OM set up 3.3.1 SNAPSHOT in separate folder (using different on in this case same DB) run new OM On Thu, Jul

Re: Room user/file panel size

2017-07-27 Thread Maxim Solodovnik
Unfortunately I can give no ETA for 4.0.0 too few free time right now On Thu, Jul 27, 2017 at 9:34 PM, Jacob Ouanounou wrote: > When version 4.0.0 is expected to be released ? > > Le 27/07/2017 à 13:20, Maxim Solodovnik a écrit : > > I believe this is this:

Re: Eraser in whiteboard

2017-07-27 Thread Maxim Solodovnik
I did it for one of our commercial customers But it wasn't "fair" eraser :) it was special type of rectangle object :) But the effect was the same :) On Thu, Jul 27, 2017 at 9:49 PM, john felipe urrego mejia < ingenierofelipeurr...@gmail.com> wrote: > Is possible add an eraser in whiteboard? > >

Re: Reg; Embedding Media Player in Whiteboard

2017-07-27 Thread Maxim Solodovnik
To be fair I have no idea right now This can be investigated after 4.0.0 release On Thu, Jul 27, 2017 at 2:16 PM, Mehta, Ashish (MIND) < ashish.me...@mind-infotech.com> wrote: > Hello Maxim, > > > > How can we embed a media player in the HTML whiteboard. This media player > will be used to play

Re: Room user/file panel size

2017-07-27 Thread Jacob Ouanounou
When version 4.0.0 is expected to be released ? Le 27/07/2017 à 13:20, Maxim Solodovnik a écrit : I believe this is this: https://issues.apache.org/jira/browse/OPENMEETINGS-1675 issue Here is the workaround: http://markmail.org/message/frglho6bnbevp7lx On Thu, Jul 27, 2017 at 6:14 PM, Jacob

Eraser in whiteboard

2017-07-27 Thread john felipe urrego mejia
Is possible add an eraser in whiteboard? Stay alert

Re: Video ok but latency with sound

2017-07-27 Thread Maxim Solodovnik
Hello, 3 or 5 sec is too much, can you check if this is reproducible on our demo server? https://om.alteametasoft.com/openmeetings/ On Fri, Jul 21, 2017 at 2:20 AM, TRAPPE Vincent wrote: > Hi Guys, > > I would like to know how to improve the sound in Openmeeting

Re: Eraser in whiteboard

2017-07-27 Thread john felipe urrego mejia
Hi maxim, is possible share that code and teach me how integrate? 2017-07-27 11:34 GMT-05:00 Maxim Solodovnik : > I did it for one of our commercial customers > But it wasn't "fair" eraser :) it was special type of rectangle object :) > But the effect was the same :) > > On

RE: OM 3.3.0: CSRF Solution via Reverse Proxy Server

2017-07-27 Thread Coscend@OM
Dear Maxim, Thank you for your guidance to rewrite rule. We have been able to overcome CSRF attack block. Sincerely, Hemant K. Sabat Coscend Communications Solutions www.Coscend.com -- Real-time, Interactive Video

Re: OM 3.3.0: CSRF Solution via Reverse Proxy Server

2017-07-27 Thread Maxim Solodovnik
I'm glad you manage to set everything up :) On Fri, Jul 28, 2017 at 2:27 AM, Coscend@OM wrote: > Dear Maxim, > > Thank you for your guidance to rewrite rule. We have been able to > overcome CSRF attack block. > > Sincerely, > > Hemant K. Sabat > > Coscend

RE: OM 3.3.0: IllegalArgumentException Upon Entering Room via Proxy Server

2017-07-27 Thread Coscend@OM
Dear Maxim, To insert loggers and print stack traces, could you guide us as follows? Upon parsing through code, we realized that the security header filters (perhaps backported from 4.0.0) are -declared and instantiated in Application.java and -a few initialized in

Re: OM 3.3.0: IllegalArgumentException Upon Entering Room via Proxy Server

2017-07-27 Thread Maxim Solodovnik
The issue is not reproducible using "vanilla" OM This means it is caused by your proxy server (apache, nginx etc.) so you have to enable detailed logs at your proxy server especially rewrite related logs On Fri, Jul 28, 2017 at 11:14 AM, Coscend@OM wrote: > Dear Maxim,