VitoAlbano
c25d112c1f
[ci:force]
2025-05-22 13:12:33 +01:00
VitoAlbano
78519d0a5f
[
2025-05-22 13:12:33 +01:00
VitoAlbano
23b64c4dde
[AAE-26767] - Fixed lint
2025-05-22 13:12:20 +01:00
VitoAlbano
78d3a9b614
[AAE-26767] - Fixed lint
2025-05-22 13:12:20 +01:00
DominikIwanek
6c306da29a
Update package.json
2025-05-22 13:12:20 +01:00
VitoAlbano
9dca34af9d
[MIGRATION] - Changing the building executor for eslint-rules
2025-05-22 13:12:20 +01:00
VitoAlbano
b4a5bf5ae1
[MIGRATION] - Checking if now eslint is releasable
2025-05-22 13:12:20 +01:00
VitoAlbano
2247747052
[MIGRATION] - fixed storybook builds
2025-05-22 13:12:20 +01:00
VitoAlbano
d702f09dd5
[MIGRATION] - updated lock
2025-05-22 13:12:20 +01:00
VitoAlbano
2c2932567f
[MIGRATION] - Checking deps
2025-05-22 13:12:20 +01:00
VitoAlbano
ce75c83f8e
[MIGRATION] - Rebased
2025-05-22 13:12:20 +01:00
VitoAlbano
24f51dc8aa
[MIGRATION] - Fixed type
2025-05-22 13:12:20 +01:00
VitoAlbano
54e07d2c59
[MIGRATION] - Fixed lint
2025-05-22 13:12:20 +01:00
Ehsan Rezaei
9482cb9cf0
Removing testing lib to sync with develop
2025-05-22 13:12:20 +01:00
Ehsan Rezaei
f84a64e8c7
Trying to fix js-api unit tests
2025-05-22 13:12:20 +01:00
VitoAlbano
8a73e46095
[MIGRATION] - Fixing failing migrated tests
2025-05-22 13:12:20 +01:00
VitoAlbano
da2608b2d4
[MIGRATION] - Moving mocha to jest
2025-05-22 13:12:20 +01:00
VitoAlbano
f1bb66d984
[MIGRATION] - fixed build and lint
2025-05-22 13:12:20 +01:00
VitoAlbano
a218247690
Cherry picked commit from oidc and run fix lint
2025-05-22 13:12:19 +01:00
Amedeo Lepore
7137e61ac7
AAE-26163 Fix infinite loop when authentication error event occured ( #10272 )
...
* AAE-26163 Logout user after 3 login attempts failed, avoiding infinite loop when an authentication error occured, like when a user machine clock is significantly out of sync
* AAE-26163 Wait to discovery document to be loaded and user not authenticated to perform a ssoLogin, logout user if login fails after 3 attempts
* AAE-26163 Fix missed id_token_hint invoking logout when a login error occured due to a clock significantly out of sync
* AAE-26163 Add fake observable to unit test
* AAE-26163 Show oauth event logs if showDebugInformation is enabled, remove auth items if access token is not valid
* AAE-26163 Improve tryLogin error message
* AAE-26163 Check if token has expired to fix case when user access the application after the token is expired and with a clock significantly out of sync
* AAE-26163 Test logout when clock is out of sync
* AAE-26163 Create a service to check if local machine time is out of sync
* AAE-26163 Update oauthErrorEvent$ and combinedOAuthErrorsStream$ to return errors
* AAE-26163 Output error within combined oauth error event subscription
* AAE-26163 Fix lint problems
* AAE-26163 Logout user when token refresh error happens for the second time, if the token is not refreshed properly after first refresh error
* AAE-26163 Logout user once an oauth error event occur due to clock out of sync
* AAE-26163 Fix retry login error message if the OAuthErrorEvent doesn t return reason
* AAE-26163 Fix the issue where the logout API call is canceled by the authorize call when login fails due to clock synchronization problems, causing an infinite loop.
* remove console.log
* AAE-26163 Fix retry login error message if the OAuthErrorEvent reason is an empty object
2025-05-22 13:12:19 +01:00
VitoAlbano
efb4723af2
[ci:force] - Fixed lint
2025-05-22 13:12:19 +01:00
VitoAlbano
7332339c7b
[ci:force] - fixing lint
2025-05-22 13:12:19 +01:00
VitoAlbano
69211911bd
Fixed build for all the packages
2025-05-22 13:12:19 +01:00
VitoAlbano
d961dd5391
[ci:force] - fixed build for testing 1
2025-05-22 13:12:19 +01:00
VitoAlbano
f4097a2b75
[ci:force] - fixed deps
2025-05-22 13:12:19 +01:00
VitoAlbano
4a7677488e
Migrate to NG17
2025-05-22 13:12:19 +01:00
dependabot[bot]
ecbfae5648
build(deps): bump @babel/runtime and @angular-devkit/build-angular ( #10885 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) to 7.26.10 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `@babel/runtime` from 7.25.0 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
Updates `@angular-devkit/build-angular` from 18.2.14 to 18.2.19
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/18.2.14...18.2.19 )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.26.10
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 18.2.19
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15185666273
2025-05-22 12:43:00 +01:00
Tomasz Nastaly
413fce8cb7
AAE-34641 Refactor viewer-render loading ( #10868 )
2025-05-22 10:07:26 +02:00
Bartosz Sekula
f2fa458fe5
AAE-33909 Ensure onProcessFinish event triggers when invoked from onFormLoaded event ( #10867 )
...
* AAE-33909 Ensure onProcessFinish event triggers when invoked from onFormLoaded event
* clean code
* fix unit tests
* update outcomes buttons
* update
8.1.0-15164245071
2025-05-21 16:01:05 +02:00
Swetha Balasubramaniam
e37ef279e4
AAE-32986 Add custom-form-widget process to simpleapp ( #10881 )
...
* Update simpleapp.zip
* Update
* Update date-fns-utils.spec.ts
* Changes
8.1.0-15156030057
2025-05-21 08:20:58 +01:00
AleksanderSklorz
2cc3ba4d6b
[ACS-7706] create tags return promise tag paging instead of tag entry ( #10869 )
...
* [ACS-7706] Corrected returned type for createTags function
* [ACS-7706] Updated documentation for createTags and fixed unit tests
8.1.0-15154809688
2025-05-21 08:08:49 +02:00
tomasz hanaj
3fea334468
[AAE-34479] added class for custom outcome button ( #10882 )
...
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
8.1.0-15151721199
2025-05-20 21:52:43 -04:00
dependabot[bot]
541ae4a266
build(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions ( #10876 )
...
Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions ) from 3.0.24 to 3.0.25.
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases )
- [Commits](2d6823da40...fc87bb5b5a
)
---
updated-dependencies:
- dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions
dependency-version: 3.0.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 21:51:14 -04:00
dependabot[bot]
8633641235
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 ( #10877 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.17 to 3.28.18.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](60168efe1c...ff0a06e83c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 21:50:57 -04:00
dependabot[bot]
206d83e84a
build(deps): bump Alfresco/alfresco-build-tools from 8.20.0 to 8.21.1 ( #10878 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.20.0 to 8.21.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](8cd8c3798c...95f68dc050
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.21.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 21:50:38 -04:00
dependabot[bot]
4a1e4544f4
build(deps): bump Alfresco/alfresco-build-tools ( #10879 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.20.0 to 8.21.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](8cd8c3798c...95f68dc050
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.21.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 21:50:18 -04:00
Alfresco Build
f70ba30b46
New Crowdin translations by GitHub Action ( #10884 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-05-20 21:49:59 -04:00
Tomasz Gnyp
b3900b96ed
AAE-34972 Test PR for adf link ( #10861 )
8.1.0-15139516875
2025-05-20 15:57:02 +02:00
Soumyajit Chakraborty
2fd960bf5c
AAE-34885 Form with tabs has incomplete frame in preview ( #10880 )
...
* AAE-34885 Form tabs preview frame size and width fix
* AAE-34885 fixing form preview in modeling app
* AAE-34485 workspace-app form scroll fix
* AAE-34485 fixing margin issues on the modeling app form preview
* fixing width issues on preview
---------
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
8.1.0-15110243588
2025-05-19 15:40:06 +05:30
Bartosz Sekula
8b47434c37
AAE-33052 Deprecate custom theme ( #10870 )
8.1.0-15070800207
2025-05-16 15:28:08 +01:00
Denys Vuika
fe53c5d5a8
MNT-25095 Update the documentation ( #10864 )
...
* update the documentation
* update the documentation
---------
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
8.1.0-15056958268
2025-05-15 19:11:29 -04:00
dependabot[bot]
deefa948cd
build(deps): bump undici in /.github/actions/print-affected-libs ( #10866 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
8.1.0-15056899369
2025-05-15 19:06:54 -04:00
Amedeo Lepore
051b82684f
AAE-34959 Allow disabling withCredentials for the identity providers that disallow credentials ( #10859 )
8.1.0-15053541130
2025-05-15 21:27:22 +02:00
Eugenio Romano
b4eee9d631
AAE-34675 Fix default selection required ( #10860 )
...
* fix default selection required
* rename test
* dropdown form field return object
* dropdown form field return object
* dropdown form field return object
* fix test
* Update lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
* Update lib/core/src/lib/form/components/widgets/core/form-field.model.ts
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
---------
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
2025-05-15 21:26:17 +02:00
dependabot[bot]
9c6a1901c6
build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 ( #10863 )
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-version: 2.0.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.1.0-15049533230
2025-05-15 16:51:53 +01:00
Ruggero Corsaletti
3ad13d3e38
AAE-34992 Improve crowdin update strategy ( #10865 )
8.1.0-15049531320
2025-05-15 16:51:47 +01:00
Wojciech Duda
efd6e5b1b0
AAE-34826 Incorrect scale for rendered pdf documents ( #10857 )
...
* AAE-34826 Fix missing class for pdf viewer
* AAE-34826 Remove double initial scale
* AAE-34826 Fix missing scale
* AAE-34826 Remove unnecessary condition
* AAE-34826 Remove surplus id
* AAE-34826 converted scale to string
---------
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
8.1.0-15044203467
2025-05-15 12:50:36 +01:00
Vito Albano
6257510056
Ng18 migration ( #10683 )
...
* [MIGRATION] - Angular 18
* [ci:force][MIGRATION] - fixed Apollo new import
* [MIGRATION] - rebased to lastest
* [MIGRATION] - updated style to use still material 2 and postpone material migration
* [AAE-32974] - sync lock with version 8
* [AAE-33014] - Fixed m2 material issue
* Rebased to latest
* Rebased to latest
* [ACS-9159] Upgraded node version (#10782 )
* [MIGRATION] - Added missing package
* [MIGRATION] - check if hte module mapping hide the warning
* [MIGRATION] - Readded wrongly removed package
* Upgrade TS
---------
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: DominikIwanek <dominik.iwanek@hyland.com>
8.1.0-15043883503
2025-05-15 12:33:07 +01:00
Ehsan Rezaei
28137d8a09
Revert "AAE-34641 Fix form loading when tab is changed ( #10843 )" ( #10862 )
...
This reverts commit 685bc387b585db77694355378309213cfde356e3.
8.1.0-15042271894
2025-05-15 12:07:07 +02:00
Alfresco Build
81822a119d
New Crowdin translations by GitHub Action ( #10854 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
8.1.0-15030781322
2025-05-14 16:48:50 -04:00