* tests cleanup
* cleanup search control tests
* EmptyContentComponent tests
* fix names
* search filter category test
* task list test and code polish
* process list tests and cleanup
* extra task-list tests
* extra start-task tests
* code cleanup
* ADF-1653 - disabled download for external content
* ADF-1653 - ADF-1651 - disabled download for external source and added download for same login content
* ADF-1653 - using downloadService instead of contentService
* improve solution
* improve solution
* fix unit
* add more unti test
* fix lint
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* added 2 new forms 'mealform' and 'resultcollectionform' to simpleapp and updated the multiinstance-usertask process definition to have another task to display the output of the result collection.
* added the 2 new form names to the resources file.
* [ADF-5066] APS2 › Process List test need to be automated
* fixed spell check error
* fixed errors
* taskname from resource
* fixed e2e
* fixed comments
* fixed declartions
* cleanup component types
* more readable tests
* clean code
* C291998: render preselected people
* clean code
* extra tests and clean code
* fix test after rebase
* [AAE-1594][AAE-1631] Fix not able to search for specific users, validation not working for partial username
* [AAE-1594][AAE-1631] Fix unit tests
* [AAE-1594] Refactor comparing preselcted user with keycloak user, add unit tests for search
* [AAE-1594] Add missing undefined check
* [AAE-1594] Ignore blank space user/groups search
* [AAE-1602][AAE-1594] Fix duplicated users issue when validation enabled, fix partial username should not return a valid user
* [AAE-1602][AAE-1594] Fix removing incorrect invalid user/group when name or id matches
* chore: adding instructions to the calendar for use
* chore: updating lockfile
* chore: fixing package
* chore: updated html for test
* chore: adding instructions to the calendar for use
* chore: updating lockfile
* chore: fixing package
* Wchore: updated html for test
* chore: removed unnused random string gen
* chore: synced lockfile; removed unnused prop
* If silentlogin do implicitLogin
* If silentlogin do implicitLogin
* Unit tests
* Unit tests Trigger new run
* Authguard should return true for canActive
* adjust unit test and allow AuthGuard CanActive for the SSO case
* adjust unit test and allow AuthGuard CanActive for the SSO case
* adjust unit test and allow AuthGuard CanActive for the SSO case
* adjust unit test and allow AuthGuard CanActive for the SSO case
* Add isPublicUrl logic to authguard
* adjust unit test and allow AuthGuard CanActive for the SSO case
* Allow canActive true for public urls like /settings
* fix redirect login for SSO
* Try not using isPublicUrl from js-api as that triggers an implicit login already
* Try not using isPublicUrl from js-api as that triggers an implicit login already
* Try not using isPublicUrl from js-api as that triggers an implicit login already
* Try not using isPublicUrl from js-api as that triggers an implicit login already
* move sso silentlogin fix to ecm authguard
* Try only todo the implicitLogin if not logged in
* Try only todo the implicitLogin if not logged in
* Try only todo the implicitLogin if not logged in
* Try only todo the implicitLogin if not logged in
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* remove implicit flow parameter and pray that those process cloud tests are passing
* remove implicit flow parameter and pray that those process cloud tests are passing
* remove implicit flow parameter and pray that those process cloud tests are passing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* move authService stuff in the login component from ngOnInit to constructor
* move authService stuff in the login component from ngOnInit to constructor
* move authService stuff in the login component from ngOnInit to constructor
* move authService stuff in the login component from ngOnInit to constructor
* not use login component for silent login anymore!
* try figuring out why process cloud is failing
* try figuring out why process cloud is failing
* reuse is PublicUrl from js-api
* reuse is PublicUrl from js-api
* revert travis changes
* revert travis changes
* Check if oauth is enabled
* Check if oauth is enabled
* Check if oauth is enabled
* Check if oauth is enabled
* [AAE-1152] added e2e tests for People and Group of people - CloudWidgets
* [AAE-1152] made code more readable
* [AAE-1152] added public-api file
* Fixing import in index.ts
* refactoring and creating public-api file
* [AAE-1372] Fix read-only preselected users can be deleted
* [AAE-1372] Fix people/group cloud component readonly mode
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Clear invalid user in single mode after replacing with a valid user
* [AAE-1372] Add progress bar while validation loading. When user gets removed remove from validation
* [AAE-1372] Fix lint errors
* [AAE-1372] Fix single selection e2e
* [AAE-1372] Fix unit tests - people/group cloud components
* [AAE-1372] Fix e2e, set People/Group formControls invalid when has preselect errors
* [AAE-1372] Fix invalid form control bug
* Add a method to wait until datatable contains less then a specific nr of rows. This could be useful for waiting for datatable to load when searching or filtering it
* Moved the method to pagination page
* Renamed the method