Return-Path: X-Original-To: apmail-syncope-dev-archive@www.apache.org Delivered-To: apmail-syncope-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3DAE186A4 for ; Tue, 19 Jan 2016 15:44:40 +0000 (UTC) Received: (qmail 68730 invoked by uid 500); 19 Jan 2016 15:44:40 -0000 Delivered-To: apmail-syncope-dev-archive@syncope.apache.org Received: (qmail 68663 invoked by uid 500); 19 Jan 2016 15:44:40 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 68504 invoked by uid 99); 19 Jan 2016 15:44:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 15:44:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DC4A92C1F55 for ; Tue, 19 Jan 2016 15:44:39 +0000 (UTC) Date: Tue, 19 Jan 2016 15:44:39 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-719) UI enhancements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNCOPE-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106888#comment-15106888 ] ASF subversion and git services commented on SYNCOPE-719: --------------------------------------------------------- Commit 43c4d8ea89c4f97b193451e506bc876d6c5c99be in syncope's branch refs/heads/master from giacomolm [ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=43c4d8e ] [SYNCOPE-719] Auxiliary classes can be managed dyamically during self creation/update > 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: http://mvnrepository.com/artifact/org.webjars.bower/angular-spinner > - --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)