Re: problem with invitation, user name and timezone problem

2014-07-01 Thread Maxim Solodovnik
I guess our code is selecting "standard offset" while guessing, not sure how to add more accurate guess into openlaszlo/js code :( This code will be removed completely in 3.1.0 :( On 2 July 2014 10:48, Alexei Fedotov wrote: > Paris should be GMT+2 > http://www.timeanddate.com/worldclock/france/

Re: [jira] [Resolved] (OPENMEETINGS-964) LDAP login should be refactored

2014-07-01 Thread Maxim Solodovnik
login with admin DN is not happening in case of SIMPLEBIND. You need to use SEARCHANDBIND to login with admin DN (&(objectCategory=person)(objectClass=user)(sAMAccountName=%1$s)) this filter should search for users you can use %1$s placeholder more than once in search query On 1 July 2014 1

Re: problem with invitation, user name and timezone problem

2014-07-01 Thread Alexei Fedotov
Paris should be GMT+2 http://www.timeanddate.com/worldclock/france/paris Moscow should be GMT+4 http://www.timeanddate.com/worldclock/russia/moscow 02.07.2014 5:56 пользователь "Maxim Solodovnik" написал: > Timezone in invitation window is "guessed" from your browser timezone. > What is the GMT

Re: problem with invitation, user name

2014-07-01 Thread Maxim Solodovnik
You can enter first last name in format "Firstname Lastname" 'Firstname Lastname' Firstname Lastname in invitation window In case name is not entered email should be displayed do you have steps to reproduce this? On 1 July 2014 19:50, Clem Free wrote: > Forgot the screenshot : > > > > > >

Re: problem with invitation, user name and timezone problem

2014-07-01 Thread Maxim Solodovnik
Timezone in invitation window is "guessed" from your browser timezone. What is the GMT offset right now in Paris? >>> "Fun. Maxim, why do we have pluses and minuses swapped in timezone descriptions?" Etc* timezones were "invented" by Apple. According its rules GMT+7 === Etc-7 On 1 July 2014 23:

Re: OpenMeeting integration in Plone possible?

2014-07-01 Thread Maxim Solodovnik
it is possible for sure :) you can use Moodle plugin as example: https://code.google.com/a/apache-extras.org/p/openmeetings-moodle-plugin/ and PHP API: https://code.google.com/a/apache-extras.org/p/openmeetings-api-plugin/ On 1 July 2014 22:43, Nicolas Göddel wrote: > Hi @ all, > > I was wonder

Re: problem with invitation, user name and timezone problem

2014-07-01 Thread Alexei Fedotov
Fun. Maxim, why do we have pluses and minuses swapped in timezone descriptions? -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/ [2] Join Alexei Fedotov

OpenMeeting integration in Plone possible?

2014-07-01 Thread Nicolas Göddel
Hi @ all, I was wondering if it is possible to integrate OpenMeeting into the Plone CMS. I did not found a solution yet. I would be nice to implement a webinar functionality or simply a multi video chat within Plone's user base. How could this be done? Via a simple iframe and some common API? Yo

RE: problem with invitation, user name and timezone problem

2014-07-01 Thread Clem Free
Re, I’ve another problem, my default timezone is Europe/Paris in “global” configuration, on invitation window, the default timezone is ETC/GMT-1 so the invitation doesn’t work if I don’t change it… Little annoying How can I change the default timezone invitation display ? Thanks Cle

Re: List of OM API calls

2014-07-01 Thread Daniel Ascher
Thanks Maxim! On Mon, Jun 30, 2014 at 10:28 PM, Maxim Solodovnik wrote: > http://openmeetings.apache.org/ > Left menu -> SOAP/REST API > > resulting URL will be > http://openmeetings.apache.org/webservices/index.html > > > On 1 July 2014 03:20, Daniel Ascher wrote: > >> Hi all: >> >> The follo

TR: problem with invitation, user name

2014-07-01 Thread Clem Free
Forgot the screenshot : De : Clem Free [mailto:clemf...@free.fr] Envoyé : mardi 1 juillet 2014 14:50 À : 'user@openmeetings.apache.org' Objet : problem with invitation, user name Hello, I’ve installer 3.0.3 openmeetings version, when I invite a user, and when he joins with the inv

problem with invitation, user name

2014-07-01 Thread Clem Free
Hello, I've installer 3.0.3 openmeetings version, when I invite a user, and when he joins with the invit url our room, there is no name or mail to identify him. Is this a bug or a parameter I've missed ? Thanks Clem

Re: [jira] [Resolved] (OPENMEETINGS-964) LDAP login should be refactored

2014-07-01 Thread Michael Wuttke
Hello Maxim, the parameters -Djavax.net.ssl.keyStore, -Djavax.net.ssl.keyStorePassword, -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword are set to the JAVA_OPT environment of the red5.sh script. The credentials ldap_conn_host, ldap_conn_port=636, ldap_conn_secure=true, ldap_admi