Re: [Gsoc 2016] SYNCOPE-770

2016-02-26 Thread Nuwan Sameera
Hi,
   Thanks. I will read this.

Regards,
Nuwan Sameera.

On Fri, Feb 26, 2016 at 3:59 PM, Francesco Chicchiriccò  wrote:

> You can get started with Syncope by taking a look at
>
> http://syncope.apache.org/docs/getting-started.html
>
> Please consider that at the moment we are supporting two distinct
> versions, which are quite different:
>
> 1. 1.2 (latest available 1.2.7), the stable branch
> 2. 2.0 (latest available 2.0.0-M1) the developing branch, for which
>SYNCOPE-770 is meant
>
> For other questions, just ask here.
> Regards.
>
>
> On 26/02/2016 10:30, Nuwan Sameera wrote:
>
>> Hi,
>>Thank you. I will keep in touch.
>>
>> Regards.
>>
>> On Fri, Feb 26, 2016 at 2:29 PM, Francesco Chicchiriccò <
>> ilgro...@apache.org> wrote:
>>
>>> On 25/02/2016 18:44, Nuwan Sameera wrote:
>>>
>>> Hello,
   I am Y.G.Nuwan Sameera third year student of University of
 Moratuwa
 , Sri Lanks. I am interested with this project.  I have hand on
 experience
 in Java EE and open source developing. I would like to know more about
 this
 project. Please give me some tips to getting started.

 Hi Nuwan,
>>> happy to see your interest in SYNCOPE-770!
>>>
>>> The GSoC application process for students doesn't start until 14 March.
>>> While mentoring organizations haven't formally been announced, we expect
>>> the ASF  and Syncope to be participating - however we don't have that
>>> list
>>> ready yet.
>>>
>>> The best thing to do now is review the GSoC site for the process:
>>>
>>> https://developers.google.com/open-source/gsoc/
>>>
>>> I will update this thread once we got any news about this, stay tuned.
>>>
>>> Regards.
>>>
>>
> --
> Francesco Chicchiriccò
>
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
>
> Involved at The Apache Software Foundation:
> member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
> http://home.apache.org/~ilgrosso/
>
>


[jira] [Commented] (SYNCOPE-744) Provide dashboard

2016-02-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169307#comment-15169307
 ] 

ASF subversion and git services commented on SYNCOPE-744:
-

Commit c102dd24a0d5cc4e185ae684ad7ac39573b4469f in syncope's branch 
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=c102dd2 ]

[SYNCOPE-744][SYNCOPE-750] Further improvements for jobs and executions widget


> Provide dashboard
> -
>
> Key: SYNCOPE-744
> URL: https://issues.apache.org/jira/browse/SYNCOPE-744
> Project: Syncope
>  Issue Type: Sub-task
>  Components: console
>Reporter: Francesco Chicchiriccò
>Assignee: Francesco Chicchiriccò
> Fix For: 2.0.0
>
>
> Currently completely missing.
> It requires identifying which information is sensible / useful to display.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-750) Statistics

2016-02-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169308#comment-15169308
 ] 

ASF subversion and git services commented on SYNCOPE-750:
-

Commit c102dd24a0d5cc4e185ae684ad7ac39573b4469f in syncope's branch 
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=c102dd2 ]

[SYNCOPE-744][SYNCOPE-750] Further improvements for jobs and executions widget


> Statistics
> --
>
> Key: SYNCOPE-750
> URL: https://issues.apache.org/jira/browse/SYNCOPE-750
> Project: Syncope
>  Issue Type: New Feature
>Reporter: Francesco Chicchiriccò
>Assignee: Francesco Chicchiriccò
> Fix For: 2.0.0
>
>
> Simple and inexpensive numbers (memory usage, users count, resources count, 
> ...) can be provided by default.
> Additional metrics, when enabled, can be collected on purpose.
> The idea is to let the admin console display such numbers in the dashboard, 
> as graphs.
> Usage of JMX may be worth.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-719) UI enhancements

2016-02-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168816#comment-15168816
 ] 

ASF subversion and git services commented on SYNCOPE-719:
-

Commit c2226917062427c11c6eac1719e33794db640557 in syncope's branch 
refs/heads/master from giacomolm
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=c222691 ]

[SYNCOPE-719] Removed enduser cache service


> UI enhancements
> ---
>
> Key: SYNCOPE-719
> URL: https://issues.apache.org/jira/browse/SYNCOPE-719
> Project: Syncope
>  Issue Type: Sub-task
>  Components: enduser
>Affects Versions: 2.0.0-M1
>Reporter: Andrea Patricelli
>Assignee: Andrea Patricelli
> Fix For: 2.0.0
>
>
> Enhancements to implement:
> - --Align login form to admin console's--
> - --Align derived and virtual attributes management to admin console's--
> - Add form frontend validation through AngularJS built-in form services.
> - --Secure authentication process: at the moment username and password are 
> passed "clearly" to wicket resource in the payload of the POST. to achieve 
> this configure HTTPS connection--.
> - Realms management (if needed): Add http resource to get available realms 
> and possibiltity to select realm in user form.
> - Uploaded file preview (trivial, can even be ignored)
> - --Add loading spinner to application--
> - --Add Resource management to create/edit user wizard (if needed).--
> - --Add Group management to create/edit user wizard (if needed).--
> - AngularJS unit testing: implement unit tests for angular frontend and 
> possibly integrate them with maven build lifecycle.
> - Improve date management edit/create form: add timepicker when needed.
> - --Improve error and exception management: especially messages sent by 
> resource to angular frontend.--
> - --Add password stregth validator to user creation form.--
> - --Add CAPTCHA field in self registration form.--
> - Add javadoc and if possible javascript doc
> - --Add protection mechanisms against XSRF/CSRF attacks.--



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [Gsoc 2016] SYNCOPE-770

2016-02-26 Thread Francesco Chicchiriccò

You can get started with Syncope by taking a look at

http://syncope.apache.org/docs/getting-started.html

Please consider that at the moment we are supporting two distinct 
versions, which are quite different:


1. 1.2 (latest available 1.2.7), the stable branch
2. 2.0 (latest available 2.0.0-M1) the developing branch, for which
   SYNCOPE-770 is meant

For other questions, just ask here.
Regards.

On 26/02/2016 10:30, Nuwan Sameera wrote:

Hi,
   Thank you. I will keep in touch.

Regards.

On Fri, Feb 26, 2016 at 2:29 PM, Francesco Chicchiriccò  
wrote:

On 25/02/2016 18:44, Nuwan Sameera wrote:


Hello,
  I am Y.G.Nuwan Sameera third year student of University of
Moratuwa
, Sri Lanks. I am interested with this project.  I have hand on experience
in Java EE and open source developing. I would like to know more about
this
project. Please give me some tips to getting started.


Hi Nuwan,
happy to see your interest in SYNCOPE-770!

The GSoC application process for students doesn't start until 14 March.
While mentoring organizations haven't formally been announced, we expect
the ASF  and Syncope to be participating - however we don't have that list
ready yet.

The best thing to do now is review the GSoC site for the process:

https://developers.google.com/open-source/gsoc/

I will update this thread once we got any news about this, stay tuned.

Regards.


--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/



Re: [Gsoc 2016] SYNCOPE-770

2016-02-26 Thread Nuwan Sameera
Hi,
  Thank you. I will keep in touch.

Regards.

On Fri, Feb 26, 2016 at 2:29 PM, Francesco Chicchiriccò  wrote:

> On 25/02/2016 18:44, Nuwan Sameera wrote:
>
>> Hello,
>>  I am Y.G.Nuwan Sameera third year student of University of
>> Moratuwa
>> , Sri Lanks. I am interested with this project.  I have hand on experience
>> in Java EE and open source developing. I would like to know more about
>> this
>> project. Please give me some tips to getting started.
>>
>
> Hi Nuwan,
> happy to see your interest in SYNCOPE-770!
>
> The GSoC application process for students doesn't start until 14 March.
> While mentoring organizations haven't formally been announced, we expect
> the ASF  and Syncope to be participating - however we don't have that list
> ready yet.
>
> The best thing to do now is review the GSoC site for the process:
>
> https://developers.google.com/open-source/gsoc/
>
> I will update this thread once we got any news about this, stay tuned.
>
> Regards.
>
> --
> Francesco Chicchiriccò
>
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
>
> Involved at The Apache Software Foundation:
> member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
> http://home.apache.org/~ilgrosso/
>
>


[jira] [Commented] (SYNCOPE-770) IDE plugin

2016-02-26 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SYNCOPE-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168708#comment-15168708
 ] 

Francesco Chicchiriccò commented on SYNCOPE-770:


Please write an e-mail on dev@ (where you are already subscribed) on this topic 
and I'll reply there.

> IDE plugin
> --
>
> Key: SYNCOPE-770
> URL: https://issues.apache.org/jira/browse/SYNCOPE-770
> Project: Syncope
>  Issue Type: New Feature
>Reporter: Francesco Chicchiriccò
>  Labels: eclipse, gsoc2016, netbeans
>
> Develop plugin(s) for one or more popular open source IDEs (as Netbeans or 
> Eclipse) with purpose of easing the extension of runtime configuration of 
> Apache Syncope deployments.
> SYNCOPE-760 and SYNCOPE-761 introduced the possibility to dynamically reload 
> mail templates (used by notifications) and report stylesheets; such objects 
> are now exposed as REST entities.
> The idea is to enable IDEs with some kind of resource explorer providing 
> access to such dynamic items, allowing to create, edit and remove them from 
> within IDE, by connecting to a running Apache Syncope deployment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-770) IDE plugin

2016-02-26 Thread Nuwan Sameera (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168701#comment-15168701
 ] 

Nuwan Sameera commented on SYNCOPE-770:
---

Hi,
  I would like to know more about this project. Please give me some tips to 
getting started.

Thanks.

> IDE plugin
> --
>
> Key: SYNCOPE-770
> URL: https://issues.apache.org/jira/browse/SYNCOPE-770
> Project: Syncope
>  Issue Type: New Feature
>Reporter: Francesco Chicchiriccò
>  Labels: eclipse, gsoc2016, netbeans
>
> Develop plugin(s) for one or more popular open source IDEs (as Netbeans or 
> Eclipse) with purpose of easing the extension of runtime configuration of 
> Apache Syncope deployments.
> SYNCOPE-760 and SYNCOPE-761 introduced the possibility to dynamically reload 
> mail templates (used by notifications) and report stylesheets; such objects 
> are now exposed as REST entities.
> The idea is to enable IDEs with some kind of resource explorer providing 
> access to such dynamic items, allowing to create, edit and remove them from 
> within IDE, by connecting to a running Apache Syncope deployment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-770) IDE plugin

2016-02-26 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SYNCOPE-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168685#comment-15168685
 ] 

Francesco Chicchiriccò commented on SYNCOPE-770:


Hi,
I have replied on the ML thread on dev@: 
http://markmail.org/message/mubunj6arnd53hba

> IDE plugin
> --
>
> Key: SYNCOPE-770
> URL: https://issues.apache.org/jira/browse/SYNCOPE-770
> Project: Syncope
>  Issue Type: New Feature
>Reporter: Francesco Chicchiriccò
>  Labels: eclipse, gsoc2016, netbeans
>
> Develop plugin(s) for one or more popular open source IDEs (as Netbeans or 
> Eclipse) with purpose of easing the extension of runtime configuration of 
> Apache Syncope deployments.
> SYNCOPE-760 and SYNCOPE-761 introduced the possibility to dynamically reload 
> mail templates (used by notifications) and report stylesheets; such objects 
> are now exposed as REST entities.
> The idea is to enable IDEs with some kind of resource explorer providing 
> access to such dynamic items, allowing to create, edit and remove them from 
> within IDE, by connecting to a running Apache Syncope deployment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [Gsoc 2016] SYNCOPE-770

2016-02-26 Thread Francesco Chicchiriccò

On 25/02/2016 18:44, Nuwan Sameera wrote:

Hello,
 I am Y.G.Nuwan Sameera third year student of University of Moratuwa
, Sri Lanks. I am interested with this project.  I have hand on experience
in Java EE and open source developing. I would like to know more about this
project. Please give me some tips to getting started.


Hi Nuwan,
happy to see your interest in SYNCOPE-770!

The GSoC application process for students doesn't start until 14 March.
While mentoring organizations haven't formally been announced, we expect 
the ASF  and Syncope to be participating - however we don't have that 
list ready yet.


The best thing to do now is review the GSoC site for the process:

https://developers.google.com/open-source/gsoc/

I will update this thread once we got any news about this, stay tuned.

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/