[jira] [Resolved] (SYNCOPE-854) Uploaded file preview for enduser

2016-08-29 Thread Matteo Di Carlo (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Di Carlo resolved SYNCOPE-854.
-
   Resolution: Fixed
Fix Version/s: (was: 2.0.0)
   2.0.0-M5

bootstrap-fileinput library has been used to manage previews of uploaded files 
of binary attributes.  A custom directive has been added to configure the 
upload button and previews of images txt and pdf files. The directive can be 
edited to alter file parameters: sizes type etc. I used library's events to 
manage change and removal of the previews.

> Uploaded file preview for enduser
> -
>
> Key: SYNCOPE-854
> URL: https://issues.apache.org/jira/browse/SYNCOPE-854
> Project: Syncope
>  Issue Type: Improvement
>  Components: enduser
>Reporter: Francesco Chicchiriccò
>Assignee: Matteo Di Carlo
> Fix For: 2.0.0-M5
>
>
> As already performed by the admin console, show previews for binary 
> attributes.



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


[jira] [Commented] (SYNCOPE-854) Uploaded file preview for enduser

2016-08-29 Thread ASF subversion and git services (JIRA)

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

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

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

[SYNCOPE-854] show file preview for binary attributes


> Uploaded file preview for enduser
> -
>
> Key: SYNCOPE-854
> URL: https://issues.apache.org/jira/browse/SYNCOPE-854
> Project: Syncope
>  Issue Type: Improvement
>  Components: enduser
>Reporter: Francesco Chicchiriccò
>Assignee: Matteo Di Carlo
> Fix For: 2.0.0
>
>
> As already performed by the admin console, show previews for binary 
> attributes.



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


[GitHub] syncope pull request #36: Startup performance tweaks : restrict startup scan...

2016-08-29 Thread gonzalad
GitHub user gonzalad opened a pull request:

https://github.com/apache/syncope/pull/36

Startup performance tweaks : restrict startup scanning to syncope packages

Without this PR, standalone tomcat startup takes 135s (by default, syncope 
scans all packages).
With this PR, it takes 32s.

Startup scanning is restricted to packages : 
 * org.apache.syncope.client.console
 * org.apache.syncope.fit.core
 * org.apache.syncope.core

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gonzalad/syncope 2.0.0-M2-startup-perf1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/syncope/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #36


commit 9d756e830db78c2c754adbc8010d4c3079e3ddc7
Author: Adrian Gonzalez 
Date:   2016-08-29T09:36:44Z

Startup performance tweaks

Restrict startup scanning to syncope packages.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---