973 Commits

Author SHA1 Message Date
Adam Świderski
dfe27c6032 [ACS-11617] added test for XAT-19318 and fixed false positives for viewer e2es (#5163)
* [ACS-11617] added test for XAT-19318 and fixed false positives for viewer e2es

* [ACS-11617] cleaned exclude file

* [ACS-11617] added 1s delay in openFileInViewer

* [ACS-11617] changed name for override-ci to ci:skip-e2e
2026-04-22 12:58:41 +02:00
Adam Świderski
a2631db0e2 [ACS-11612] helium ACA e2es updates (#5159)
* [ACS-11612] helium ACA e2es updates

* [ACS-11612] helium testing week small tests fixes

* [ACS-11612] copilot review 1

* [ACS-11612] sonar fix 2

* [ACS-11612] copilot review fix 2

* [ACS-11612] shared links api small fixes

* [ACS-11612] sonar cloud fix 3

* [ACS-11612] fixed returns for promise<void> methods

* [ACS-11612] eslint fix and added override-ci skip in yml
2026-04-22 11:26:39 +02:00
Denys Vuika
c2ba2cd6c3 Update Angular and NgRx peer dependencies to v19.2 (#5151)
* Update Angular and NgRx peer dependencies to v19.2

Updated peerDependencies in aca-content and aca-shared libraries to correctly reflect the Angular 19.2.x and NgRx 19.2.x versions used in the root package.json, replacing outdated >=15.2 version constraints.

* Update rxjs and zone.js peer dependencies to Angular 19 compatible versions

- Updated rxjs peer dependency from >=6.6.6 to ^7.4.0 (compatible with Angular 19)
- Updated zone.js peer dependency from >=0.11.8 to ^0.14.0 || ^0.15.0 (compatible with Angular 19)
- Prevents consumers from installing incompatible RxJS 6 or older Zone.js versions while satisfying Angular 19 peer dependencies

* Add missing @angular/platform-browser and @angular/router peer dependencies

Both libraries import and use components from @angular/platform-browser (HammerModule, DomSanitizer, By) and @angular/router (Router, ActivatedRoute, provideRouter, RouterModule, guards), but these were not declared in peerDependencies. Adding them makes consumer requirements explicit and keeps peer dependencies aligned with actual usage.
2026-04-15 12:03:13 +01:00
Grzegorz Jaśkowski
d7f4809b64 [ACS-11404] update ng from 19.2.19 to 19.2.20 (#5142)
* [ACS-11404] update ng from 19.2.19 to 19.2.20

* [ACS-11404] remove deprecated devtools playwright property

* [ACS-11404] update ng devkit from 19.2.19 to 19.2.20

* [ACS-11404] lock pdfjs-dist version
2026-04-14 13:59:56 +02:00
Alfresco Build
a291563957 New Crowdin translations by GitHub Action (#5060)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-04-14 10:39:44 +02:00
Adam Świderski
2004414d67 [ACS-10621] library-properties cleanup (#5140)
* [ACS-10621] library-properties cleanup

* [ACS-10621] copilot review fix 1
2026-04-09 10:01:44 +02:00
Adam Świderski
a2df5d2b0b [ACS-11446] Automated last test cases from ACA test execution & various refactoring (#5134)
* [ACS-11446] Automated last test cases from ACA test execution & various refactoring

* [ACS-11446] sonar cloud fix 1

* [ACS-11446] spinner changes reverted & spinner component added to the base component

* [ACS-11446] sonar fix 2

* [ACS-11446] copilot review fixes 1

* [ACS-11446] copilot review fixes 2

* [ACS-11446] copilot review fixes 3

* [ACS=11446] review fixes 1

* [ACS-11446] excluded upload dialog tests
2026-04-07 14:12:45 +02:00
Michal Kinas
4c7f4f2c14 [MNT-25584] Hide edit offline option when node is checked out (#5132)
* [MNT-25584] Hide edit offline option when node is checked out

* [MNT-25584] CR fix

* [MNT-25584] Missing docs changes
2026-04-02 15:04:21 +02:00
Alfresco Build
1b51e74730 GH Auto: Upstream dependencies ADF:8.5.0-23864516491 JS-API:9.5.0-23864516491 using Tag:8.5.0-23864516491 (#5130)
* [ci:force][auto-commit] Update dependencies ADF:8.5.0-23864516491  JS:9.5.0-23864516491

* Unit test fix

---------

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2026-04-02 15:03:00 +02:00
Dominik Iwanek
91c5db4ced [ACS-10885] Screen Readers: Dashboard: Non-descriptive announcement of the Company Logo button (#5131) 2026-04-02 10:38:39 +02:00
Mykyta Maliarchuk
aefa1b3f78 [ACS-10258] a11y fix: Search page is unreadable at 320px width (#5123)
* [ACS-10258] a11y fix: Search page is unreadable at 320px width

* [ACS-10258] cr fix
2026-04-01 09:46:43 +02:00
Dominik Iwanek
abddd51796 [ACS-10475] [FE][Search] UX improvements for search (#5112) 2026-03-30 12:08:42 +02:00
Dominik Iwanek
7f3905e0c4 [ACS-10732] After switching the language and reloading, the app reverts many components back to English. (#5116) 2026-03-30 10:32:05 +02:00
Adam Świderski
ff38c7d19c [ACS-11233] Testing week test cases automated in ACA (#5113)
* [ACS-11233] Testing week test cases automated in ACA

* [ACS-11233] last test additions from testing week

* [ACS-11233] sonar fix 1

* eslint configuration for e2e tests

* [ACS-11233] sonar fix 2

* [ACS-11233] sonar fix 3

* [ACS-11233] added viewer actions as a seperate test suite

* [ACS-11233] added viewer actions to pr yml

* [ACS-11233] deleted autocorrection

* [ACS-11233] review fix 1

* [ACS-11233] review fix 2

* [ACS-11233] small test fixes and report portal upload timeout change

* [ACS-11233] reportportal fix 2

* [ACS-11233] viewer tests fixes

* [ACS-11233] review fix 3

* [ACS-11233] review fix 4

* [ACS-11233] deleted angular inject test 1

* [ACS-11233] viewer tests fix 3
2026-03-30 09:40:54 +02:00
Michal Kinas
6fb8af3a20 [MNT-25615] Add repository view (#5114)
* [MNT-25615] Add repository view

* [MNT-25615] CR fixes
2026-03-27 16:15:01 +01:00
AleksanderSklorz
89a42b3de5 [ACS-11417] lint enable angular eslint prefer inject rule default in ng20 for alfresco apps (#5111)
* [ACS-11417] Enable inject prefer eslint rule

* [ACS-11417] Added eslint rule for prefer readonly

* [ACS-11417] Fixed unit tests

* [ACS-11417] Addressed copilot comments
2026-03-25 08:45:32 +01:00
Dominik Iwanek
40f758c895 [ACS-11271] Rebranding of FE apps (#5103) 2026-03-19 08:58:14 +01:00
Mykyta Maliarchuk
d1b7b051de [ACS-10273] a11y: Saved Search - fix focus management on dialog open and return to trigger on close (#5101)
* [ACS-10273] a11y: Saved Search - fix focus management on dialog open and return to trigger on close

* [ACS-10273] cr fixes
2026-03-18 16:24:14 +01:00
Michal Kinas
73fd3085b8 [MNT-25478] Fix info button display (#5099)
* [MNT-25478] Fix info button display

* [MNT-25478] CR fix
2026-03-16 16:17:17 +01:00
Dominik Iwanek
b2f1245c7d [ACS-10475] [Search] UX improvements for search (#5042) 2026-03-13 16:18:55 +01:00
Michal Kinas
683eab8be4 [ACS-11205] Add declare keyword to prevent variables shadowing (#5092) 2026-03-13 16:08:27 +01:00
Michal Kinas
ea8c621f54 [ACS-11205] Use new LazyApi decorator (#5079)
* [ACS-11205] Use new LazyApi decorator

* [ACS-11205] Use latest ADF

* [ACS-11025] CR fixes
2026-03-12 12:00:23 +01:00
dependabot[bot]
9ea290dac7 build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0 (#5070)
* build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0

Bumps [@ngx-translate/core](https://github.com/ngx-translate/core) from 16.0.4 to 17.0.0.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](https://github.com/ngx-translate/core/compare/v16.0.4...v17.0.0)

---
updated-dependencies:
- dependency-name: "@ngx-translate/core"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [ACS-11213] Change versions

* [ACS-11213] Change versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2026-03-12 10:39:08 +01:00
AleksanderSklorz
a63664f319 [ACS-11213] Reverted ngx translate upgrade (#5068)
* [ACS-11213] Reverted ngx translate upgrade

* [ACS-11213] Reverted ngx translate upgrade
2026-02-28 00:22:59 +01:00
Grzegorz Jaśkowski
acb832da6e [ACS-11033] ai answer references id mapping workaround (#5064)
* [ACS-11033] ai answer references id mapping workaround

* [ACS-11033] remove redundant type
2026-02-27 16:11:46 +01:00
dependabot[bot]
55185c965a build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0 (#4798)
* build(deps): Bump @ngx-translate/core from 16.0.4 to 17.0.0

Bumps [@ngx-translate/core](https://github.com/ngx-translate/core) from 16.0.4 to 17.0.0.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](https://github.com/ngx-translate/core/compare/v16.0.4...v17.0.0)

---
updated-dependencies:
- dependency-name: "@ngx-translate/core"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [ACS-11213] Fix for upgrading ngx-translate

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2026-02-27 14:10:31 +01:00
Adam Świderski
02ca4dfca3 [ACS-11219] removed unused locators and methods from E2E components (#5061)
* [ACS-11219] removed unused locators and methods from E2E components

* [ACS-11219] more refactoring

* [ACS-11219] deleted spinner from pagination component
2026-02-25 14:40:24 +01:00
Grzegorz Jaśkowski
52d7f52bfb [ACS-11033] Knowledge Retrieval answer page displays general error instead of response (#5044)
* [ACS-11033] fix not displayed answer bug, improve unit test coverage

* [ACS-11033] replace deprecated retryWhen

* [ACS-11033] use search API for fetching ai references

* [ACS-11033] cr fixes

* [ACS-11033] copilot cr fixes

* [ACS-11033] undo accidental change

* [ACS-11033] copilot cr fixes 2

* [ACS-11033] cr fixes 2
2026-02-24 13:24:39 +01:00
AleksanderSklorz
2d2347c1ab [ACS-11153] remove the usage of ng reflect from the unit tests (#5057)
* [ACS-11153] Removed usages of ng-reflect attribute

* [ACS-11153] Added eslint rule to prevent using ng-reflect

* [ACS-11153] Fixed copilot suggestio

* [ACS-11153] Fixed copilot suggestio
2026-02-20 15:41:40 +01:00
Adam Świderski
1218c0fb64 [ACS-11051] getChild usage refactored (#5056)
* [ACS-11051] getChild usage refactored

* [ACS-11051] sonar fix 1

* [ACS-11051] test fixes 1

* [ACS-11051] test fixes 2

* [ACS-11051] review fixes 1

* [ACS-11051] review fixes 2
2026-02-20 15:06:37 +01:00
Alfresco Build
04ab11f9d6 New Crowdin translations by GitHub Action (#5052)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-20 13:59:59 +01:00
Alfresco Build
0008b7c170 GH Auto: Upstream dependencies ADF:8.4.0-22182348850 JS-API:9.4.0-22182348850 using Tag:8.4.0-22182348850 (#5043)
* [ci:force][auto-commit] Update dependencies ADF:8.4.0-22182348850  JS:9.4.0-22182348850

* Refactor components to use Angular's dependency injection with `inject` function. Removed unnecessary constructor parameters in `name-column`, `saved-searches-list`, `node-information`, and `content-url` components. Updated `node-actions` service to use string literals for `BatchOperationType`. Adjusted `showHeader` initialization in `document-base-page` component for consistency.

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2026-02-19 15:05:37 +01:00
Michal Kinas
4204745227 [MNT-25478] Add Information dialog for nodes and dialog for additional location references (#5041)
* [MNT-25478] Add Information dialog for nodes and dialog for additional location references

* [MNT-25478] CR fixes

* [MNT-25478] CR fixes

* [MNT-25478] Unit test fix

* [MNT-25478] E2E locator fixes

* [MNT-25478] E2E locator fixes

* [MMNT-25478] Add cm:contains to secondary parents API call

* [MMNT-25478] Small fix

* [MNT-25478] First e2e fixes

* more fixes for e2es

* last e2e fixes

---------

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2026-02-18 12:27:32 +01:00
Dominik Iwanek
85c8d36730 Manual upstream (#5040) 2026-02-11 19:31:50 +00:00
Alfresco Build
8b3dcf1e15 New Crowdin translations by GitHub Action (#5036)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-10 13:04:27 +00:00
AleksanderSklorz
3bb00fe222 [MNT-25123] Addded scss variables (#5039) 2026-02-10 13:25:34 +01:00
Alfresco Build
f4989ac248 New Crowdin translations by GitHub Action (#5032)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-04 09:05:17 +01:00
Alfresco Build
5736fe30c6 New Crowdin translations by GitHub Action (#5015)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-03 07:37:47 +01:00
Michal Kinas
2019f151ed [ACS-10293] Bulk actions dropdown SR fixes (#5019)
* [ACS-10293] Bulk actions dropdown SR fixes

* [ACS-10293] Remove extra title

* [ACS-10293] Unit tests cleanup
2026-01-30 16:41:09 +01:00
Mykyta Maliarchuk
6d8729d96f [ACS-10258] a11y fix: Search page: Table columns are lost on 320px width (#5021)
* [ACS-10258] a11y fix: Search page: Table columns are lost on 320px width

* [ACS-10258] cr fix
2026-01-30 15:43:57 +01:00
Adam Świderski
19270e256c [ACS-10956] Update eslint configuration for all automated tests related files (#4991)
* [ACS-10956] ACS-10956 updates eslint for more files

* [ACS-10956] eslint update

* Revert package-lock.json changes

* Revert package-lock.json to develop version

* testing eslint changes 1

* [ACS-10956] updated eslint for e2e folder

* [ACS-10956] added eslint for aca-playwright-shared file

* Sync package-lock.json with develop

* [ACS-10956] eslint e2e now uses playwright and angular plugin.

* [ACS-10956] changed error to warn for no-angular-material-selectors

* [ACS-10956] two rules turned off for aca-playwright-shared

* [ACS-10956] reverted changes for spec files

* [ACS-10956] changed back to error

* [ACS-10956] first eslint fixes

* [ACS-10956] more eslint fixes

* [ACS-10956] more eslint fixes pt 23

* [ACS-10956] last lintfix fixes

* [ACS-10956] sonar fixes 1

* [ACS-10956] reverted package-lock.json

* [ACS-10956] test fixes after the eslint changes 1

* [ACS-10956] sonar fix2

* [ACS-10956] test fixes after eslint update 24
2026-01-30 15:23:48 +01:00
AleksanderSklorz
8eabf2ffcf [ACS-10233] Corrected headings structure on profile page (#5020) 2026-01-30 12:22:35 +01:00
Anton Ramanovich
7c71e8f465 [ACS-10203]: color var for select all tooltip (#5017)
* [ACS-10203]: color var

* [ACS-10203]: typo fix
2026-01-30 11:27:17 +01:00
Anton Ramanovich
55d818eb88 [ACS-10217]: adds proper enter key handling (#5000) 2026-01-29 13:07:59 +01:00
Dominik Iwanek
ebca95d981 [ACS-10294] KN: Personal Files: On activating the button, focus does not move into newly opened section (#5014) 2026-01-28 10:08:08 +01:00
Michal Kinas
e13be780fb [ACS-7768] Form fields cleanup (#4956)
* [ACS-7768] Form fields cleanup

* [ACS-7768] Move hint styling from ADF

* [ACS-7768] CR fixes

* [ACS-7768] Use latest ADF version

* [ACS-7768] E2E locator fix

* [ACS-7768] CR fix

* [ACS-7768] E2E locator fix
2026-01-27 11:17:27 +01:00
Dominik Iwanek
3fad8cce74 [ACS-10307] SR: Personal files: No confirmation announced when creating new folder or document (#5006) 2026-01-27 09:15:47 +01:00
Dominik Iwanek
046c939667 [ACS-10886] Buttons under collapsed/expanded menu are coded as regions instead of list of items (#5005) 2026-01-26 13:04:21 +01:00
AleksanderSklorz
7d0133af35 [ACS-10309] screen reader personal files new process dialog does not announce any semantics (#5008)
* [ACS-10309] Fixed reading for screen reader for save search dialog

* [ACS-10309] Unit tests
2026-01-26 11:02:49 +01:00
Mykyta Maliarchuk
0bc5bcc137 [ACS-10323] a11y fix - Adding/removing favorites are not announced by SR (#5002)
* [ACS-10323] a11y fix - Adding/removing favorites are not announced by screen readers

* fix unit test

* [ACS-10323] cr fixes
2026-01-26 10:58:50 +01:00