* [ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers
* Unsubscribe from userPreference service
* Make Pipe impure
* Add documentation in localization page
* [ADF-4457] StorageService should be independent of AppConfigService
* [ADF-4457] Fix e2e tests
* [ADF-4457] Fix e2e tests
* [ADF-4457] Improve storage service workflow
* Fix linting
* Fix unit tests
* Fix e2e test
* Add missing class to constructor
* Fix e2e test
* Rebase branch
* Improve unit test
* fix test
* [ADF-4342] Date Format defined in app config
* [ADF-4342] Create localized pipe and centralize date format
* Add unit test for new date pipe
* Add info internationalization docs
* Fix lining
* Fix linting
* Fix date pipe unit test
* [ADF-4342] Add supported language files
* Fix e2e tests
* [ADF-3887] Different local storages for different ADF apps
* [ADF-3887] Add documentation
* [ADF-3887] Add unit tests and improve code
* [ADF-3887] Add unit tests
* [ADF-3887] Fix e2e tests
* fix test
* fix test
* Update storage.service.md
* [ADF-3401] refactoring - different way to call the facet parsers
* [ADF-3401] fix duplicate search call
* [ADF-3401] add new fields and buckets from the response
- If a facet is already displayed, just update the bucket count, else add the new facet to the responseFields
- this way any existing filters are preserved, the collapsed state is preserved, facet selection is preserved
* [ADF-3401] reset & clear all selections buttons
* [ADF-3401] delete facets that are not in the response
- for better UX, prevent deletion of items from the category where there is a selected item
- clean-up reset buttons
* [ADF-3401] apply filters to the newly created items
* [ADF-3401] update tests
* [ADF-3401] fix after rebase
* [ADF-3401] Code refactoring
* [ADF-3401] show count value inside tooltip
* [ADF-3401] translatable strings
* [ADF-3401] move 'Clear all selections' button to search-chip-list
* [ADF-3401] option to configure having a reset button for filters
* [ADF-3401] code cleanup and improvements after review
* Update lib/content-services/search/components/search-filter/search-filter.component.ts
Co-Authored-By: suzanadirla <dirla.silvia.suzana@gmail.com>
* [ADF-3401] Better namings
* fix failing e2e tests on search radio
* [ADF-3401] add documentation for search resetButton
* fix version component restore and delete event
* version manager actions
* fix test
* fix unit test
* remove fdescribe
* fix tslint
* fix screenshot rewrite problem
* remove fdescribe
* multi instance try
* remove fdescribe
* try uncomment some test
* error page
* fix user preferences pagiantion
* search page test include
* fix type tslint e2e
* restore code
* default lang momentadapter
* fix test
* [ADF-3384] removed console log from test
* [ADF-3384] adding some fixes for tests and code
* [ADF-3384] fixed some test and code
* 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
* 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
* 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
* [ADF-2238] removed created by property
* [ADF-2238] added a condition to avoid checklist delete for completed task
* Revert "[ADF-2238] added a condition to avoid checklist delete for completed task"
This reverts commit fc2227ea0491f14bdb5c4ef1dc8c01967780072c.
* 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
* "show less" button for search filter container
* consistent button styles across widgets
* i18n support for facets
* page sizes for check list
* display page buttons only when needed
* page sizes for all facet fields
* test fixes
* update lib versions
* fix angular configuration
* schema and configuration improvements
* check list search widget
* "Clear all" button to reset the list
* page size and "show more" for response facet fields
* test fixes
* fix tests
* fix pagination bug (skipCount reseting)
* integrate date range picker from #3248
* i18n support for date and number range
* some docs for search filter
* docs update
* docs update
* cleanup code as per review
* slider facet
* number range facet
* unit tests
* remove fdescribe
* remove old demo-only content
* remove old tests
* Support "include" and "field" values with app config
* exclude deprecated demo content from export checks