* [ADF-510] added permission check for drag&drop
* Improved code for drag and drop side
* Added test for drag and drop upload area changes
* Added test for document list permissions check
* [ADF-510] rebased branch after changes applied to upload
* [ADF-510] rebased branch and fixed tests
* Use a generic custom view inside the task header
* Move the component into core component and change name
* Missing file
* Fix unit test
* fix unit test component name
* [ADF-740] adding button to allow user to upload related content on process instance
* [ADF-740] add button for attachment content list for process
* changed locatin for translation
* [ADF-740] added test for add button for process attach
* [ADF-740] added PR request changes
* rework folder uploading
- flatterns hierarchy on folder upload
- performs a single traversal for the entire folder heirarchy and ends with a comple file list
- allows now dropping folders on existing folders
- overall code improvements
* fix unit tests
* readme updates
* clean old and unused code
* code cleanup
* limit concurrent uploads
* update code as per review
* fix upload button for Safari
* fixes for Safari
- Safari compatibility
- code updates based on review
* fix code
* fix unit tests
* coverage single components run fix
* remove spec.ts from coverage
* make the coverage and the istanbul-instrumenter-loader works only over the console test because a problem on the remapping for the browser test
* move tslint on the main folder of any component
* remove build:w from readme
* stop build tslint error also in spec files
* clear karma file from unnecessary files
* add set -f for build all script in order to accept *
* fix lint problem and failing tests
* fix failing test search component
* add loader test for viewer
* fix tslint error userinfo
* --max_old_space_size=2048 remove
* fix tslint error uploader unused EventEmitter
* remove spec|index|.*mock|.*model|.*event from coverage
* upload feature rework
lots of improvements for upload dialog and underlying services
* readme update
- readme cleanup
- remove some old comments from code
- update readme with new events for Upload Service
* restore prerequisites section in readme
* added service to get all the related content of the process instance
* added new component to create/upload attachment for process instance
* added unit test cases for create-process-attachment component
* exported create-process-attachment component
* added documentation for create-process-attachment component
* create button, download, view functionality added in task attachment list component
* created sevice to attach document to task
* added new component to create/uplaod attachment to task
* added new component to create/uplaod attachment to task
* added test case for create task attachment component
* added test case for create task attachment component
* added input to block upload document to ECM
* fixed create task attachment spec file issue
* changed alfresco-upload to alfresco-core upload directive
* removed attachCreate button and emitter from task-attachment-list
* removed uploadToEcm input and checkValidity method from alfresco-upload
* added documentation for task-attachment-list and create-task-attachment components
* added new component to list the process attachments with view, download and delete functionality
* added unit test cases for activit-process-attachment-list component
* exported new process attachment list component
* added documentation for process-attachment-list component
* [ADF-242] - fix for deleting - saving a report
* [ADF - 242] added test for fixed feature on reports save - delete
* [ADF-680] - Fixed behaviour when deleting all files on last page of document list
* Start adding test for documentlist check
* Added test for check double page load
* [ADF-680] - removed commented test code
* [ADF-680] Added changes from peer review
* [ADF-680] added return type
* update dependencies and module imports
* fix template warnings and fix import issues
* migrate Activiti Form to MdTabsModule
* fix unit tests
* fix tests
* fix unit tests
* fix unit tests
* disable test that fails only on travis
* upgrade activiti form component to angular/material
* fix test (remove MDL class check)
* reload document list on folder upload
- extend UploadService with 'folderCreated' event to be able reacting on folder uploads globally
- extend Demo Shell to reload document list on UploadService events (folderCreated)
* readme updates
[ADF-610] upload cleanup
- more strongly typing
- api improvements
* Upload cleanup and api improvements
- remove old unused settings (formFields variable)
- individual options for uploaded files (i.e. versioning)
- upload button and drag-and-drop area now set individual settings for file versioning
* exclude hidden files from upload