Commit Graph

2132 Commits

Author SHA1 Message Date
Wojciech Duda
f9395dc489 tmp use forRoot argument to provide custom oauthstorage service 2024-10-11 18:28:53 +02:00
Wojciech Duda
07a716f74c tmp use injection token to provide custom oauthstorage service 2024-10-11 17:57:22 +02:00
swapnil-verma-gl
97ea5814cc [ACS-8749] View More tags button no longer shows when all tags are removed from a node (#10285) 2024-10-11 17:22:14 +02:00
Wojciech Duda
8d90c5dd42 fix filter subscript overlapping dropdown items 2024-10-11 17:22:14 +02:00
Wojciech Duda
354b2682e9 custom theme missing sidenav color 2024-10-11 17:22:14 +02:00
Wojciech Duda
18714a7738 [MIGRATION] fix header background color not being read from input prop 2024-10-11 17:22:14 +02:00
dominikiwanekhyland
0023f0c1f7 Fixed white background issue in sidenav after ng16 upgrade (#10207) 2024-10-11 17:22:14 +02:00
VitoAlbano
bb6d84e2f7 [MIGRATION] - fixed schematics build 2024-10-11 17:22:14 +02:00
VitoAlbano
f143ff04a9 [MIGRATION] - rebased after the move of AlfrescoApiService 2024-10-11 17:22:14 +02:00
VitoAlbano
6dcb7ce28a [MIGRATION] - Fixed lint 2024-10-11 17:22:14 +02:00
VitoAlbano
05d668b3d4 [MIGRATION] - Updating outdated packages 2024-10-11 17:22:14 +02:00
VitoAlbano
fbc902ddf5 [MIGRATION] - Something happened on the way to heaven 2024-10-11 17:22:14 +02:00
VitoAlbano
e38221657a NG16 - fixed the builds 2024-10-11 17:22:14 +02:00
VitoAlbano
28813693da NG-16 - migration step 1 2024-10-11 17:22:14 +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 a93f0bd069.
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
Denys Vuika
4609a53a99 remove unused setupTestBed api (#10210) 2024-09-13 14:54:31 +02:00
swapnil-verma-gl
3458546c92 [ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken (#10066)
* [ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken

* [ACS-8556] Empty commit

* [ACS-8556] Empty commit

* [ACS-8556] Empty commit
2024-09-12 12:05:17 +05:30
Kasia Biernat-Kluba
ed24f4932c AAE-25387 Styles preview (#10199) 2024-09-11 16:20:30 +02:00
Denys Vuika
b1abe2c8a6 ACS-8227: remove internal mime type icon pipe (#10142) 2024-09-10 10:07:18 -04:00
Amedeo Lepore
b20107fdc5 AAE-24139 Fix unauthorized user error when access token is not valid (#10012)
* AAE-24139 Bump angular-oauth2-oidc version to 15

* AAE-24139 Allow to set sessionCheckEnabled and clockSkewInSec properties

* AAE-24139 Update angular-oauth2-oidc version to 15 in the core deps

* AAE-24139 Remove authentication tokens when the token is no longer valid and reload the page to let oauth library refresh the token

* fix lint issue
2024-09-10 15:09:32 +02:00
Denys Vuika
f1208d45c3 ACS-8610: cleanup demo shell protractor tests (#10148) 2024-09-10 08:36:42 -04:00
Kasia Biernat-Kluba
4202fa7e90 AAE-24927 update widgets schema & predefined theme (#10185)
* AAE-24927 update widgets schema

* AAE-24927 predefined theme

* update theme model and tests

* exclude flaky test
2024-09-09 14:45:43 +02:00
Eugenio Romano
e617333f00 [AAE-20109] Move alfresco js-API and alfrescoapi service out from the core (#9317)
* AAE-20109 Remove alfrescoapiservice from core

* fix after rebase

* [AAe-12502] Post-rebase fix

* [AAE-12502] Add unit test fix

---------

Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-09-06 18:43:33 +02:00
Kasia Biernat-Kluba
166325d703 AAE-24927 add ability to style form widget - header (#10173)
* AAE-25211 form styling PoC

* AAE-25211 poc

* AAE-25211 revert cloud form service

* AAE-24927 display text schema

* AAE-24927 radio button styles

* AAE-24927 header styles

* AAE-24927 style pipes

* AAE-24927 styles for header

* AAE-24927 remove redundand prop
2024-09-05 11:59:57 +02:00
Kasia Biernat-Kluba
5d5c1ac527 AAE-24927 Add ability to style form widgets (#10171)
* AAE-25211 form styling PoC

* AAE-25211 poc

* AAE-25211 revert cloud form service

* AAE-24927 display text schema

* AAE-24927 radio button styles

* AAE-24927 header styles

* AAE-24927 style pipes

* AAE-24927 remove redundand field

* remove redundand comment

* fix build error

* remove space from protractor test
2024-09-05 10:58:36 +02:00
Denys Vuika
a86b23f8a1 ACS-8221: remove internal localized role pipe (#10143)
* remove internal localized role pipe

* remove internal localized role pipe [ci:force]

* performance improvements
2024-09-04 11:59:34 -04:00
Ehsan Rezaei
598d494b0f Fix peerDependency version conflicts (#10167) 2024-09-03 11:44:13 +01:00