Re: set user role as default

2015-04-12 Thread 小野圭二
Ok, much thanks Maxim, despite not included into it. I keep it just on my own. Thank you again, Maxim. Keiji 2015-04-13 13:25 GMT+09:00 Maxim Solodovnik : > I believe this change should not be included into released version > Users would like to have more options to restrict everything, not to m

Re: set user role as default

2015-04-12 Thread Maxim Solodovnik
I believe this change should not be included into released version Users would like to have more options to restrict everything, not to make it public :( On Mon, Apr 13, 2015 at 9:53 AM, 小野圭二 wrote: > Thanks Maxim, it works fine for me too. :^) > I need more detail check it before replace the mi

Re: set user role as default

2015-04-12 Thread 小野圭二
Thanks Maxim, it works fine for me too. :^) I need more detail check it before replace the mine one. Then will this change update in the later version ? Keiji 2015-04-10 14:55 GMT+09:00 Maxim Solodovnik : > Hello Ono, > > please additionally modify ScopeApplicationAdapter.java > add: > becomeMod

Re: set user role as default

2015-04-02 Thread Maxim Solodovnik
OK will try to find some time to look at this more detailed :) On Fri, Apr 3, 2015 at 7:35 AM, 小野圭二 wrote: > Thanks Maxim, i got the scree. > > And this is the report that is the result of adding 'currentClient. > setIsMod(true)' into MainService.java. > You can see the attaches. > The om3x_apr3

Re: set user role as default

2015-04-02 Thread Maxim Solodovnik
Just have fixed it, please update from the SVN. WBR, Maxim (from mobile, sorry for the typos) On Apr 2, 2015 7:09 AM, "小野圭二" wrote: > Hummm, > I have revised this on v. 3.0.5-SNAPSHOT 1670227 1-April-2015 and then > re-installed as usually. From that point was ok. > After login at the first, it

Re: set user role as default

2015-04-01 Thread 小野圭二
Hummm, I have revised this on v. 3.0.5-SNAPSHOT 1670227 1-April-2015 and then re-installed as usually. From that point was ok. After login at the first, it did not transfer to the next screen with the below error log. It seems like something lack of "key 379" on somewhere file, but i could not find

Re: set user role as default

2015-03-30 Thread 小野圭二
thanks maxim. i try it soon. :^) 2015-03-31 1:22 GMT+09:00 Maxim Solodovnik : > You can try to add following line here [1] > currentClient.setIsMod(true); > > please let me know if it helps :) > > [1] > https://github.com/apache/openmeetings/blob/3.0.x/src/main/java/org/apache/openmeetings/remote/

Re: set user role as default

2015-03-30 Thread Maxim Solodovnik
You can try to add following line here [1] currentClient.setIsMod(true); please let me know if it helps :) [1] https://github.com/apache/openmeetings/blob/3.0.x/src/main/java/org/apache/openmeetings/remote/MainService.java#L235 On Fri, Mar 27, 2015 at 5:28 PM, 小野圭二 wrote: > thanks max v(^-^)

Re: set user role as default

2015-03-27 Thread 小野圭二
thanks max v(^-^) 2015-03-27 19:03 GMT+09:00 Maxim Solodovnik : > I'll try to check the code and point you to the right direction! > > On Fri, Mar 27, 2015 at 6:02 AM, 小野圭二 wrote: >> >> no way. >> before i looked at the part of ADMIN function, but it was so >> complicated, then i gave up it.;-b

Re: set user role as default

2015-03-27 Thread Maxim Solodovnik
I'll try to check the code and point you to the right direction! On Fri, Mar 27, 2015 at 6:02 AM, 小野圭二 wrote: > no way. > before i looked at the part of ADMIN function, but it was so > complicated, then i gave up it.;-b > some day i will try it again. > > 2015-03-26 22:01 GMT+09:00 Maxim Solodov

Re: set user role as default

2015-03-26 Thread 小野圭二
no way. before i looked at the part of ADMIN function, but it was so complicated, then i gave up it.;-b some day i will try it again. 2015-03-26 22:01 GMT+09:00 Maxim Solodovnik : > It is currently impossible without code modification :( > > On Thu, Mar 26, 2015 at 6:02 PM, 小野圭二 wrote: >> >> Yes,

Re: set user role as default

2015-03-26 Thread Maxim Solodovnik
It is currently impossible without code modification :( On Thu, Mar 26, 2015 at 6:02 PM, 小野圭二 wrote: > Yes, 'assign' is a rule. :-) > My meaning is all users are moderators as default, but they do not > have admin role. > > 2015-03-26 20:38 GMT+09:00 Maxim Solodovnik : > > You can make the room

Re: set user role as default

2015-03-26 Thread 小野圭二
Yes, 'assign' is a rule. :-) My meaning is all users are moderators as default, but they do not have admin role. 2015-03-26 20:38 GMT+09:00 Maxim Solodovnik : > You can make the room moderated and assign certain users as default > moderators > Is it what you need? > > On Thu, Mar 26, 2015 at 12:06

Re: set user role as default

2015-03-26 Thread Maxim Solodovnik
You can make the room moderated and assign certain users as default moderators Is it what you need? On Thu, Mar 26, 2015 at 12:06 PM, 小野圭二 wrote: > Hi, > > Now i use ver.3.0.4. This is since before, but attendances who enter > to a room as second dose not have any role. > Of cause they have all

set user role as default

2015-03-25 Thread 小野圭二
Hi, Now i use ver.3.0.4. This is since before, but attendances who enter to a room as second dose not have any role. Of cause they have all role as default, if they are set as admin, But it seem like a little bit inconvenient. So are there any workaround it? Thx Keiji Ono