* [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
* Reuse the common deployment and modeling api
* Add files to testing
* Pass parameters
* Travis initaae with correct parameters
* Travis initaae with correct parameters
* Add cli to the smart build
* Add complete task of a process method
* Removed completeTaskOfAProcess method. We will add this along with a proper refactoring
* Remove unnecessary check
* * Added an input flag to validate preselected groups.
* Modified demo shell groups page.
* * Added unit tests to the recent changes.
* * Fixed comments
* [AAE-1344] [FE] - Removed all preselected users on removing of single pre-selected user.
* * Fixed Search problem on admin manage permision dialog
* * Fixed failing unit test.
* * Fixed failing unit test on group component