2144 Commits

Author SHA1 Message Date
VitoAlbano
74d5d20fef Fixed unit tests 2024-10-22 16:24:41 +01:00
VitoAlbano
b5dd7c23fc Fixed unit tests 2024-10-22 16:24:41 +01:00
Ehsan Rezaei
349b3c197d Trying to fix JWT token issue 2024-10-22 16:24:41 +01:00
VitoAlbano
5e96ce909c Added fallback for injection 2024-10-22 16:24:41 +01:00
VitoAlbano
e81342ff7f Added fallback for injection 2024-10-22 16:24:41 +01:00
VitoAlbano
f835af23c3 Auto import fix 2024-10-22 16:24:41 +01:00
VitoAlbano
4c60103a10 Added fallback for JWT token 2024-10-22 16:24:41 +01:00
VitoAlbano
4841aff4f4 Added fallback for JWT token 2024-10-22 16:24:41 +01:00
VitoAlbano
81df3bdabb Writing should use the same calss as reading 2024-10-22 16:24:41 +01:00
VitoAlbano
c0ce6f70b3 Fixed related unit test 2024-10-22 16:24:41 +01:00
VitoAlbano
98359e1073 Fixed related unit test 2024-10-22 16:24:41 +01:00
VitoAlbano
1869b78e0e Removed fallback and starting using simple token 2024-10-22 16:24:41 +01:00
VitoAlbano
892c1a9b88 Removed fallback and starting using simple token 2024-10-22 16:24:41 +01:00
swapnil-verma-gl
5f7645b9f9 [ACS-8749] View More tags button no longer shows when all tags are removed from a node (#10285) 2024-10-22 16:24:41 +01:00
Wojciech Duda
a963de5870 fix filter subscript overlapping dropdown items 2024-10-22 16:24:41 +01:00
Wojciech Duda
9564e3ceb2 custom theme missing sidenav color 2024-10-22 16:24:41 +01:00
Wojciech Duda
1d192ac76e [MIGRATION] fix header background color not being read from input prop 2024-10-22 16:24:41 +01:00
dominikiwanekhyland
0afbe855c5 Fixed white background issue in sidenav after ng16 upgrade (#10207) 2024-10-22 16:24:41 +01:00
VitoAlbano
57390306d1 [MIGRATION] - fixed schematics build 2024-10-22 16:24:26 +01:00
VitoAlbano
93b62bdf12 [MIGRATION] - rebased after the move of AlfrescoApiService 2024-10-22 16:24:26 +01:00
VitoAlbano
278b011b66 [MIGRATION] - Fixed lint 2024-10-22 16:24:26 +01:00
VitoAlbano
fb82c4eeac [MIGRATION] - Updating outdated packages 2024-10-22 16:24:25 +01:00
VitoAlbano
56392615a5 [MIGRATION] - Something happened on the way to heaven 2024-10-22 16:24:25 +01:00
VitoAlbano
beb6a1d96a NG16 - fixed the builds 2024-10-22 16:24:25 +01:00
VitoAlbano
17cdedcae3 NG-16 - migration step 1 2024-10-22 16:24:25 +01:00
Amedeo Lepore
bbea2d80e5
AAE-26163 Fix infinite loop when authentication error event occured (#10272)
* AAE-26163 Logout user after 3 login attempts failed, avoiding infinite loop when an authentication error occured, like when a user machine clock is significantly out of sync

* AAE-26163 Wait to discovery document to be loaded and user not authenticated to perform a ssoLogin, logout user if login fails after 3 attempts

* AAE-26163 Fix missed id_token_hint invoking logout when a login error occured due to a clock significantly out of sync

* AAE-26163 Add fake observable to unit test

* AAE-26163 Show oauth event logs if showDebugInformation is enabled, remove auth items if access token is not valid

* AAE-26163 Improve tryLogin error message

* AAE-26163 Check if token has expired to fix case when user access the application after the token is expired and with a clock significantly out of sync

* AAE-26163 Test logout when clock is out of sync

* AAE-26163 Create a service to check if local machine time is out of sync

* AAE-26163 Update oauthErrorEvent$ and combinedOAuthErrorsStream$ to return errors

* AAE-26163 Output error within combined oauth error event subscription

* AAE-26163 Fix lint problems

* AAE-26163 Logout user when token refresh error happens for the second time, if the token is not refreshed properly after first refresh error

* AAE-26163 Logout user once an oauth error event occur due to clock out of sync

* AAE-26163 Fix retry login error message if the OAuthErrorEvent doesn t return reason

* AAE-26163 Fix the issue where the logout API call is canceled by the authorize call when login fails due to clock synchronization problems, causing an infinite loop.

* remove console.log

* AAE-26163 Fix retry login error message if the OAuthErrorEvent reason is an empty object
2024-10-21 11:33:09 +02:00
Anna Karwatka
c08e8d6b31
AAE-26469 Add external-property-process to simpleapp (#10296)
* AAE-26469 Add external-property-process to simpleapp

* Remove redundant empty line in string-utils spec
2024-10-11 12:51:16 +02:00
Wojciech Duda
9e96fed71e
AAE-26321 Custom JWT storage service optional injection token (#10292)
* AAE-26321 Custom JWT storage service optional injection token

* AAE-26321 custom storage service test

* AAE-26321 Use only the injection token with factory

* AAE-26321 improve custom storage test
2024-10-09 17:06:30 +02:00
Wojciech Duda
9a9a9db628
Revert "AAE-26321 Add an injection token to JwtHelperService for OAuthStorage…" (#10291)
This reverts commit a93f0bd0699cf99302e453f1881383729de34c46.
2024-10-09 10:59:45 +01:00
Wojciech Duda
a93f0bd069
AAE-26321 Add an injection token to JwtHelperService for OAuthStorage (#10288)
* AAE-26321 Add an injection token to JwtHelperService for OAuthStorage

* AAE-26321 remove unneeded method spies

* AAE-26321 Add missing providers to depending tests
2024-10-08 22:20:41 +01:00
Tomasz Gnyp
d5a530ba23
AAE-25339 Fix ADF Datetime adapter display format date (#10274) 2024-10-07 20:19:44 +02:00
Diogo Bastos
9e70aad67d
AAE-22724 Fix json widget display (#10248) 2024-10-07 17:08:15 +01:00
Diogo Bastos
e0e89cfa3b
AAE-26181 Fix layout container overflowing screen (#10269) 2024-10-07 15:33:24 +01:00
Bartosz Sekula
dfbf08e3a8
AAE-24992 Form rules for fields (#10245)
* AAE-24992 Add an ability to call a process on a form event

* extract filter events

* tmp

* add unit
2024-09-30 20:13:32 +02:00
Denys Vuika
0139273914
remove filter string pipe, performance improvements (#10231) 2024-09-30 10:44:15 -04:00
MichalKinas
dd2bbd0a4b
Post-release version bump (#10264)
* Post-release version bump

* Add missing lockfile changes

* Use older js-api for cli
2024-09-30 15:41:33 +02:00
MichalKinas
8d895a9893
Release 7.0.0-alpha.3 (#10262)
* Release 7.0.0-alpha.3

* Exclude flaky unit test
2024-09-30 12:23:51 +02:00
dominikiwanekhyland
da44b4cee0
ACS-8824 [ACA] View Details / The user cannot edit node properties af… (#10246)
* ACS-8824 [ACA] View Details / The user cannot edit node properties after failing to change node name with special characters

* ACS-8824 [ACA] View Details / The user cannot edit node properties after failing to change node name with special characters
2024-09-27 10:39:00 +02:00
Mykyta Maliarchuk
602460c574
[ACS-8823] Viewer - do not show non responsive dialog if blobFile was provided (#10247) 2024-09-27 10:28:46 +02:00
jacekpluta
e9bfcbd3fb
[ACS-8834] KR page on Auth token expire page get cancel popup with continue refresh (#10250) 2024-09-27 09:58:22 +02:00
Wojciech Duda
e2ee7ad9a4
AAE-25888 Remove negative margin from search text icon (#10243)
* AAE-25888 Remove negative margin and introduce active button state class

* AAE-25888 remove active class
2024-09-24 15:59:43 +02:00
Wojciech Duda
4998bddfde
AAE-25888 Offset SearchTextInput expansion based on search icon width (#10213)
* AAE-25888 use negative margin and transform by full width

* AAE-25888 update tests

* AAE-25888 add adf-search-button-inactive to manage search icon offset

* AAE-25888 remove scss variable

* AAE-25888 adjust peer unit tests
2024-09-19 17:31:08 +02:00
jacekpluta
797b800bd6
[ACS-8201] Knowledge Retrieval - getting AI response for one or more selected files (#10229)
* [ACS-8202] basic flow getting ai response for one or more selected files (#9944)

* ACS-8202 Getting list of agents

* ACS-8202 Mocked agents, used base api from hxi connector

* ACS-8202 Search Ai service

* ACS-8202 Small correction and mocked data

* ACS-8202 Renamed variable

* ACS-8202 Added documentation

* ACS-8202 Addressed PR comments

* ACS-8202 Type change

* ACS-8202 Reverted unwatend change

* ACS-8202 Reverted unwanted change

* ACS-8201 Small correction after rebasing with Angular 15

* [ACS-8398] Unit tests for agents and search ai  (#9974)

* ACS-8398 Unit tests for search ai api and agents api

* ACS-8398 Unit tests for getAnswer function from SearchAiApi, corrections for unit tests for SearchAiApi and AgentsApi

* ACS-8398 Unit tests for SearchAiService and AgentService

* [ACS-8210] Agent basic details popup (#9956)

* [ACS-8573] Allow user to ask question without file selection

* [ACS-8312] Display warning about losing response (#10059)

* [ACS-8312] Display warning about losing response

* [ACS-8312] Display warning about losing response - fixes

* [ACS-8432] Sending all file types to HX instead of only the text file types (#10087)

* ACS-8201 Fixed issues after rebase

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page (#10132)

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page - review fixes

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page - review fixes 2

* [ACS-8399] Integrate all changes with backend (#10163)

* Answers endpoint fix (#10176)

* [ACS-8664] generic question redirection to hx insight (#10174)

* ACS-8664 Loading HX insight url

* ACS-8664 Added documentation for loading config of Knowledge Retrieval

* ACS-8664 Unit tests

* ACS-8664 Fixed unit tests

* ACS-8664 Fixed unit tests after rebase

* ACS-8664 Addressed comment

* ACS-8201 Fixed issues after rebase

* [ACS-8695] Getting Agent avatar (#10189)

* [ACS-8695] Getting Agent avatar

* [ACS-8695] Getting Agent avatar - on image load error

* [ACS-8695] Getting Agent avatar - removed getAgentAvatar call (#10209)

* [ACS-8201] Review fixes

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2024-09-19 12:42:50 +02:00
Denys Vuika
4d4a1dd6b1
ACS-8761 Noop Auth Module for unit testing ergonomics (#10195) 2024-09-18 08:05:26 -04:00
Denys Vuika
075c6891fe fix imports 2024-09-18 08:04:12 -04:00
Kasia Biernat-Kluba
59818226aa
AAE-26023 Unify look of style properties names (#10227) 2024-09-17 14:50:53 +02:00
Darya Balvanovich
6cb3b589f8 ACS-8602 remove mat-selectors 2024-09-14 21:02:21 +02:00
Darya Balvanovich
dd14a9349d ACS-8602 fix header alignment and replace old selectors with new 2024-09-14 21:02:21 +02:00
Darya Balvanovich
9c68f68c0a ACS-8602 fix header alignment 2024-09-14 21:02:21 +02:00
Darya Balvanovich
36a6b0e568 WIP on ACS-8602-The-tabs-names-in-window-are-not-match-in-the-design
ACS-24317 fix src double call
2024-09-14 21:01:18 +02:00