10695 Commits

Author SHA1 Message Date
dominikiwanekhyland
e2c90bd315 Fixes after CR (#10202) 2024-10-22 16:24:41 +01:00
VitoAlbano
c7a42a7fc4 Rebased to latestp 2024-10-22 16:24:26 +01:00
VitoAlbano
ab1a1fb427 [MIGRATION] - the lesson is : do not change what is already working 2024-10-22 16:24:26 +01:00
VitoAlbano
57390306d1 [MIGRATION] - fixed schematics build 2024-10-22 16:24:26 +01:00
VitoAlbano
93b62bdf12 [MIGRATION] - rebased after the move of AlfrescoApiService 2024-10-22 16:24:26 +01:00
VitoAlbano
37f04cf499 [MIGRATION] - check to update the script 2024-10-22 16:24:26 +01:00
VitoAlbano
173c2cf7ac Rebased with lastest changes 2024-10-22 16:24:26 +01:00
VitoAlbano
f4790bb5c8 [MIGRATION] - Fixed package version 2024-10-22 16:24:26 +01:00
VitoAlbano
278b011b66 [MIGRATION] - Fixed lint 2024-10-22 16:24:26 +01:00
VitoAlbano
1fd2ef5258 [MIGRATION] - Rebased to latest 2024-10-22 16:24:26 +01:00
VitoAlbano
d67d70cb60 [MIGRATION] - updated deps for process cloud 2024-10-22 16:24:25 +01:00
VitoAlbano
fb82c4eeac [MIGRATION] - Updating outdated packages 2024-10-22 16:24:25 +01:00
VitoAlbano
440dd6f087 [MIGRATION] - Ok this is really weird 2024-10-22 16:24:25 +01:00
Wojciech Duda
5d676d3090 [MIGRATION] - storybook chips related e2e fails fix, unit alignments 2024-10-22 16:24:25 +01:00
Wojciech Duda
406cce148a [MIGRATION] - change selector for expanded expansion panel content 2024-10-22 16:24:25 +01:00
VitoAlbano
0388aaf210 [MIGRATION] - Ok this is really weird 2024-10-22 16:24:25 +01:00
VitoAlbano
c7c994ffae [MIGRATION] - Ok this is weird 2024-10-22 16:24:25 +01:00
VitoAlbano
56392615a5 [MIGRATION] - Something happened on the way to heaven 2024-10-22 16:24:25 +01:00
VitoAlbano
76f1c11656 [MIGRATION] - Somehow the fix for the cli types got lost 2024-10-22 16:24:25 +01:00
VitoAlbano
e038149bf9 [MIGRATION] - Switching off no empty functions rule 2024-10-22 16:24:25 +01:00
VitoAlbano
beb6a1d96a NG16 - fixed the builds 2024-10-22 16:24:25 +01:00
VitoAlbano
17cdedcae3 NG-16 - migration step 1 2024-10-22 16:24:25 +01:00
dependabot[bot]
2303cb2d59
build(deps): bump github/codeql-action from 3.26.9 to 3.26.13 (#10314)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](461ef6c76d...f779452ac5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-10-22 10:34:18 -04:00
dependabot[bot]
e8030dcead
build(deps-dev): bump webpack from 5.76.1 to 5.95.0 (#10301)
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.1...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 10:33:36 -04:00
Ruggero Corsaletti
0ee16691fb
AAE-24008 Fix push to crowdin job (#10317) 2024-10-21 15:55:15 +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
Ruggero Corsaletti
1d739ed15a
AAE-24008 Crowdin sync implementation (#10309)
* AAE-24008 Crowdin implementation

* removed new line from pull-from-crowdin.yml

Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com>

---------

Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com>
2024-10-21 12:20:20 +02:00
Amedeo Lepore
bbea2d80e5
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
2024-10-21 11:33:09 +02:00
dominikiwanekhyland
d1462253d0
ADW Saved Search (#10306)
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-10-17 14:57:56 +02:00
dependabot[bot]
537b4f6605
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#10303)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-10-15 09:36:32 -04:00
dependabot[bot]
c39e3dc358
build(deps): bump actions/cache in /.github/actions/setup (#10304)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...3624ceb22c)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2024-10-15 09:36:16 -04:00
Tiago Salvado
5dda03b602
[MNT-24628] Handle difference between config object ticket and browser storage ticket (#10270)
* [MNT-24628] Handle difference between config object ticket and browser storage ticket

* [MNT-24628] Add unit tests

* [MNT-24628] Added null/undefined checks
2024-10-14 22:03:25 +01:00
dependabot[bot]
cf32655e21
build(deps): bump Alfresco/alfresco-build-tools from 7.1.0 to 7.1.1 (#10283)
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](bd803ea1bf...21fb2cdff9)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  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>
2024-10-14 16:44:47 -04:00
dependabot[bot]
30ff9e04fa
build(deps): bump cookie, express and socket.io (#10294)
Bumps [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)

Updates `socket.io` from 4.7.5 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 16:43:30 -04:00
Anna Karwatka
c08e8d6b31
AAE-26469 Add external-property-process to simpleapp (#10296)
* AAE-26469 Add external-property-process to simpleapp

* Remove redundant empty line in string-utils spec
2024-10-11 12:51:16 +02:00
tomasz hanaj
eb12083869
AAE-26189 Replaced observable based counter to avoid flickering (#10290)
* [AAE-26189] replaced observable based counter to avoid flickering

* Empty-Commit
2024-10-11 11:13:20 +02:00
jacekpluta
a3033f9f17
[ADF-3936] Lock file checkboxes need refresh to appear checked (#10293) 2024-10-10 10:07:55 +02:00
Wojciech Duda
9e96fed71e
AAE-26321 Custom JWT storage service optional injection token (#10292)
* AAE-26321 Custom JWT storage service optional injection token

* AAE-26321 custom storage service test

* AAE-26321 Use only the injection token with factory

* AAE-26321 improve custom storage test
2024-10-09 17:06:30 +02:00
Wojciech Duda
9a9a9db628
Revert "AAE-26321 Add an injection token to JwtHelperService for OAuthStorage…" (#10291)
This reverts commit a93f0bd0699cf99302e453f1881383729de34c46.
2024-10-09 10:59:45 +01:00
jacekpluta
3d495932fe
[MNT-24637] ADW: Options to edit files marked as records available in Favorites Files list (#10289) 2024-10-09 08:44:27 +02:00
Wojciech Duda
a93f0bd069
AAE-26321 Add an injection token to JwtHelperService for OAuthStorage (#10288)
* AAE-26321 Add an injection token to JwtHelperService for OAuthStorage

* AAE-26321 remove unneeded method spies

* AAE-26321 Add missing providers to depending tests
2024-10-08 22:20:41 +01:00
tomasz hanaj
1d21c3ef80
AAE-26155 Added feature for refreshing filter (#10266)
* [AAE-26155] added feature for refreshing filter

* [AAE-26155] updated input property description

* [AAE-26155] updated services to allow refreshing filters
2024-10-08 11:13:43 +02:00
Tomasz Gnyp
d5a530ba23
AAE-25339 Fix ADF Datetime adapter display format date (#10274) 2024-10-07 20:19:44 +02:00
Diogo Bastos
9e70aad67d
AAE-22724 Fix json widget display (#10248) 2024-10-07 17:08:15 +01:00
Diogo Bastos
e0e89cfa3b
AAE-26181 Fix layout container overflowing screen (#10269) 2024-10-07 15:33:24 +01:00
Bartosz Sekula
35f24fddb5
AAE-21573 Add display mode support for porcess start event form (#10273) 2024-10-07 15:05:44 +02:00
Diogo Bastos
0e085bc73a
AAE-22043 Fix long form flow outside container (#10265)
* AAE-22043 Fix long form flow outside container

* AAE-22043 Fix unit test
2024-10-04 11:11:57 +01:00
jacekpluta
2aa9f5b4be
[ACS-8779] Keep selections and question after going to the previous page (#10261) 2024-10-04 10:02:17 +02:00
Mykyta Maliarchuk
0d79ff534c
[ACS-8865] Viewer / DOCX files could not load preview for the first 20 seconds - error 409 for renditions (#10267)
* [ACS-8865] fix error 409 for viewer renditions

* [ACS-8865] unit tests

* [ACS-8865] unit test fix

* [ACS-8865] reduce duplication

* [ACS-8865] reduce duplication

* [ACS-8865] reduce duplication
2024-10-03 09:21:28 +02:00
dominikiwanekhyland
81fbaa4166
[ACS-8661] Metadata tags long text overflow regression (Angular 15) (#10268) 2024-10-02 15:33:03 +02:00