* 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
* #ADF-696 Added new input to show/hide expand icon, click event is activated for the complete heading
* #ADF-696 tslint fix
* #ADF-696 Added documentation for new input and removed unwanted div
* 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)
* show drop effect on folders only
- fix `hasValue` api for data rows (avoid 'false' value to be evaluated as missing value)
- support for evaluating drop support for rows
- document list enables upload zones for folders only
* api improvements as per code review
* 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
* table cell component
- table cell component with performance improvements
* permissions and sorting fixes
- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications
* fix unit tests
* fix tsconfig for unit testing
* fix upload issues with various file types
- removes file type check as most browsers leave this field empty
- allows uploading all types of files
* remove obsolete tests
* Create a new component Task Attachment List
Improve the datatable to get the rows to show
* The component name should follow the guide style
Move the Content calls in a different service file
Show the attach file inside the viewer
* Change method name
* Datatable should get the path and show the icon
* Improve attachment component
* Improve datatable documentation
* Remove console.log
* change prepublish to build only
add .npmrc in the gitignore and npmignore
clean .npmrc during the clean task
change registry during publish with npmrc file
add rimraf install in npm publish
* add option to link an alfresco-js-api from github
* npm build on develop branch will use the alfresco-js-api from develop
* modify script after review
add -gitjsapi to starts.sh to change jsapi pointing
add -vjsapi to starts.sh to change jsapi pointing
* start dist demo shell script option