* [ADF-3358] link on logo
* [ADF-3358] test link on logo
* [ADF-3360] tooltip on logo
* [ADF-3360] update logo docs
* [ADF-3359] allow hex color codes for the background color
* [ADF-3358] better name for property
* [ADF-3336] start adding test for documentlist
* [ADF-3336] fixed test for permission message
* [ADF-3336] start adding test custom column type
* [ADF-3336] - added documentlist tests - PART I
* [ADF-3336] removed fdescribe
* [ADF-3336] fixed error on files component
* [ADF-3336] - unified all the diverging tests into one file
* [ADF-3336] fixed label for test
* [ADF-3336] removed fdescribe
* [ADF-3336] added sorting tests and some fix
* [ADF-3336] added other automations
* [ADF-3336] stabilising some flaky tests
* [ADF-3336] added line height check
* [ADF-3336] Test that needs to be fixed
* [ADF-3336] commented failing search tests
* [ADF-3336] removed locator from test and added to page object
* ]
[ADF-3336] rebased after last changes on development
* [ADF - 3336] added more test and actions for the test
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabling disabled tests
* [ADF-3336] fixing process service integration tests
* [ADF-3336] removed comments and skipped two tests
* [ADF-3336] added thumbnails tests
* [ADF-3336] added tooltip documentlist tests
* [ADF-3336] added tooltip tests
* [ADF-3336] added gallery view tests
* [ADF-3336] removed comment
* [ADF-3336] fixed selectors and check for document list test
* [ADF-3336] start adding test for documentlist
* [ADF-3336] fixed test for permission message
* [ADF-3336] start adding test custom column type
* [ADF-3336] - added documentlist tests - PART I
* [ADF-3336] removed fdescribe
* [ADF-3336] fixed error on files component
* [ADF-3336] - unified all the diverging tests into one file
* [ADF-3336] fixed label for test
* [ADF-3336] removed fdescribe
* [ADF-3336] added sorting tests and some fix
* [ADF-3336] added other automations
* [ADF-3336] fixed processButton get
* [ADF-3336] stabilising some flaky tests
* [ADF-3336] added line height check
* [ADF-3336] Test that needs to be fixed
* [ADF-3336] commented failing search tests
* [ADF-3336] removed locator from test and added to page object
* ]
[ADF-3336] rebased after last changes on development
* [ADF - 3336] added more test and actions for the test
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabled disabled tests
* [ADF-3336] reenabling disabled tests
* [ADF-3336] stabilized core tests
* [ADF-3336] fixing process service integration tests
* [ADF-3336] removed comments and skipped two tests
* remember me
* add login component e2e test
* add success route test
* add change logo check
* redirect url after logout e2e
* move redirection test in a separate file
* login component tslint
* cardview e2e
* fix login test
* add test case number
* move version test in a separate file
* clean unused elements
* metadata part 1
* tslint fix
* fix metadata test
* remove fit
* fix formatting file viewerPage
* multi propety test
* metadata and login improvements
* fix data automation fix
* metadata permission e2e
* fix tslint problems
* improve selector
* stabilize search component test
* stabilize test step 1
* fix tag test
add config timeout
* tentative
* delay after download
* change meatdata test
* stabilize metadata
* use smaller file for not extension related test
* stabilize test step 2
* exclude failing test
* timeout fix
* split in multiple task e2e
* trick travis
* trigger build
* fix command issue
* fix save screenshot
* fix run subfolder
* test timeout increase
* content node selector test page
* [ADF-2769] start adding more examples to node selector page
* [ADF-2769] added more example for node selector page
* [ADF-2769] added examples on node selector page
* remove user preference setting save
* fix host setting test
* remove userPreferences test
* fix title service test
* remove unused imports
* restore input align
* fix service import in test tag rating
* disable random test
* host setting component reset JS-API
* reload api after user prefrence change
* remove replicate reset
* missing semicolon
* deprecate provider property
* remove trailing space
* check new value before to set
* Be able to change the available providers values
* Add deprecated tag
* add default providers
* Fix empty OAuth and selected providers
Improve the documentation
* Fix BPM guard to check SSO condition
* Add the oauthConfig again
* SSO or Basic otpion auth setting change
* fix host settings sso/basic
add login documentation
* remove test string
* fix auth guard test
* dispose upload emitter test events
* remove space
* exclude failing test
* react on [disabled] binding changes
* [disabled] binding updates for context menu items
* evaluating disabled state with a function
* unit test
* restore original description
* remove irrelevant test
* fix tests
* Enable OAUTH2
* Create SSO services
* SSO improvements
* Rollback sso login change
* Add SSO configuration from Setting component
* Refactoring
* Remove login ECM/BPM toggle and move use the userpreference instead of store
* fix host setting unit test
* Fix unit test missing instance
* use the Js api oauth
* add logout component and clean sso not used class
* fix dependencies cicle
* add translation settings
* fix style setting page
* clean
* JS APi should receive the oauth config from the userPreference and not from the config file
* change login if SSO is present
* missing spaces
* add sso test in login component
* add logout directive new properties test
* Improve host setting and remove library reference
* fix login test
* Remove unused code
* Fix authentication unit test
* fix authguard unit test
* fix csrf check login component
* fix unit test core and demo shell
* remove
* * Created DataColumnSchemaAssembler component to get column schema from html and app.config.json
* Removed column related method from tasklist.
* * Removed data property from the tasklist component
* Using rows input property instead of data input property of the datatable
* * Renamed DataColumnSchemaAssembler to DataTableSchema
* Refactored DataTableSchema component
* * Changed schem property into an input schemaColumns property in dataTable component
* * Added selectFirstRow input property to select a first row of datatable
* Removed unnecessary method from tasklist component
* * Added test case for the recent changes
* Added mock object for the tasklist spec
* * Added testcases for recent changes in the datatable component
* * Updated datatable and tasklist document for the recent changes
* * Refactored process-service and task list component
* Updated datatable document.
* [ADF-3039] Task List - Enanchement
* Changed schemaColumn name to columns
* Updated datatable documentation.
* data input Annotated with @deprecated in the tasklist component
* * Added an sorting input to the datatable.
* Updated datatable and tasklist documentation
* Added method to get current sorting order.
* * After rebasing
* * Revert sorting changes
* * After rebase
* * fixed conflicts
* * Fixed failing testcase after rebased.