* prevent and resume upload process
* upload fixes and confirmation dialog demo
* ability to toggle the upload confirmation demo
* fix tests
* unit tests
* docs update
* remove deprecation
* fix test name
* fix random failing test core search/comment/auth/user
* fix node delete directive
* fix lint issues
* node restore fix
* fix comment test
* remove fdescribe
* fix tests and tslint
* fix upload test
* unsubscribe success event task test
* copy comment object during test
* use the data pipe performance improvement and standard usage
* uncomment random test
* fix comment date random failing test
* disposable unsubscribe
* fix start process
* remove fdescribe
* change start process test and remove commented code
* fix error event check double click
* clone object form test
* refactor date time test
* fix service mock
* fix test dropdown and context
* git hook lint
* fix language test
* unsubscribe documentlist event test
* fix disposable error
* fix console log service error document list
* unusbscribe search test
* clear input field
* remove wrong test
* translate breadcrumb root in demo shell
* optional "max items" feature and style fixes
* should not be restricted by default
* style updates
* toolbar and breadcrumb layout fixes
* breadcrumb demo and testing page
* full toolbar scenario
* fix translation issue with the dropdown and custom root
* a11y fixes
* fix issue with duplicate id, remove unused attribute
* [ADF-2984] Show date invalid message on search date range picker
* [ADF-2984] test that required format is displayed when date input is invalid
* [ADF-2984] More space above buttons
* sorting configuration
* detect primary sorting and use with document list
* search results sorting
* docs update
* unit tests and code updates
* update code
* update code
* generic sorting picker, test updates
* ability to switch off client side sorting
* update docs for document list
* [ADF-2997] restrict 'to' field not to allow dates in the future
* [ADF-2997] more clear labels for start and end date fields
the translation team will decide what will be the best values for the date fields
* change input with textarea
* update file version use now the update content API
* provide way to test read only mode version list
* fix test
* test fix
* [ADF-2739] Long names in breadcrumb fixed
* [ADF-2739] Updated styles
* [ADF-2739] Fixing @mixin for breadcrumb
* [ADF-2739] Waiting for changes in demo-shell
* [ADF-2739] Fixed @mixin
* [ADF-2739] Fixed issue related to breadcrumb position
* [ADF-2739] Improved ngOnChanges call for breadcrumb
* [ADF-2739] Fixed issues with lint
* [ADF-2739] Removed comment in dropdown breadcrumb component file
* [ADF-2739] Changed recalculateNodes method from public to protected
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
* [ADF-2912] added group everyone as constant result for add permissions
* [ADF-2912] readded jsdoc
* [ADF-2699] added localisation to the time-ago pipe
* [ADF-2699] added lang to time ago pipe
* [ADF-2699] added localisation for time ago pipe
* [ADF-2699] removed fdescribe
* [ADF-2699] removed comments
* [ADF-2699] removed useless default values
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
* [ADF-2826] added a check for duplicate permission add
* [ADF-2826] removed fdescribe
* [ADF-2826] applied peer review changes
* format date chosen from the datePicker's calendar
* format date on focusout event
* fix tests & some code refactoring
* more validation messages
* unit tests
* fix typecast error
* move "dateFormat" to be part of the "date range" widget settings block
* fix error on Moment
"...Type 'moment.Moment' is not assignable to type 'moment.Moment'. Two different types with this name exist, but they are unrelated.
Property 'isLocal' is missing in type 'Moment'..."
* moment - use old version
* change script - use recent version of moment