Re: moving JS code to npm

2020-12-25 Thread Maxim Solodovnik
yes, you got my message :))) On Sat, 26 Dec 2020 at 10:13, Ali Alhaidary wrote: > Thanks, so 'moving JS code to npm (incomplete, broken)' means that the > snapshot is not usable yet? > On 12/26/20 4:11 AM, seba.wag...@gmail.com wrote: > > +10 > > Sebastian Wagner > Director Arrakeen Solutions >

Re: moving JS code to npm

2020-12-25 Thread Ali Alhaidary
Thanks, so 'moving JS code to npm (incomplete, broken)' means that the snapshot is not usable yet? On 12/26/20 4:11 AM, seba.wag...@gmail.com wrote: +10 Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.co.nz/

Re: Mail sending error in openmeetings server

2020-12-25 Thread GuruCoool Learnings
Thanks. Please guide me for correct security options and firewall settings. I am not savy with these processes. Thanks & Regards Jitendra On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik wrote: > The correct settings for gmail are here: > https://support.google.com/mail/answer/7126229?hl=en > > You

Re: Mail sending error in openmeetings server

2020-12-25 Thread Maxim Solodovnik
The correct settings for gmail are here: https://support.google.com/mail/answer/7126229?hl=en You have to specify only ONE of mail.smtp.starttls.enable mail.smtp.ssl.enable timeout error might be because you are not setting correct security option Or maybe your provider/firewall blocks the connec

Re: REST integration: specifying user language

2020-12-25 Thread Maxim Solodovnik
On Fri, 25 Dec 2020 at 03:37, Robert Savickas wrote: > Dear Daniel, > > Actually, my language (Lithuanian) was not included in the distribution; > so, about 6 weeks ago, I undertook the task of translating the entire OM > interface and created the language file to use in OM and added this file to

Re: moving JS code to npm

2020-12-25 Thread seba.wag...@gmail.com
+10 Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.co.nz/ On Sat, 26 Dec 2020 at 14:08, Maxim Solodovn

Re: Transferring OM users to another system

2020-12-25 Thread Maxim Solodovnik
On Fri, 25 Dec 2020 at 03:02, Daniel Baker wrote: > Did you try specifying an integer: > > 1 is English > > 2 is German. > > etc > > > https://192.168.1.55:5443/openmeetings/hash?&secure=8c46b082-7f4a-485d-b6b0-5fffb5dd90a4*&language=1* > > Yep, thi suffix is correct :) The full list is here:

Re: moving JS code to npm

2020-12-25 Thread Maxim Solodovnik
Hello Ali, the main purpose is to provide automatic dependency management and to ease the dependency updates :) additional goals 1) improve maintainability 2) re-group JS code so each source file is smaller On Thu, 24 Dec 2020 at 16:43, Ali Alhaidary wrote: > why moving JS code to npm? > > --

Re: Restrict access for login

2020-12-25 Thread Filip Žák
I see. Okay thank you very much for help. pi 25. 12. 2020 o 22:35 seba.wag...@gmail.com napísal(a): > Sry but this kind of problem should be solved in LDAP: > - Essentially you want to create a certain group or identifier in LDAP to > mark a sub-set of your users to have OpenMeetings access. >

Re: Restrict access for login

2020-12-25 Thread seba.wag...@gmail.com
Sry but this kind of problem should be solved in LDAP: - Essentially you want to create a certain group or identifier in LDAP to mark a sub-set of your users to have OpenMeetings access. - Once you have done that, you can customise the LDAP path to the users in the OpenMeetings config to point to

Re: Restrict access for login

2020-12-25 Thread Filip Žák
Well, thank you. My problem is that I am using OM in school I have school LDAP server but there are thousands users on that server and I only need around hundred users can login to OM. Is there any solution that only students that I want could login into OM? I don't have administrator rights on sc

Re: Restrict access for login

2020-12-25 Thread seba.wag...@gmail.com
"specific time?" => the only way to do this would be using the invitation functionality and create the invitations with limited time access. Or otherwise using the Soap/Rest API to build a custom login/invitation. Thanks Seb Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.

Re: orderby - orderby clause

2020-12-25 Thread seba.wag...@gmail.com
Potentially "user.firstname" or any of the other user attributes conceited with the "user." may work for this string. See: https://github.com/apache/openmeetings/blob/79939f1886f5f80c6aab1d6cf01c1adb550d4ff0/openmeetings-db/src/main/java/org/apache/openmeetings/db/util/DaoHelper.java#L112 The obj

Re: Mail sending error in openmeetings server

2020-12-25 Thread GuruCoool Learnings
Nothing happened even after restarting the server. Jitendra On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings wrote: > Okay. I will try and then will let you know. > > Thanks > Jitendra > > On Fri, Dec 25, 2020, 13:29 Ali Alhaidary > wrote: > >> You must restart the server so tat any new setti

orderby - orderby clause

2020-12-25 Thread Daniel Baker
How can I use the  orderby  parameter ? https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/GroupWebService.html#getUsers(java.lang.String,long,int,int,java.lang.String,boolean) Parameters: |sid|- The SID from getSession |id|- the group

Restrict access for login

2020-12-25 Thread Filip Žák
Hello, could it be possible to restrict access in OM login to specific users in specific time? Thanks

Re: REST integration: specifying user language

2020-12-25 Thread Daniel Baker
Maybe you can  add your  Lithuanian  translation here : https://poeditor.com/join/project/6UF8Mhql61 Thanks, Dan On 24-Dec-20 9:45 PM, Robert Savickas wrote: Seb, Thank you very much. That worked superbly! All is good now. Thank you all for the REST API. It makes things very smooth for

Re: OpenMeetings - LDAP restrict access

2020-12-25 Thread Maxim Solodovnik
Again: please do not write personal emails, write to the user@ list instead On Wed, 23 Dec 2020 at 18:49, Filip Žák wrote: > Thank you. But I also need that in specific time could log in specific > users. Is it somehow possible? > Not sure if it is possible to set some sort of LDAP attribute on

Re: Things i don't understand coturn/kurento/openmeetings mechanisms

2020-12-25 Thread Maxim Solodovnik
I do remember I already wrote this before here we go again: OM generates some temporary, hashed version of client/password and sends it to the client browsers they are using it during WebRTC negotiation phase In case all IPs are public STUN/TURN has no effect In case STUN is enough - it will be

Re: Mail sending error in openmeetings server

2020-12-25 Thread GuruCoool Learnings
Okay. I will try and then will let you know. Thanks Jitendra On Fri, Dec 25, 2020, 13:29 Ali Alhaidary wrote: > You must restart the server so tat any new settings can take effect > > Ali > On 12/25/20 3:54 AM, GuruCoool Learnings wrote: > > It shows error message in OM email management section