* routed viewer (demo app)
* toolbar support
* app menu component for demo shell
* navigate back button
* fix unit tests
* improve viewer type detection and rendering
* download button
* automatic pdf rendition, spinners, ui tweaks
* border for pdf pages
* scroll top support
* docs update
* info drawer placeholder
* [ADF-1458] reverting changes from ADF-1458
* [ADF-1458] reapply default value to disabled
* [ADF-1458] revert changes on README
* [ADF-1458] update readme added more check for node permission checking
* [ADF-1458] reverting changes to tests
* [ADF-1458] revert changes for test directive
* fix issues with the icons column in DT/DL
- fix issue with screen reader label not being translated
- fix issue with column taking the width of the screen reader label
* fix custom selection icon position
* [ADF-1368] adding success action event even form file deleted on document actions
* [ADF-1368] reflecting delete changes on documentlist
* [ADF-1368] added event on upload service when a file is deleted from external source
* [ADF-1368] pinned version beta8 for material
* [ADF-1368] added test cases for success event on documentlist actions delete
* initial trashcan support and demo page
* use testbed for unit tests
* support for restricting navigation for special data sources
* shared links mode, thumbnail fixes
* update unit tests
* improve Trashcan/SharedLinks columns
* Sites view for document list
* Favorites support for DL, upgrade to latest js-api (alpha)
* recent files support for document list
* support default presets
* readme updates and code fixes
* code fixes
* breadcrumb fixes
- show custom root node for certain scenarios
- fix css issues
- fix crash related to missing "path" property for certain scenarios
* toolbar style fixes
- addresses the shrinking issues with components embedded into toolbar (i.e. breadcrumb)
* i18n support for column presets
* unit tests
* Deprecate enabled input property in UploadDragAreaComponent
* Refactoring about disabled property
* using adf-node-permission directive, deprecating disableWithNoPermission
* Parent component access from directive
* Upliad drag area component uses the directive also
* Usage of property instead of helper method in the NodePermissionSubjects
* Fix small issues
* Update readme files
* support 'timeAgo' format for data-column
* file size column type and bug fixes
* readme updates
* location column type
* readme fixes
* update unit tests
* file size pipe tests
* viewer dialog scaffold
* toolbar divider component
* simple error screen
* material module and tooltips
* show file name in the title
* improved settings, simple image viewer
* flex-based image viewer, minor fixes
* ability to switch between viewers
* single viewer for images
* remove MDL from the Viewer component
* remove hardcoded demo shell layout
remove harcoded assumptions on "header" and "main" elements
* rework text viewer, remove MDL dependency
* upgrade 'unknown format' view, remove MDL
* simplify media viewer layout
* simplify image viewer
* clean pdf viewer
* migrate pdf viewer styles to scss
* rewrite pdf viewer host styles in scss
* fix unit tests and cleanup layout
* file viewer service
* viewer dialog supports downloads if url provided
* Adding current folder to list by default
* Fix documentlist component's rowFilter and imageResolver
* Adding rowfilter to not show the current node in the list
* Removing unpermitted nodes from the selectable ones (not visually)
* Restore documentlist original behaviour (rowFilter and imageResolver)
* Select event interface works with array from this point on
* Introducing the one and only, mighty Breadcrumb
* Breadcrumb position fix
* Extract hightlight transform functionality from highlight pipe
* Highlight part I.
* Showing breadcrumb with the new redesigned functionality
* Rebase fix
* Error and success callback for the new content actions
* Tests for HighlightDirective
* Update documentation
* Until proper pagination we use this temporary fix
* Fix node unselection on folder change
* Fix accessibility support in dropdown breadcrumb
* Download API demo
- download single selected file
- download multiple selected files as ZIP
- download one or multiple selected folders as ZIP
- download all mixed content as ZIP (file + folder)
* download dialog (first cut)
* code cleanup
* 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
* 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
* 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