* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.
* Added Start task/process cancel emitter handler to redirect when user clicks on cancel start/process .
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.
* Changed activiti-start-task to adf-start-task
* Changed onSuccess to success and Updated document.
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked
* Refactored start task component unit testcases
* Removed mdl dialogs for comments and people
* Removed list-column CSS class from activiti-demo component to show tasks/process list and details in the same row on low resolution screens
* First try
* Dialog basic functionality
* Search input
* Hammering it together
* Fist working proto for copy
* Fix the tests and tslint errors for a happier world
* Add more tests (and test shells for the future)
* copyNode and moveNode methods
* Copy and move actions for content type
* Extract common parts in favor of using them in folder content type also
* Small fixes
* Copy and Move actions for folders as well
* Style fixes, ui behaviours and tests needed to be written
* Move duplicated search service from documentlist to core
* Use search service from core within the search component
* Fix dialog width
* Update docs
* Tests for node selector
* Change seletionMade event's name to select
* style permissions fix and add in hasPermission possibility to check the negate permission
* remove fdescribe in discovery test and add test for negate permissions
* replace MDL sidebar with material2 menus
- separate language picker
- separate "more" menu
* toolbar theme picker
* fix toolbar button colors for different themes
* revert the commented out code
* [ADF-487] - added discovery service to core
* [ADF-487]- added activiti about call
* [ADF-487] added discovery info into about component
* [ADF-487] removed wrong console log
* [ADF-487] fixed problem on index
* row select/unselect dom events for DT
- new events for datatable
- improved unit tests for empty content placeholders
* improved selection management for DT
* selection management for document list
* fix tests
* [ADF-968] added demo project and new component
* [ADF-968] added default option choice
* [ADF-968] - moved site dropdown into documentlist
* [ADF-968] fixed test for new component
* [ADF-968] removed fdescribe for single cases
* [ADF-968] fixed test to check rendering
* [ADF-968] added conversion to Boolean forced by alfresco-js-api
* [ADF-968]- moved site service into core
* [ADF-968] reflected changes on js-api index
* [ADF-968] fixed wrongly merged path from rebase
* [ADF-968] fixed wrongly merged path from rebase
* [ADF-968] fixed import problem on demo shell demo
* [ADF-968] revert changes on package.json
* [ADF-968] removed wrong package-lock
* [ADF-968] applied changes from PR
* [ADF-968] reindented file html
* Update material to beta8
* Install @angular/cdk
* DropdownBreadcrumb component
* Style fixes
* Fix styling issues after rebase
* Fix Material issue in processlist
* Update material again, because of rebase errors... :/
* Fix new tslint rule raised errors
* toolbar improvements
- simple "title" property to render toolbar title
- advanced "adf-toolbar-title" element for compound toolbars
* move to SASS and improve styling
* fix divider color
* Add Assignee to readonly mode
* Style adoption and first steps to editable mode
* Switch between mode coverage
* Rebase fix
* Because of design and requirement changes, revert unnecessary parts
* Small refactoring before the introduction of CardViewDateItem
* Fix AdfCardView tests
* Editable Card date item
* Do not allow edit on task details after the task is completed.
* Update task details request
* Login footer switch fix
* Login customisable copyright text
* Card text item (first sketches)
* Small fix for supported card items' template
* Dynamic component loading for card view items
* Test and linting fixes
* Updating Readme.md
* Update Readme.md
* Fix Readme.md errors
* CardViewTextItemComponent tests
* Rebase fix
* Create two different ProcessUpload service on for task one for process because the API are different
Move the attachment task list and process list in different component outside the activiti demo component
* Move the create task/process attachment in the child component
* upgrade to md-menu
- upgrade to md-menu
- fix issue with missing icons
- extend demo shell to show icons for actions
- fix issue with border problems in Firefox
- remove commented out samples in demo shell (there's readme for that instead)
* fix unit tests
* fix tests
* use the same upload component between the content and process service
* Create a BaseUploadServe inside the core
The AlfrescoUpload should extend the BaseUpload
* Improve the code
* Move the process service from the demo shell to form component
* Merge [ADF-917] added exlcluded files into app config to prevent special files
* Remove typo
* Fix import
* Fix FileModel import
* Fix Denys comment
* Fix unit test with the new path of UploadService
* Add missing implementation
* [ADF - 966] added a setTimeout to test the async loading of datatable
* [ADF-966] added the ability to reflect changes on data change
* [ADF-917] changed due PR
* user preferences service
* unit tests and code improvements
* fix tests
* fix tests
* fix tests
* add missing production settings
* readme updates
* integrate with the core module
* stub for custom form service
* demo polishing
- use in-memory formService only for the corresponding demo page 'Form'
- support for mocking rest field values
- demo of the typeahead data mocked
* load data from app config
* fix lint errors
* separate Form and Form List demos