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
dependabot[bot]
6c1f3b3188
build(deps): Bump the github-actions group ( #5028 )
...
Bumps the github-actions group in /.github/actions/deploy-local-acs with 3 updates: [docker/login-action](https://github.com/docker/login-action ), [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) and [actions/checkout](https://github.com/actions/checkout ).
Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...c94ce9fb468520275223c153574b00df6fe4bcc9 )
Updates `Alfresco/alfresco-build-tools` from 12.1.0 to 12.9.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v12.1.0...v12.9.0 )
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 12.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-20 14:00:25 +01:00
Alfresco Build and Crowdin Bot
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
Michal Kinas
b5cb26e577
[ACS-11173] Inital set of code review rules for Copilot ( #5053 )
...
* [ACS-11173] Inital set of code review rules for Copilot
* [ACS-11173] Add missing rules
2026-02-20 10:29:41 +01:00
Alfresco Build and MichalKinas
59eb8908fe
[ci:force][auto-commit] Update dependencies ADF:8.4.0-22183410335 JS:9.4.0-22183410335 ( #5055 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-20 07:58:51 +01:00
dependabot[bot]
d18d6dcd6f
build(deps): Bump qs from 6.14.1 to 6.14.2 ( #5045 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 15:38:57 +01:00
Mykyta Maliarchuk
8ee2ab9bea
[PRODSEC-11179] Bump Mermaid to mitigate lodash-es prototype pollution ( #5054 )
2026-02-19 14:07:06 +00:00
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 and Adam Świderski
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
Copilot and pmacius
0f7bd89263
Add retry logic and authentication to ACS deployment version fetch ( #5051 )
...
* Initial plan
* Add retry logic and authentication to ACS deployment version fetch
Co-authored-by: pmacius <158472457+pmacius@users.noreply.github.com >
* Update .github/actions/deploy-local-acs/action.yml
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: pmacius <158472457+pmacius@users.noreply.github.com >
2026-02-18 11:50:42 +01:00
Adam Świderski
de59a0b211
test fixes for deploy local acs ( #5049 )
...
* test fixes for deploy local acs
* revert previous changes and add giov suggestion
* updated memory for elastic search
2026-02-17 13:21:58 +01:00
dependabot[bot] and Aleksander Sklorz
d3f724caa2
build(deps-dev): Bump jasmine-core from 5.12.1 to 6.0.1 ( #5009 )
...
* build(deps-dev): Bump jasmine-core from 5.12.1 to 6.0.1
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 5.12.1 to 6.0.1.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v5.12.1...v6.0.1 )
---
updated-dependencies:
- dependency-name: jasmine-core
dependency-version: 6.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* [ACS-11117] Fixed installing of jasmine-core dependency
---------
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-12 13:30:29 +01:00
Dominik Iwanek
85c8d36730
Manual upstream ( #5040 )
2026-02-11 19:31:50 +00:00
Anton Ramanovich
51deb5ccd1
[MNT-25541]: copies wasm files to app build ( #5035 )
2026-02-10 13:05:15 +00:00
Alfresco Build and Crowdin Bot
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 and MichalKinas
3ab33417dc
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21751745604 JS:9.4.0-21751745604 ( #5037 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-09 08:29:51 +01:00
Alfresco Build and MichalKinas
4a17ab98cc
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21708060857 JS:9.4.0-21708060857 ( #5034 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-06 09:14:40 +01:00
Alfresco Build and MichalKinas
e497a23cac
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21663791368 JS:9.4.0-21663791368 ( #5033 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-05 14:51:06 +05:30
Alfresco Build and Crowdin Bot
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
dependabot[bot]
4003a0e41d
build(deps): Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 ( #5031 )
...
Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1.
---
updated-dependencies:
- dependency-name: "@isaacs/brace-expansion"
dependency-version: 5.0.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 08:21:21 +01:00
Alfresco Build and MichalKinas
26d879d834
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21631773843 JS:9.4.0-21631773843 ( #5030 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-04 08:03:01 +01:00
Alfresco Build and Crowdin Bot
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
Alfresco Build and nikita-web-ua
32dfd0d553
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21588488864 JS:9.4.0-21588488864 ( #5029 )
...
Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com >
2026-02-02 13:40:33 +01:00
dependabot[bot]
877b177e94
build(deps): Bump Alfresco/alfresco-build-tools ( #5026 )
...
Bumps the github-actions group in /.github/actions/adf-linking with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 12.1.0 to 12.9.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v12.1.0...v12.9.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 12.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 09:32:21 +01:00
dependabot[bot]
b09155f766
build(deps): Bump Alfresco/alfresco-build-tools ( #5025 )
...
Bumps the github-actions group in /.github/actions/setup with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 12.1.0 to 12.9.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v12.1.0...v12.9.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 12.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 09:09:12 +01:00
Alfresco Build and MichalKinas
055f34574f
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21522062587 JS:9.4.0-21522062587 ( #5024 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-02-02 08:48:38 +01:00
dependabot[bot]
eac4814a25
build(deps): Bump the github-actions group with 2 updates ( #5027 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.13.0 to 2.14.0
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](https://github.com/crowdin/github-action/compare/60debf382ee245b21794321190ad0501db89d8c1...b4b468cffefb50bdd99dd83e5d2eaeb63c880380 )
Updates `Alfresco/alfresco-build-tools` from 12.1.0 to 12.9.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/4657bc5c89f722332e897d8f360b75f08e81b8b9...3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 12.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 08:20:22 +01:00
Akash Rathod
13c8002b1c
[ACS-10960] allow to run e2e with local or custom url ( #5022 )
...
* [ACS-10960] allow to run e2e with local or custom url
* [ACS-10960] allow to run e2e with local or custom url
2026-02-02 08:44:42 +05:30
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
Alfresco Build and rmnvch
bf367628ae
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21515409447 JS:9.4.0-21515409447 ( #5023 )
...
Co-authored-by: rmnvch <90370279+rmnvch@users.noreply.github.com >
2026-01-30 14:05:12 +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
Alfresco Build and AleksanderSklorz
edc01be49d
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21481853244 JS:9.4.0-21481853244 ( #5018 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com >
2026-01-29 16:01:50 +01:00
Anton Ramanovich
55d818eb88
[ACS-10217]: adds proper enter key handling ( #5000 )
2026-01-29 13:07:59 +01:00
Alfresco Build and MichalKinas
183d29441b
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21440780094 JS:9.4.0-21440780094 ( #5016 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-01-29 08:24:55 +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
Alfresco Build and MichalKinas
22aeec5c8d
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21399648663 JS:9.4.0-21399648663 ( #5013 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-01-28 08:21:13 +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
dependabot[bot]
68427f7291
build(deps): Bump lodash from 4.17.21 to 4.17.23 ( #5004 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 15:32:08 +01:00
Alfresco Build and MichalKinas
2d6cd166d0
[ci:force][auto-commit] Update dependencies ADF:8.4.0-21353303004 JS:9.4.0-21353303004 ( #4995 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2026-01-26 18:29:10 +05:30
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
Michal Kinas
715f928b3e
[ACS-10239] Add aria hidden to visual separators ( #5007 )
2026-01-26 10:51:49 +01:00
Copilot and DenysVuika
747d8afeed
build(deps): Bump @angular-devkit/build-angular to 19.2.19 ( #5003 )
...
* Initial plan
* build(deps): Bump @angular-devkit/build-angular from 19.2.18 to 19.2.19
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
2026-01-21 15:56:26 +00:00