* 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
* 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
* Add check permission on delete folder/file
* Provide a way to disable the action when if there is no permission
* Improve the code using the external permission inside the folder/document action service
* Add basic documentation.
- How disable the button when the permission is missing
- How to show a notification message when the permission is missing
* Resize the image
* Change the value to true for demo purpose
* Update folder-actions.service.ts
* Update document-actions.service.ts