[jira] [Updated] (SYNCOPE-838) review of logging state of the syncope enduser

2016-05-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-838: --- Fix Version/s: 2.0.0 > review of logging state of the syncope enduser >

Re: Eclipse Plugin [SYNCOPE-809] as GSoC 16 Project

2016-05-02 Thread Tushar Mishra
Hello devs, I would like to update you on my progress regarding the project. I've downloaded the sources and built them successfully. I've also started working on the plugin layout which took a bit of a look around to find the right way to do it. I would like to ask something at this point. I am

[jira] [Created] (SYNCOPE-838) review of logging state of the syncope enduser

2016-05-02 Thread Matteo Di Carlo (JIRA)
Matteo Di Carlo created SYNCOPE-838: --- Summary: review of logging state of the syncope enduser Key: SYNCOPE-838 URL: https://issues.apache.org/jira/browse/SYNCOPE-838 Project: Syncope Issue

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread mteo
Github user mteo closed the pull request at: https://github.com/apache/syncope/pull/13 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Resolved] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-798. Resolution: Fixed All good, thanks [~mdicarlo]! > Once authenticated to en

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266813#comment-15266813 ] ASF GitHub Bot commented on SYNCOPE-798: Github user mteo closed the pull request

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266804#comment-15266804 ] ASF subversion and git services commented on SYNCOPE-798: - Commit

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on the pull request: https://github.com/apache/syncope/pull/13#issuecomment-216268832 LGTM @mteo I'll go ahead and merge, thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266800#comment-15266800 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on the pu

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread mteo
Github user mteo commented on the pull request: https://github.com/apache/syncope/pull/13#issuecomment-216263417 Hi @ilgrosso, I made the changes. Thanks for the review. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266762#comment-15266762 ] ASF GitHub Bot commented on SYNCOPE-798: Github user mteo commented on the pull r

Re: [GSoC 2016] [Syncope 808]

2016-05-02 Thread Nuwan Sameera
Hi, Thank you very much. I reffer this. Regards. Nuwan sameera. Il 02/05/2016 05:39, Nuwan Sameera ha scritto: > Hi, > > Please give me documentation about run syncope after build and take > in-detail idea about running syncope server functionalities. > Hi Nuwan, you can start by taking a look

[jira] [Updated] (SYNCOPE-745) Complete Configuration

2016-05-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-745: --- Description: Various items are missing: # -roles- # -general parameters-

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736304 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736063 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736276 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61735681 --- Diff: client/enduser/src/main/java/org/apache/syncope/client/enduser/SyncopeEnduserApplication.java --- @@ -154,6 +155,16 @@ public IResource getResourc

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61735968 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -1,3 +1,5 @@ +/* global $http, AuthService */ --- End diff --

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736292 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736403 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736265 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61736317 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/app.js --- @@ -27,394 +29,409 @@ angular.module('info', []); // Declare app

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on the pull request: https://github.com/apache/syncope/pull/13#issuecomment-216232120 Hi @mteo thanks for your PR! There are few minor comments of mine: once fixed, I'll be happy to merge it. --- If your project is set up for it, you can reply to thi

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266589#comment-15266589 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on the pu

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266583#comment-15266583 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266580#comment-15266580 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266575#comment-15266575 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266578#comment-15266578 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266576#comment-15266576 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266577#comment-15266577 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266572#comment-15266572 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266569#comment-15266569 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266566#comment-15266566 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266562#comment-15266562 ] ASF GitHub Bot commented on SYNCOPE-798: Github user ilgrosso commented on a diff

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/13#discussion_r61735558 --- Diff: client/enduser/src/main/java/org/apache/syncope/client/enduser/resources/UserAuthentication.java --- @@ -0,0 +1,63 @@ +/* + * Copyright 20

[jira] [Commented] (SYNCOPE-798) Once authenticated to enduser, "Cancel" brings nowhere

2016-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266552#comment-15266552 ] ASF GitHub Bot commented on SYNCOPE-798: Github user mteo commented on the pull r

[GitHub] syncope pull request: SYNCOPE-798 now cancel does logout

2016-05-02 Thread mteo
Github user mteo commented on the pull request: https://github.com/apache/syncope/pull/13#issuecomment-216227329 Pr is completed, now you can take a look. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project do

[jira] [Commented] (SYNCOPE-745) Complete Configuration

2016-05-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266191#comment-15266191 ] ASF subversion and git services commented on SYNCOPE-745: - Commit

Re: [GSoC 2016] [Syncope 808]

2016-05-02 Thread Fabio Martelli
Il 02/05/2016 05:39, Nuwan Sameera ha scritto: Hi, Please give me documentation about run syncope after build and take in-detail idea about running syncope server functionalities. Hi Nuwan, you can start by taking a look at [1]. In particular become confident with concepts [2], administration