1094 Commits

Author SHA1 Message Date
MichalKinas
1f0f8dc6fd
[ACS-9371] Migrate docs from docs.alfresco to support.hyland (#10708) 2025-03-12 14:25:28 +01:00
tomasz hanaj
0c725a1c90
[AAE-30863] updated validators to set proper button state (#10667) 2025-02-25 09:30:14 +01:00
AleksanderSklorz
7bfe27dda9
[ACS-8782] list of frozen files under a hold (#10663)
* [ACS-8782] Added possibility to hide drag and drop hint from document list

* [ACS-8782] Unit tests for changes in document list component

* [ACS-8782] Added documentation for displayDragAndDropHint property

* [ACS-8782] Corrected path
2025-02-20 11:24:15 +01:00
tomasz hanaj
f39f104d45
AAE-30864 Refactored services to accept injected validators (#10660)
* [AAE-30864] refactored services to accept injected validators

* [AAE-30864] updated documentation, applied pr comments
2025-02-20 09:22:17 +01:00
Mykyta Maliarchuk
e62c0587b6
[ACS-9215] Update license headers (#10625)
* [ACS-9215] Update license headers

* [ACS-9215] Update license headers
2025-02-06 13:18:56 +01:00
tomasz hanaj
8e3bd154ed
AAE-30336 Screens updates (#10619)
* [AAE-30336] updated interface and removed buttons

* [AAE-30336] added fullscreen support for dynamic component

* [AAE-30336] fullscreen feature and css fix

* [AAE-30336] fixed wrong subscription, removed obsolete code

* [AAE-30336] removed obsolete variable

* [AAE-30336] updated unit test and model

* [AAE-30336] updated documentation and comments
2025-02-05 15:18:11 +01:00
MichalKinas
35aec24c0f
Revert "Revert "[ACS-9166] Migrate Saved Searches to preferences API from con…" (#10594)
This reverts commit fcd6e25dc65b83929c1dbed4121c929eef666910.
2025-01-28 08:41:23 +01:00
AleksanderSklorz
4c310be779
Release 7.0.0-alpha.7 (#10587)
* Release 7.0.0-alpha.7

* Reverted changes in package json for cli
2025-01-27 09:05:40 +01:00
MichalKinas
fcd6e25dc6
Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" (#10566)
This reverts commit 184a38a0ef08e2222820e6654ea356579e2f88d1.
2025-01-20 12:38:27 +01:00
MichalKinas
184a38a0ef
[ACS-9166] Migrate Saved Searches to preferences API from config file (#10559)
* [ACS-9166] Migrate Saved Searches to preferences API from config file

* [ACS-9166][ci:force] Unit test coverage

* [ACS-9166] Unit test fixes

* [ACS-9166] Remove obsolete comment
2025-01-20 08:22:02 +01:00
Denys Vuika
0a17fb4f4c
AAE-26215 Standalone process cloud components (#10553) 2025-01-15 08:37:46 -05:00
Denys Vuika
af3ca02347
AAE-26215 standalone cloud tasks (#10537) 2025-01-14 12:00:07 -05:00
Amedeo Lepore
1b3a29fd5f
AAE-29897 Add timezone as adfLocalizedDate pipe argument to allow to remove timezone-specific shifts (#10541) 2025-01-10 09:30:12 +01:00
Denys Vuika
72cdf514e5
AAE-26215 migrate to standalone directives (#10532)
* delete unused directive

* convert process header to standalone

* cleanup [ci:force]

* remove unused/deprecated components [ci:force]

* remove unused/deprecated components [ci:force]

* migrate task header [ci:force]

* migrate task directives [ci:force]

* migrate task directives [ci:force]
2025-01-07 09:20:17 -05:00
swapnil-verma-gl
4787470707
[MNT-24575] Added APIS and models folder information dialog (#10460)
* [MNT-24575] Added APIs folder information

* [MNT-24575] Added models

* [MNT-24575] Added constructors to model

* [MNT-24575] Added documentation

* [MNT-24575] Added documentation

* [MNT-24575] Addressed Code review comments

* [MNT-24575] Added unit tests. Fixed typo

* [MNT-24575] Fixed accesibility issue in DialogComponent. Fixed typo in enum

* [MNT-24575] Fixed typo, incorrect ACS version, and incorrect imports

* [MNT-24575] Added unit tests to js-api

* Empty commit to trigger GHA

* [ci:force] Empty force commit to trigger GHA

* [MNT-24575] Fixed linting issue

* [MNT-24575] Removed redundant *

* [ci:force] Empty force commit to trigger GHA
2025-01-07 15:21:44 +05:30
Denys Vuika
0bc5b6d139
AAE-26215 Standalone start-process component (#10531) 2025-01-06 12:00:46 -05:00
Denys Vuika
2bd7b3e57f
AAE-26215 Standalone app list (process cloud) (#10523) 2025-01-03 13:08:08 -05:00
MichalKinas
d45155bcb2
[ACS-8863] Add nodeMimeType to keep proper file icon when renditions are generated (#10508)
* [ACS-8863] Add nodeMimeType to keep proper file icon when renditions are generated

* [ACS-8863] Small fix
2024-12-23 09:56:13 +01:00
Tomasz Nastaly
c860861d02
[ACS-8215] Filter out dependencies of dependencies in licenses.ts script (#10241)
* [ACS-8215] Filter out dependencies of dependencies in licenses.ts script

* ACS-8215 filter out wrong deps from license

* ACS-8215 fix license list

* ACS-8215 revert md file

* Updated md file

* ACS-8215 remove mark

* add type

* [ACS-8215] Add missing fix

---------

Co-authored-by: Darya Balvanovich <darya.balvanovich@hyland.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-12-16 08:54:02 +01:00
Robert Duda
0278544af1
Change process and task search api selection from token-provided to input-provided (#10488) 2024-12-12 14:30:37 +01:00
tamaragruszka
d6151308c9
[ACS-8065][ADF] Unify components in TagModule (#10226)
* [ACS-8065] tag creator unification

* [ACS-8065] test adjustments and after review fixes

* [ACS-8065] remove unnecessary style

* [ACS-8065] fix style selector

* [ACS-8065] remove transforming pipe and unnecessary styles

* [ACS-8065] fixes

* [ACS-8065] fixes

* [ACS-8065] fixes

* [ACS-8065] fix view more button placement

* [ACS-8065] fix view more button placement

* [ACS-8065] fix position of view more button for pagination

* [ACS-8065] Fix imports

* [ACS-8065] Unit test fixes

---------

Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-12-11 11:07:12 +01:00
MichalKinas
60a9565c71
[ACS-9012] Add the option to truncate display value in text column (#10440)
* [ACS-9012] Add the option to truncate disaplay value in text column

* [ACS-9012] Use slice as substr is deprecated

* [ACS-9012] Remove redundant param
2024-12-05 09:55:24 +01:00
swapnil-verma-gl
356260b5d1
Post release version bump (#10417)
* Post release version bump

* Post release version bump

* Release notes and docs cleanup for v7.0.0-alpha.6

* Fixed js-api version in cli package.json
2024-11-21 16:30:58 +05:30
swapnil-verma-gl
ac07a827fd
Release 7.0.0-alpha.6 (#10415)
* Release 7.0.0-alpha.6

* Revert package.json for adf-cli
2024-11-20 21:58:53 +05:30
swapnil-verma-gl
056950ce6a
Release 7.0.0-alpha.5 (#10411) 2024-11-20 16:58:57 +05:30
MichalKinas
3ec3e732c0
[ACS-8634] Change saved searches config file name (#10370) 2024-11-08 07:37:30 +01:00
Diogo Bastos
db22c6aac9
AAE-27309 Add selectable property to datatable row (#10368)
* AAE-27309 Add selectable property to datatable row

* AAE-27309 Update documentation
2024-11-06 13:39:18 +00:00
Mykyta Maliarchuk
258f01803c
[MNT-24496] ADW Integration with APS Improvements - Re-assign Tasks (#10350)
* [MNT-24496] ADW Integration with APS Improvements - Re-assign Tasks

* [MNT-24496] code improvements

* [MNT-24496] remove duplications

* [MNT-24496] add unit test

* [MNT-24496] cr fixes

* [MNT-24496] empty commit [ci:force]

* [MNT-24496] fix unit test

* [MNT-24496] empty commit [ci:force]

* [MNT-24496] cr fix

* [MNT-24496] remove redundant import
2024-11-06 10:48:40 +01:00
Robert Duda
3bcaeef682
AAE-27327 New process search API (#10365)
* AAE-27327 New process search API

* fix lint issue
2024-11-04 13:37:37 +01:00
dominikiwanekhyland
a7911338c3
[ACS-8634] "Manage Searches" - a full page list of saved searches (#10307)
* [ACS-8634] "Manage Searches" - a full page list of saved searches

* Changes after CR

* [ACS-8634] Removed extra selector, drag&drop on hover

* [ACS-8634] Fix discovered bugs

* [ACS-8634] Unit test fixes

* [ACS-8634] Cleanup failing test case

* [ACS-8634] Unit test fixes

* [ACS-8634] Remove unused import

* [ACS-8634] Final cleanup

* [ACS-8634] Remove unused imports

---------

Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-10-25 16:14:11 +02:00
Ehsan Rezaei
3b6aa8f1d2
Release 7.0.0-alpha.4 (#10332)
* Release 7.0.0-alpha.4

* Fixed npm check bundle script with the new esm

---------

Co-authored-by: VitoAlbano <vito.albano.123@gmail.com>
2024-10-24 16:47:50 +02:00
Ehsan Rezaei
881841a4a9
Revert "Release 7.0.0-alpha.4 (#10329)" (#10331)
This reverts commit 30eb9ff0074ba3cc5f34b3f4f2d864fb93c490cc.
2024-10-24 14:58:39 +01:00
Ehsan Rezaei
30eb9ff007
Release 7.0.0-alpha.4 (#10329) 2024-10-24 13:29:30 +02:00
Ehsan Rezaei
a3b687ffd1
Revert "Release 7.0.0-alpha.5 (#10325)" (#10327)
This reverts commit 63a3775be25d65da3e9267d809b2725912e827aa.
2024-10-24 10:31:42 +02:00
Ehsan Rezaei
63a3775be2
Release 7.0.0-alpha.5 (#10325)
* Release 7.0.0-alpha.5

* Decreasing cli dep for js-api
2024-10-23 20:27:14 +02:00
Robert Duda
0a89d9be97
AAE-26192 New task search API (#10319)
* AAE-26192 New task search API

* small changes

* use DI instead of inputs

* cr

* fix units
2024-10-23 15:01:51 +02:00
AleksanderSklorz
8ebb8d1b43
[MNT-24660] version list action cannot be disabled using app conf (#10308)
* MNT-24660 Added possibility to hide and show viewing of versions when calling openUploadNewVersionDialog function

* MNT-24660 Unit tests

* MNT-24660 Allow to set allowVersionDelete and showActions by new version uploader service

* MNT-24660 Unit tests and documentation

* MNT-24660 Reformated documentation table

* MNT-24660 Fixed sonar issues

* MNT-24660 Fix sonar and additional fixes
2024-10-21 15:16:20 +02:00
dominikiwanekhyland
d1462253d0
ADW Saved Search (#10306)
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-10-17 14:57:56 +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
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
Bartosz Sekula
6a40e2a25e
AAE-22996 Update breaking change v7.0.0 dock (#10222) 2024-09-19 12:21:08 +02:00
Grzegorz Jaśkowski
76aeab4d10
[ACS-8806] refactor process comments (#10230)
* ACS-8806 refactor process comments, datatable access in task list and process list

* ACS-8806 docs mistake

* ACS-8806 revert datatable access changes in task and process lists
2024-09-19 09:17:30 +02:00
Pablo Martinez
02587ecbb6
AAE-25569 Add text alignment options to the rich text editor (#10208) 2024-09-16 11:58:27 +02:00
Grzegorz Jaśkowski
8c01ccf931
[ACS-8745] handle row selection in process list (#10196)
* ACS-8745 handle row selection in process list

* ACS-8745 add type to event emitter

* ACS-8745 change type in docs

* ACS-8745 review remarks - duplicated methods, redundant property

* ACS-8745 review remarks - docs typo, unit tests
2024-09-13 09:35:48 +02:00
Denys Vuika
b1abe2c8a6
ACS-8227: remove internal mime type icon pipe (#10142) 2024-09-10 10:07:18 -04:00
Denys Vuika
f1208d45c3
ACS-8610: cleanup demo shell protractor tests (#10148) 2024-09-10 08:36:42 -04: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
MichalKinas
884e6b7a36
Release 7.0.0-alpha.2 (#10145) 2024-08-29 11:34:07 +02:00
MichalKinas
a17ab17901
Release 7.0.0-alpha.1+angular.15 (#10140)
* Release 7.0.0-alpha.1+angular.15

* Fix - removed installDeps as it leads to issues and the lib builds anyway

* Use 7.9.0 js-api for cli

* Cli fix

* Use 7.8.0

---------

Co-authored-by: VitoAlbano <vito.albano.123@gmail.com>
2024-08-28 15:50:59 +02:00
Grzegorz Jaśkowski
94787b5705
[ACS-8597] use endpoint for bulk hold operation status (#10120)
* ACS-8597 add operation status api, use entry for assign response

* ACS-8597 review remarks - property order, docs cosistency
2024-08-26 17:15:02 +02:00