* Fetch the appName context from window instead of hardcode it
* Remove useless file
* Get rid of the redirectUri variable
Until now the context of the app was created on the backend side and stored on the variable redirectUri. With this fix the context is determined by the FE
* remove useless docker variable
remove
APP_CONFIG_OAUTH2_REDIRECT_LOGIN
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT
the origin and context will be determined by the FE
* Update 30-sed-on-appconfig.sh
removing APP_CONFIG_OAUTH2_REDIRECT_LOGOUT and APP_CONFIG_OAUTH2_REDIRECT_LOGIN
* [ACS-827] - added whitelisted element and method for checking them
* [ACS-827] - changed method name with clear one
* [ACS-827] - pr review changes
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* [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-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
* 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
* 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
* 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
* (wip) facet container
* shaping out the API
* code lint fixes
* radiobox facet example
* fields selector facet
* search limits support
* scope locations facet example
* move custom search to 'search.query' config
* use facet fields and queries from the config file
* use facet filters
* use facet buckets in query
* preserve expanded/checked states
* code cleanup and binding fixes
* fix apis after rebase
* extract query builder into separate class
* code improvements
* full chip list (merge facet fields with queries)
* placeholder for range requests
* move search infrastructure to ADF core
* cleanup code
* auto-search on init
* move search components to the content services
* selected facets chip list
* split into separate components at ADF level
* move the rest of the implementation to ADF
* facet builder fixes and tests
* translation support for category names
* docs placeholders
* update language level
* unit tests and packaging updates
* fix after rebase
* remove fdescribe
* some docs on search settings
* rename components as per review
* simplify chip list as per review
* turn query builder into service
* improve search service, integrate old search results
* fix node selector integration
* move service to the top module
* update tests
* remove fdescribe
* update tests
* test fixes
* test fixes
* test updates
* fix tests
* code and test fixes
* remove fit
* fix tests
* fix tests
* remove obsolete test
* increase bundle threshold
* update docs to reflect PR changes
* fix docs
* fix reload app.config.json
* improve style mobile
fix test
* test karma setup update
* fix core providers test
* remove unused providers
* use mock api in service test
* skip test in the wrong place
* remove comma
* remove fdescribe
* Aspects collection
* Fetch only those metadata aspects which are defined in the application config
* Aspect property filtering first round
* Addig wildcard support for preset, default preset fallback to wildcard, and logging
* Add white list service
* Renaming services
* ContentMetadataService and CardViewItemDispatcherComponent update
* Observables... Observables everywhere...
* Propers CardViewAspect
* Defining more interfaces
* Dummy data and expansions panels
* Fix build attempt & proper panel expansion
* Folder restructuring
* Add different type mappings
* Restructuring Card view component
* Fix build
* More ECM types supported
* Validators first phase, extraction of interfaces, world domination preparation
* Validators phase II.
* Integer and float validators
* Hide empty text items and validation message foundation
* Validation error messages for text item view, small style changes
* Update date item
* bool item component
* Datetimepicker npm module
* Datetime model
* Add mapping for datetime
* Small fixes
* Passing down preset
* Adding forgotten package.json entry
* Adding some tests for wrapper card component
* content-metadata.component tests
* Covering some edge cases, adding some tests
* Fix cardview component's test
* Add datetimepicker to demoshell
* card view component show empty values by default
* displayEmpty dependency injection
* remove table like design from cardview
* Using alfresco-js-api instead of spike
* Remove spike folder and contents
* Fix test
* Cardview updated docs
* Content metadata md
* Fix review issues
* Fix the packagr issue