Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
I have followed the first example, and I get this error : (services/user/login) No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. Le 25/07/2017 à 12:24, Maxim Solodovnik a écrit : Yes, API was changed please check

Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
Can you please send me your code, si that I could see a code that works and get inspired ... Le 25/07/2017 à 13:33, Maxim Solodovnik a écrit : just have tested on demo server, works as expected how are you using the service? On Tue, Jul 25, 2017 at 6:28 PM, Jacob Ouanounou

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
is there anything suspicious in openmeetings.log file? On Tue, Jul 25, 2017 at 6:54 PM, Jacob Ouanounou wrote: > When I enter this directly on the browser, using the correct user and pwd, > I get this > > {"serviceResult":{"code":-1,"message":"Login failed","type":"ERROR"}} > >

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
Yes, API was changed please check the example I believe it is cleaner now :) On Tue, Jul 25, 2017 at 5:22 PM, Jacob Ouanounou wrote: > In a previous version, I started by using this link to do a session > request : > > http://:5080/openmeetings/services/UserService/getSession >

Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
In a script, java inserted these lines $.ajax({ method: "GET", url: "http://35.157.227.184:5080/openmeetings/services/user/login;, data: {user: 'XXX', pass: 'XXX'}, dataType: "json" }); Le 25/07/2017 à 13:33, Maxim Solodovnik a écrit : just have tested on demo server, works as

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
just have tested on demo server, works as expected how are you using the service? On Tue, Jul 25, 2017 at 6:28 PM, Jacob Ouanounou wrote: > I have followed the first example, and I get this error : > (services/user/login) > > No 'Access-Control-Allow-Origin' header is present on

REST API for OM

2017-07-25 Thread Jacob Ouanounou
Hi, It seems that it is not possible anymore to connect to OM server using REST. Is it ? Thank you Le 24/07/2017 à 18:00, Maxim Solodovnik a écrit : Thanks :) Will try to create custom CSS, might take some time :( Will report back here please ping me in case I'll be too silent On Mon, Jul

Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
In a previous version, I started by using this link to do a session request : http://:5080/openmeetings/services/UserService/getSession to initiate the connection process Now I get this answer :

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
to login and get SID you can just type in your browser: http://35.157.227.184:5080/openmeetings/services/user/login?user=XXX; pass=XXX Here is the link to PHP API (seems to work, just have tested with Moodle) https://github.com/openmeetings/openmeetings-api-plugin Here is the link to Java Unit

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
It is definitely possible :) Here is sample: http://openmeetings.apache.org/RestAPISample.html Here is the link to the API javadoc: http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html On Tue, Jul 25, 2017 at 4:57 PM, Jacob Ouanounou wrote: > Hi, > > It

Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
When I enter this directly on the browser, using the correct user and pwd, I get this {"serviceResult":{"code":-1,"message":"Login failed","type":"ERROR"}} Le 25/07/2017 à 13:47, Maxim Solodovnik a écrit : to login and get SID you can just type in your browser:

export red5 and suppress ID

2017-07-25 Thread maxime . guerif
Hello, I have, with your help, fully installed openmeetings from sources but I am now trying to suppress the IDs which are behind each word in pages like for example : rooms[792]. I would like to hide the [792] whenever I want, I have tried to modify things in 'configuration' but didn't

RE: OM 3.3.0: CSRF Solution via Reverse Proxy Server

2017-07-25 Thread Coscend@OM
Dear Maxim, As requested, moving this thread to user@ list. Would you be kind enough to give a detailed working configuration (proxy and rewrite rules) to enable 'CSRF+WebSockets' from your demo server? We have tried several options in configuration, but CSRF blocks the service. Thank you.

Re: export red5 and suppress ID

2017-07-25 Thread maxime . guerif
On 25.07.2017 14:16, Maxim Solodovnik wrote: > According "I want to start red5 with "service red5 (re)start", is it > possible" > Please search mailing lists for upstart script (or take it from Alvaro's > tutorials :)) ) > > On Tue, Jul 25, 2017 at 7:14 PM, Maxim Solodovnik

Re: REST API for OM

2017-07-25 Thread Jacob Ouanounou
In which directory is this file ? Le 25/07/2017 à 13:57, Maxim Solodovnik a écrit : is there anything suspicious in openmeetings.log file? On Tue, Jul 25, 2017 at 6:54 PM, Jacob Ouanounou > wrote: When I enter this directly on the browser, using

Re: export red5 and suppress ID

2017-07-25 Thread Maxim Solodovnik
you can rebuild using command mvn install -P allModules,quick,mysql,default-db-cred -pl openmeetings-web -pl openmeetings-server (remove -Dwicket.mode=DEVELOPMENT) On Tue, Jul 25, 2017 at 7:12 PM, wrote: > Hello, > > I have, with your help, fully installed openmeetings

Re: export red5 and suppress ID

2017-07-25 Thread Maxim Solodovnik
According "I want to start red5 with "service red5 (re)start", is it possible" Please search mailing lists for upstart script (or take it from Alvaro's tutorials :)) ) On Tue, Jul 25, 2017 at 7:14 PM, Maxim Solodovnik wrote: > you can rebuild using command > > mvn install

Re: New OpenMeetings 3.3.0 release installation tutorials

2017-07-25 Thread Maxim Solodovnik
Hello All, I was able to compile using fresh Ubuntu 17.04 (ubuntu-17.04-server-amd64.iso) Here is the script: https://github.com/openmeetings/openmeetings-docker/blob/master/scripts/ffmpeg-ubuntu-debian.sh Here are the changes I made to make it work:

Re: REST API for OM

2017-07-25 Thread Maxim Solodovnik
You can search it on your server :) it should be located in "log" folder under the folder you have unpacked openmeetings On Tue, Jul 25, 2017 at 7:11 PM, Jacob Ouanounou wrote: > In which directory is this file ? > > Le 25/07/2017 à 13:57, Maxim Solodovnik a écrit : > > is there

Re: help configuration smtp server

2017-07-25 Thread Richard Pérez
Many thanks Maxim Persistence worked great (just shows persistence is a great philosophical attitude) BTW, when I failed to install, for different reasons, I noticed that if I tried to restart Red5 after closing the cmd window, Red5 would get blocked, and the only way to get it fully running

Re: help configuration smtp server

2017-07-25 Thread Richard Pérez
I'll see what I can do with the persistence.xml When you say: Quote "would appreciate if you can create JIRA issue here:  https://issues.apache.org/jira/browse/OPENMEETINGS; /Quote were you saying that to me. Went there and I'm not sure what I would have to do. I wouldn't like to mees anything

Adobe has announced the end-of-life of the Flash Player

2017-07-25 Thread Maxim Solodovnik
https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html It seems we need to release 4.0.0 and 4.1.0 before 2020 ... :)) -- WBR Maxim aka solomax

Re: OM 3.3.0: CSRF Solution via Reverse Proxy Server

2017-07-25 Thread Maxim Solodovnik
you need to add modrewrite and the rule to rewrite external_protocol_host_port to internal one and leave URL tail unchanged On Wed, Jul 26, 2017 at 11:26 AM, Coscend@OM wrote: > Dear Maxim and OpenMeetings Community, > > Just following up to see if anyone can provide us

RE: OM 3.3.0: CSRF Solution via Reverse Proxy Server

2017-07-25 Thread Coscend@OM
Dear Maxim and OpenMeetings Community, Just following up to see if anyone can provide us sample lines of a working configuration of reverse proxy and rewrite rules to access OM 3.3.0 through a proxy server. Relevant "CSRF+security headers+WebSockets" configuration of Apache HTTPD or NGINX or