Vito Albano and Claude Opus 4.5
f9899883dc
Revert AAE-46242 crowdin locale mapping changes ( #11949 )
...
Reverts the following commits:
- 80e9e51cfa AAE-46242 - Looks like we need to override the mapping as crowding config is not set to this format
- 345e1e69ad AAE-46242 - should use the variable osx_locale to match the format xx-YY
- a2b026ed7e [AAE-46242] - Changed the name convention for translation files to ISO standard naming
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-06-02 13:30:03 +01:00
Darren Thornton
46b2d0380b
AAE-45774 Shorten invalid date error message ( #11920 )
2026-06-02 06:46:02 -05:00
Vito Albano
a2b026ed7e
[AAE-46242] - Changed the name convention for translation files to ISO standard naming ( #11924 )
...
* [AAE-46242] - Changed the name convention for translation files to ISO standard naming
* [AAE-46242] - revert en-GB to en.json
* [AAE-46242] - fixed crowding config
* [AAE-46242] - added fallback fix'
* [AAE-46242] - Added defaultLang missing method
* [AAE-46242] - Fixing unit test
* [AAE-46242] - fixed core unit tests
2026-05-29 19:11:17 +01:00
cfdd3f9c50
MD3 migration fixes ( #11919 )
...
* [ACS-10449] Viewer MD3 fixes
* [ACS-10449] Autocomplete chip MD3 fix
* [ACS-10449] Tabs MD3 fixes
* [ACS-10449] Fix badge sizing
* [ACS-10449] Login page error fix
* [ACS-10449] Fix overlapping options on text next to selectbox
* [ACS-10449] ADF style fixes refactoring I
* [ACS-10449] Breadcrumb and search filter container fixes
* [ACS-10449] User column form field fixes
* [ACS-10449] adapt scroll into view to changes in MD3
* [ACS-10449] Properties panel opened by default
* [ACS-10449] Tag creator fixes
* [ACS-10449] fix metadata property label color
* [ACS-10449] Categories panel fixes
* [ACS-10449] Current aspect on changes fix
* [ACS-10449] Make notification history badge size configurable
* [ACS-10449] Make notification history badge size configurable via config file
---------
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com >
Co-authored-by: g-jaskowski <grzegorz.jaskowski@hyland.com >
2026-05-29 13:16:03 +02:00
Fabian Kindgen
1314f0751f
AAE-46476 Fix sorting functionality of task list retrieval from runtime bundle ( #11921 )
2026-05-29 07:20:26 +02:00
Denys Vuika
f4882e99be
Revert "New Crowdin translations by GitHub Action ( #11796 )" ( #11923 )
...
This reverts commit 7a70ae8eb6 .
2026-05-28 17:51:05 +01:00
Michaela
70f90c65a5
AAE-46392 Fix card view select item crash on numeric initial value ( #11917 )
...
Guard autocomplete-only paths and coerce filter text to string so
select properties with numeric values (e.g. priority) no longer throw.
2026-05-26 15:57:37 +00:00
dependabot[bot]
8559d27a04
build(deps): bump qs from 6.14.2 to 6.15.2 in /lib/cli ( #11907 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.2 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.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-05-26 09:50:31 +01:00
Alfresco Build and Crowdin Bot
637b67da59
New Crowdin translations by GitHub Action ( #11898 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-05-26 09:45:25 +01:00
Denys Vuika
f339647f40
refactor: migrate license checks off license-checker ( #11905 )
2026-05-21 14:18:10 +01:00
Mykyta Maliarchuk
5553aaaefe
[MNT-25522] Add support for fileLink icon ( #11903 )
...
* [MNT-25522] Add support for fileLink icon
* [MNT-25522] cr fixes
2026-05-21 12:21:46 +02:00
Michaela and Cursor
15814380a5
[ci:force] AAE-46219 [TEST] Revert cli build/installDeps changes from #11880 and #11899 ( #11901 )
...
Demonstration revert PR to check whether PRs #11880 and #11899 caused
the recent ADF release failures. The PR pipeline result will indicate
whether reverting the `cli:build` dependsOn edge (#11880 ) and the
`--omit=prod` install command (#11899 ) is sufficient to restore green
CI.
Reverts the relevant pieces of:
- #11880 (e3430ae36e ): removes `dependsOn: ["installDeps"]` from
`cli:build`, and reverts the @typescript-eslint bump from 8.59.3
back to 8.57.2 / 8.41.0 in package.json + package-lock.json.
The dependabot `@typescript-eslint/*` grouping config is kept.
- #11899 (4044fafc39 ): restores the `cli:installDeps` command back
to plain `cd lib/cli && npm i` (the `--omit=prod` value is not a
valid npm flag).
Not intended for merge.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-20 15:50:58 +02:00
Michaela and Cursor
4044fafc39
AAE-46219 Skip prod deps in cli:installDeps to unblock release ( #11899 )
...
* [ci:force] AAE-46219 Remove redundant installDeps dependency from cli build target
The build target's installDeps dependency is already covered transitively
via bundle -> copyToNodeModules -> installDeps, and the duplicate npm i
caused a race condition that broke the ADF release.
Co-authored-by: Cursor <cursoragent@cursor.com >
* AAE-46219 Skip prod deps in cli:installDeps to unblock release
The release workflow rewrites lib/cli/package.json so @alfresco/js-api
points at an unpublished build-tagged version, then nx triggers
cli:installDeps (cd lib/cli && npm i) which fails ETARGET. tsc only
needs the devDependencies (typescript, @types/ejs, @types/node);
@alfresco/js-api is resolved via the tsconfig "paths" mapping to
dist/libs/js-api, not from node_modules. Adding --omit=prod skips the
unresolvable runtime deps without affecting the published package.
Also restores the build -> installDeps edge so tsc and npm install
do not race in lib/cli/node_modules.
Co-authored-by: Cursor <cursoragent@cursor.com >
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-20 14:32:01 +02:00
Michal Kinas
ece50ac32c
[MNT-25149] Card view select item multivalued property support ( #11891 )
...
* [MNT-25149] Card view select item multivalued property support
* [MNT-25149] CR fixes
* [MNT-25149] CR fixes
* [MNT-25149] CR fixes
2026-05-20 11:39:42 +02:00
Darren Thornton
1d163c6749
Revert "AAE-44065 Change date picker to match other styles ( #11868 )" ( #11896 )
...
This reverts commit 8309d2dc55 .
2026-05-19 14:54:26 -05:00
Denys Vuika
1fbd869902
chore: remove unused eslint-plugin-prefer-arrow ( #11894 )
...
Remove eslint-plugin-prefer-arrow dependency as the only rule from this plugin (prefer-arrow/prefer-arrow-functions) was disabled in all ESLint configurations.
2026-05-19 11:13:00 +01:00
Darren Thornton
64d9f3a6d4
AAE-45774 Show error for date fields if invalid format ( #11886 )
...
* AAE-45774 Show error for date fields if invalid format
* apply copilot suggestions
2026-05-18 06:42:59 -05:00
Alfresco Build and Crowdin Bot
454236873e
New Crowdin translations by GitHub Action ( #11867 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-05-18 11:39:09 +01:00
Alex Molodyh
9e106b006c
AAE-43881 Fix for form rules not applying when new [data] comes in ( #11879 )
2026-05-14 08:47:42 -07:00
Darren Thornton
8309d2dc55
AAE-44065 Change date picker to match other styles ( #11868 )
...
* AAE-44065 Change date picker to match other styles
* Apply Copilot suggestions
2026-05-13 12:12:21 -05:00
Michaela and Cursor
e3430ae36e
AAE-45695 Group @typescript-eslint/* packages in dependabot ( #11880 )
...
* [AAE-45695] Group @typescript-eslint/* packages in dependabot
@typescript-eslint/parser and @typescript-eslint/eslint-plugin must be
bumped together (matching versions) due to a peer-dependency between
them. Grouping all @typescript-eslint/* packages ensures Dependabot
updates them in lock-step instead of opening separate PRs that fail
npm ci with a peer-dep conflict.
Co-authored-by: Cursor <cursoragent@cursor.com >
* [ci:force] AAE-45695 Bump @typescript-eslint/parser and eslint-plugin to 8.59.3
Bump both packages together (peer-dep requires matching versions) to
unblock the Dependabot bump that was previously failing.
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-12 09:43:21 +00:00
Michal Kinas
1860fefd42
[MNT-25647] Handle facets label wrapped in quotes ( #11866 )
...
* [MNT-25647] Handle facets label wrapped in quotes
* [MNT-25647] CR fix
2026-05-12 08:34:35 +02:00
Vito Albano
9fe4006a0d
AAE-45391 Lazy loading and improvements for pdfJS ( #11869 )
...
* [AAE-45391] - Lazy loading some of the big external libs
* [AAE-45391] - Added some extra units to pdfjs viewer
* [AAE-45391] - Some improement on viewer component
* [AAE-45391] - Fixed the way it was redered to a newer angular system
* [AAE-45391] - Fixed the way it was redered to a newer angular system
* [AAE-45391] - fixed schematic
* [AAE-45391] - Added some docs for the schematics as well
* [AAE-37328] - Fixed comment on missing provider
2026-05-11 14:17:39 +01:00
Ehsan Rezaei
b7783d2259
AAE-39830 Removing Material components color property ( #11865 )
...
* AAE-39830 Removing Material components color property
* AAE-39830 Style with class instead of color
* AAE-39830 Updating header component doc
* AAE-39830 Updating toolbar component doc
* AAE-39830 Removed unused theme variable and updated doc
2026-05-07 14:25:14 +02:00
Vito Albano
410490158f
AAE-30881 Remove jsrassign ( #11863 )
...
* [AAE-30881] - Remove jsrassign as dep
* [AAE-30881] - Remove jsrassign as dep
* [AAE-30881] - upgrade oidc package
* [AAE-30881] - added unit tests
* [AAE-30881] - fixing security issue
* [AAE-30881] - Fixed sonarcloud issue
* [AAE-30881] - Fixed sonarcloud issue
2026-05-07 10:37:29 +01:00
Vito Albano
57bf066164
AAE-30882 Remove superagent for fetch ( #11856 )
...
* [AAE-30882] - Remove superagent for fetch
* [AAE-30882] - Fixing comments
* [AAE-30882] - fixde failing unit tests
* [AAE-30882] - fixde failing unit tests
* [AAE-30882] - fixd sonarcloud comment
2026-05-07 09:12:07 +01:00
Tomek Hanaj
8821980913
AAE-38566 Remove globals mixin ( #11798 )
...
* [AAE-38566] moved styles for mat-calendar to components
* [AAE-38482] moved styles for mat-datetimepicker to components
* [AAE-38482] removed mixin globals
* [AAE-38482] removed mat-calendar styles
* [AAE-38482] removed mat-datetimepicker styles
* [AAE-38482] removed calendar related selectors
2026-05-06 10:40:38 +02:00
Fabian Kindgen
a73b100fae
AAE-45003 Extend task cloud services ( #11850 )
2026-05-06 09:45:29 +02:00
Darren Thornton
2649cdea2d
AAE-44003 Allow manual input for date field ( #11830 )
...
* AAE-44003 Allow manual input for date field
* copilot suggestions
* code review update
* code review update
2026-05-05 10:14:15 -05:00
Vito Albano
3a543d8a0a
AAE-32905 Rework pr pipeline ( #11853 )
...
* [AAE-32905] - Improve ADF workflow
* [ci:force]
* [AAE-32905] - Improve cache use
* [AAE-32905] - Improve cache use
* [AAE-32905] - Improved workflows
* [AAE-32905] - Checking cache
* [AAE-32905] - Checking cache
* [AAE-32905] - Fix cli
* [AAE-32905] - Fix cache
* [AAE-32905] - Fix cache
* [AAE-32905] - Fix cache
* [AAE-32905] - improving workflow and adding some storybook tests
* [AAE-32905] - improving workflow and adding some storybook tests
* [AAE-32905] - Added more improvements
* [AAE-32905] - Added more improvements
* [AAE-32905] - bugfix
* [AAE-32905] - Added missing part to the cache
* [AAE-32905] - bugfix
* [AAE-32905] - fixed cache poisoning
* [AAE-32905] - timing jobs
* [AAE-32905] - chosen to build all together as it's more efficient
* [AAE-32905] - Fixed script injection issue
2026-05-05 13:16:36 +01:00
Ehsan Rezaei
3fc59b2358
AAE-45216 Removing custom theme from core ( #11862 )
...
* AAE-45216 Removing custom theme from core
* AAE-45216 Removing custom theme from assets
2026-05-05 10:33:09 +02:00
Ehsan Rezaei
337b82e988
AAE-45215 Removing unused breadcrumb theme ( #11861 )
2026-05-05 08:13:41 +01:00
Vito Albano
0faa2e1a56
[AAE-0000] - fixed run for process-service-cloud ( #11855 )
...
* [AAE-0000] - fixed run for process-service-cloud
* [AAE-0000] - Stabilising process cloud tests
2026-05-04 23:35:25 +01:00
Adam Świderski
d6262eafc6
[ACS-11628] small for for init-acs-env.ts ( #11860 )
2026-05-04 11:23:02 +00:00
Alfresco Build and Crowdin Bot
bba9a0afe2
New Crowdin translations by GitHub Action ( #11854 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-05-01 14:50:36 +01:00
Alex Molodyh
d3ad66d25b
AAE-44435 Fix incorrect Start process button on user task forms ( #11837 )
2026-04-30 12:39:28 -07:00
Alfresco Build and Crowdin Bot
b49513e9c2
New Crowdin translations by GitHub Action ( #11848 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-04-30 16:49:53 +01:00
Ehsan Rezaei
aa2de3bde6
AAE-45173 Adding background color to tooltip card ( #11852 )
2026-04-30 15:18:38 +00:00
Joshua Cain
d1d06a68bc
AAE-44098 Bottom tab navigation buttons ( #11834 )
...
* feat: enable tab navigation buttons
* feat: better strings and button positioning
* feat: reduce overall padding
* feat: adjust buttons based on ux mockups
* test: add some tests
* fix: build error
* fix: rename property to showBottomTabNavButtons for clarity
* feat: simplify changes
* test: copilot suggestion
* fix: prevent upstream visual regression issues.
* fix: copilot suggestions
* fix: height change
2026-04-29 15:12:06 -04:00
Diogo Bastos
0a6da1ba13
AAE-45076 Fix svg icon style ( #11849 )
2026-04-28 17:01:31 +01:00
Alfresco Build and Crowdin Bot
7853121080
New Crowdin translations by GitHub Action ( #11831 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-04-28 12:09:09 +01:00
Vito Albano
d3ac5362ba
AAE-44946 - Sending also previous value to allow valuation and valida… ( #11836 )
...
* AAE-44946 - Sending also previous value to allow valuation and validation
* AAE-44946 - Sending also previous value to allow valuation and validation
* AAE-44749 - Fixed wrong subscribe in test
* AAE-45038 - Fixing logs and unit tests
2026-04-28 11:24:05 +01:00
Bartosz Sekula
ddb8adc0e4
AAE-44752 Add type to ProcessInstanceCloud ( #11847 )
2026-04-27 16:14:02 +02:00
Ehsan Rezaei
85005c9c1c
AAE-44987 Applying color and background to sidenav ( #11846 )
2026-04-27 12:49:17 +02:00
AleksanderSklorz
407c6c1829
[ACS-11350] keyboard navigation user incorrect focus order after collapsing the left navigation menu ( #11835 )
...
* [ACS-11350] Fixed focus after collapsing navigation menu
* [ACS-11350] Unit tests
* [ACS-11350] Addressed copilot comments
* [ACS-11350] Addressed copilot comment
* [ACS-11350] Addressed copilot comment
2026-04-24 12:34:26 +02:00
Joshua Cain
e3fc03c58d
Revert "AAE-44098 Bottom Tab nav buttons ( #11801 )" ( #11832 )
...
This reverts commit 7864f1a8e0 .
2026-04-23 11:39:17 +00:00
Mykyta Maliarchuk
510a813ed2
[ACS-11472] Fix file icon is not updated for version renditions ( #11807 )
...
* [ACS-11472] Fix file icon is not updated for version renditions
* [ACS-11472] cr fixes
2026-04-23 13:27:14 +02:00
Joshua Cain
7864f1a8e0
AAE-44098 Bottom Tab nav buttons ( #11801 )
...
* feat: enable tab navigation buttons
2026-04-22 14:28:00 -04:00
Darren Thornton
c09edd71ff
AAE-44761 Remove unused imports ( #11829 )
2026-04-22 06:41:40 -05:00
64826c3a99
AAE-40649 Material Design 3 migration ( #11286 )
...
* AAE-38957 Cleanup code from color assignments on Material elements (#11266 )
* AAE-38646 cleanup core lib from custom variables (#11259 )
* AAE-38646 General cleanup of custom variables from core lib
* AAE-38646 Cleanup some of the remaining variables
* AAE-38646 Last color-mix removal
* AAE-38646 Reduce amount of customizations
* AAE-38646 apply overrides, reduce customization
* AAE-38646 modify remaining styles
* AAE-38646 Fix override assignemnts
* AAE-38646 Address comments, cleanup unused
* AAE-38978 Cleanup process-services-cloud lib from custom css variables (#11295 )
* AAE-38978 Cleanup custom variables inside process-services-cloud lib
* AAE-38978 Adjust rich text widget styling
* AAE-38978 Comment fixes
* AAE-38980 Cleanup insights lib from custom css variables (#11314 )
* AAE-38980 Cleanup insights lib from custom css variables
* AAE-38980 Removed unnecessarily specific selector
* AAE-38979 Cleanup content-services lib from custom css variables (#11313 )
* AAE-38979 Remove/replace variable and hardcoded customizations
* AAE-38979 Cleanup unused @use and @import statements
* AAE-39159 Cleanup process-services lib from custom css variables (#11316 )
* AAE-39159 Cleanup process-services lib from custom css variables
* AAE-39159 Fix import and build
* Fix build
* Remove leftover button customization
* fix missing brace
* AAE-39748 Pagination font size match md3
* fix incorrect html templates after rebase
* swap leftover variables
* fix units
* copilot comments
* visual regression result fixes
* CSX-204 Update card view components (#11358 )
* CSX-535 Update background color on readonly for card view selectitem (#11799 )
* remove invalid color test
* add stylelint rule
---------
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com >
Co-authored-by: Ricardo Dias <ricardo.dias@hyland.com >
2026-04-22 10:02:17 +01:00