Amedeo Lepore
41f9974919
[AAE-13016] Fix errors: can't resolve 'angular-oauth2-oidc' and 'angular-oauth2-oidc-jwks' ( #8345 )
2023-03-08 12:12:00 +01:00
Eugenio Romano
8db863219c
[AAE-12723] Move rich text editor in Process cloud ( #8283 )
...
* move rich text editor in Process cloud
* fix import
* fix
* fix
2023-03-07 14:12:36 +01:00
Mikołaj Serwicki
f4a8084f0c
[AAE-12511] implement OIDC authentication capabilities in ADF ( #7856 )
...
* feat: add custom AlfrescoApiHttpClient [ci:force]
* feat: update configs
* feat: move api to follow second entry point structure
* feat: add auth module [ci:force]
* Fix rebasing issues
* Isolate oidc package as subfolder
* Canary mode
* [AAE-12498] Fix unit test should load external settings: resolve reponse data instead returning default config
* [AAE-12498] Set @nrwl/eslint-plugin-nx@14.5.4 version to fix lint job that failed because of the 14.8.6 version (https://github.com/Alfresco/alfresco-ng2-components/actions/runs/4165060892/jobs/7207651856\#step:5:3379 )
* [AAE-12498] Fix stories:build-storybook:ci issues
* [AAE-7991] cherry-pick e935f7b0b1f56d3bb124d566b248420de7bd0359 from repo https://github.com/Alfresco/alfresco-ng2-components/pull/7818 : send onLogin to initialize acs version to fix [C362242] on canary configuration
* [AAE-12498] Fix security hotspot: fix unsafe pseudorandom number generator
* test: add missing tests for oidc-auth.guard
* test: fix lint issues
* chore: remove assignment in return
* [AAE-12498] Remove warning comment because we already know we're doing breaking changes
* [AAE-12498] Add auth-config.service unit tests
* [AAE-12498] Remove getUserProfile from auth service
---------
Co-authored-by: Andras Popovics <popovics@ndras.hu>
Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
2023-03-07 09:53:11 +01:00
Ehsan Rezaei
dd91f2eeb6
AAE-12245: Migrated from event cancelBubble to stopPropagation ( #8311 )
2023-03-06 21:57:51 +01:00
Gloria Camino
ad150bf610
LOC-411 - Also related to PRODDEL-6965 - updated strings for ADF 6.0 in 16 languages ( #8339 )
2023-03-06 10:21:52 +00:00
Ehsan Rezaei
77fde1ab65
[AAE-12840] - Fix saving preference when columns width or order changes ( #8331 )
...
* AAE-12840: Fixed saving preference when column widths change in tasks and processes list
* AAE-12840: Fixed saving preference when columns order change in tasks and processes list
* AAE-12840: Fixed lint issue
* AAE-12840: fixed lint issue
2023-03-03 18:05:29 +01:00
Ehsan Rezaei
005b26c54f
AAE-12839: Improved column resize handle clickable area ( #8325 )
...
* AAE-12839: Improved column resize handle clickable area
* AAE-12839: Fixed lint issue
2023-03-03 17:44:02 +01:00
Ardit Domi
8ab4e15daf
Release of 6.0.0-A.3 ( #8330 )
2023-03-01 13:29:00 +00:00
Ardit Domi
99db02b9db
Fix typo in ADF cli changelog command ( #8328 )
2023-02-28 15:52:13 +00:00
Maurizio Cacace
fc224713f2
AAE-11918A - remove travis env var ( #8312 )
...
* AAE-11918 - travis_branch env removal
* AAE-11918 - travis_branch env removal
* event_type and travis_pull_request_branch env removal
* e travis_build_dir, travis_build_number, travis_commit env removal
* rename scripts path
* remove .travis file
* remove .travis file
* remove .travis file
* just a commit
* trying to fix e2e test
* fix e2e issue
* remove action load travis env
* with action travis env var load
* remove action travis load env vars
* remove action travis load env vars
* remove action travis load env vars
* last check
* test release flow in dry-run
* final check for review
* fix env variables
* fix env variables
* fix env variables
* remove devel flag
* revert renaming action facade
* git mv commit
* git mv commit
2023-02-28 15:36:22 +01:00
Ardit Domi
2bc74f012d
Regenerate package lock with lock file version 1 ( #8326 )
2023-02-28 13:36:18 +00:00
Jatin Chugh
713320b01d
[ACS-4270] Content overlaps other content at 400% zoom width equivalent issue fixed ( #8264 )
2023-02-23 21:19:12 +00:00
Aayush Rohila
2f3c9f1658
[ACS-4290] Changed filter icon to generic filter icon instead of the custom icon that was being used so far ( #8237 )
2023-02-23 21:18:02 +00:00
Aayush Rohila
b5310f6b89
[ACS-4294] Added title to clear button and changed its icon type to clear from close ( #8270 )
...
* Added label to clear button and changed icon from close to clear
* Added the label to icon
* changed from property binding to attribute binding
2023-02-23 21:16:24 +00:00
AleksanderSklorz
7028910616
[ACS-4670] Removed View 0 More tags button when chip takes more than on… ( #8307 )
...
* ACS-4670 Removed View 0 More tags button when chip takes more than one line
* ACS-4670 Removed async and import reduction
2023-02-23 21:15:36 +00:00
Nikita Maliarchuk
d26593e4d8
[ACS-4571] Move SecurityControlsService to ADF Content Lib ( #8286 )
...
* [ACS-4571] move SecurityControlsService to ADF content lib
* [ACS-4571] build fix
* [ACS-4571] build fix
* [ACS-4571] build fix
* [ACS-4571] resolved ts-ignore in unit-tests
* [ACS-4571] renamed AdminCcSecurityControlsServicesModule to SecurityControlsServiceModule
* [ACS-4571] return types added
* [ACS-4571] added docs for SecurityControlsService
* [ACS-4571] docs typo fix
* [ACS-4571] docs typo fix
* [ACS-4571] linting
* [ACS-4571] fixed failing test
* [ACS-4571] added missing unit tests
* [ACS-4571] linting
* [ACS-4571] set the default maxItems to UserPreferencesService.paginationSize
* [ACS-4571] changed createSecurityMarks() return type
* [ACS-4571] moved import line up
* [ACS-4571] finish loading status in some functions
2023-02-23 17:44:32 +00:00
Nikita Maliarchuk
25d85c7890
[ACS-4331] Add deleteTag method to tag service ( #8126 )
...
* ACS-4331 - added deleteTag method to tag service
* ACS-4331 - docs + unit test
* ACS-4331 - docs correction
* ACS-4331 - docs alignment fix
* ACS-4331 - applied small fixes
* ACS-4331 - updated docs
* [ACS-4331] removed extra spaces
2023-02-23 17:38:57 +00:00
Maurizio Vitale
2dccde9e6b
publish on gh first ( #8314 )
2023-02-23 17:06:17 +00:00
Maurizio Vitale
7d02ea61a2
Publish the adf pkgs on gh pkg registry ( #8313 )
2023-02-23 16:33:48 +00:00
Alfresco Build
33d7fca2cf
Update branch for JS-API PR#657 ( #8310 )
...
* [ci:force][auto-commit] Update JS-API to 5.4.0-657 for branch: update-js-api originated from JS-API PR: 262
* Fixed package-lock
---------
Co-authored-by: Vito Albano <vito.albano@alfresco.com>
2023-02-23 15:20:33 +00:00
Aayush Rohila
8625a49df7
[ACS-4281] removed heading role from breadcrumbs. ( #8278 )
2023-02-22 14:20:09 +00:00
Alfresco Build
6e7b1808cc
[ci:force][auto-commit] Update JS-API to 5.4.0-655 for branch: update-js-api originated from JS-API PR: 260 ( #8276 )
2023-02-21 15:49:01 +01:00
Jatin Chugh
8e3d5a9b9f
[ACS-4326] Content was overlapping with other contents and some elements were missing when we zoom at 400% or 320px equivalent which is fixed ( #8191 )
...
* content was overlapping earlier and some of the elements were lost at 400% or 320px equivalent which is fixed now
* extra space removal
* content overlapping verified upto 400% zoom including all other zooms i.e 200% 300% etc
* length-zero-no-unit issue fixed - stylelint
2023-02-20 15:59:25 +00:00
AleksanderSklorz
02dcd4fb48
[ACS-4565] add search for categories tree in admin cc ( #8279 )
...
* ACS-4565 Added possibility to search categories
* ACS-4565 Fixed unit test
* ACS-4565 Fixed lint issue
* ACS-4565 Removed extra empty line
* ACS-4565 Replaced tags label with categories label in unit tests
* ACS-4565 Replaced tags label with categories label in doc
2023-02-20 15:53:22 +00:00
tomasz hanaj
477d49eaee
AAE-12578 added fn to save col width with preferences ( #8296 )
...
* AAE-12578 added fn to save col width with preferences Resolved Conflict
* AAE-12578 fixed formatting issues
* Empty-Commit
* AAE-12578 added resizing column feature to process list
* AAE-12578: Removed duplicate component entry
---------
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
2023-02-20 16:11:16 +01:00
Ehsan Rezaei
f76e10ff09
AAE-12274: Added support for column resizing to process and task lists ( #8275 )
...
* AAE-12274: Added support for column resizing to process and task lists
* AAE-12274: trigger travis
2023-02-20 14:42:25 +01:00
Ehsan Rezaei
4aa2e0eb87
AAE-12273: Implemented column resizing directive ( #8272 )
...
* AAE-12273: Implemented column resizing directive
* AAE-12273: Updated datatable component docs with column resizing feature
* AAE-12273: Fixed lint errors
* AAE-12273: Fixed spell check and lint errors
* AAE-12273: Fixing lint issues
* AAE-12273: Excluded failing e2e
* AAE-12273: Excluded more failing E2Es
* AAE-12273: Excluded more failing e2e
* AAE-12273: Code Improvement
* AAE-12273: Fixed datatable column flex item shrink
* AAE-12273: Fixed unit tests of column header resizing flex item shrink
2023-02-20 10:45:03 +01:00
Nikita Maliarchuk
058cd9e01c
[AAE-10594] Run unit tests in headless mode ( #8141 )
...
* AAE-10594 - changed karma configs to run unit tests in headless mode
* AAE-10594 - removed commets
* [AAE-10594] fixed failing test
2023-02-17 11:08:16 +00:00
Eugenio Romano
05e2033633
[AAE-12675] update pdfjs version to fix sign problem ( #8266 )
...
* update pdfjs version to fix sign problem
2023-02-16 13:37:13 +00:00
tomasz hanaj
f18fd94085
[AAE-12668] refactored typography for themes ( #8268 )
...
* AAE-12668 refactored typography for themes
* AAE-12668 added missing spaces
* AAE-12668 removed parenthesis causing lint error
2023-02-16 00:46:41 +00:00
Artur Cichoń
9014a85eda
[AAE-12662] Get rid of multiplicity of "more than one element found for locator" warnings in tests caused by redundant click ( #8273 )
...
* [AAE-12662] Get rid of multiplicity of 'more than one element found for locator' warnings
* trigger travis
2023-02-15 16:11:06 +01:00
Diogo Bastos
96075ae456
[AAE-10779] User info component refactor ( #8187 )
...
* [AAE-10779] Update documentation
* [AAE-10779] Update demo-shell user-info component call
* [AAE-10779] Ecm user info component
* [AAE-10779] Identity user info component
* [AAE-10779] Bpm user info component
* [AAE-10779] Remove ecm-panel id references
* [AAE-10779] add stories and remove old component
* [AAE-10779] Update doc version and remove leftover html tag
* trigger travis
* [AAE-10779] rename ecm-user-info to content-user-info and bpm-user-info to process-user-info
* [AAE-10779] update docs
* [AAE-10779] fix demo-shell user-info
* [AAE-10779] add docs
2023-02-15 14:47:43 +00:00
Kasia Biernat
c5710c0e61
[AAE-12134] unit test: Should be able to set number of columns for Header widget ( #8267 )
2023-02-15 11:35:15 +01:00
Alfresco Build
54bb8e24e5
[ci:force][auto-commit] Update JS-API to 5.4.0-643 for branch: update-js-api originated from JS-API PR: 643 ( #8269 )
2023-02-15 09:41:28 +00:00
swapnil-verma-gl
275d30b043
[ACS-4257] - Resolved a11y issue around jumping focus ( #8168 )
...
* ACS-4257 - Clicking on filter buttons on search results no longer switches focus from button to first element
* [ACS-4257] Added key listeners to open and close the menus to improve keyboard only usability
* ACS-4257 - Clicking on filter buttons on search results no longer switches focus from button to first element
* [ACS-4257] Added key listeners to open and close the menus to improve keyboard only usability
---------
Co-authored-by: suneet-gupta <suneet.gupta@hyland.com>
2023-02-14 22:01:12 +05:30
Alfresco Build
3b7ac02098
[ci:force][auto-commit] Update JS-API to 5.4.0-639 for branch: update-js-api originated from JS-API PR: 639 ( #8255 )
2023-02-14 14:48:58 +00:00
Denys Vuika
0ba076722f
[ACS-3742] extra cfg support for shell navbar ( #8256 )
2023-02-14 14:22:56 +00:00
swapnil-verma-gl
bcfa488940
[ACS-4252] Resolved accessibility issues around inherited permissions popover ( #8222 )
...
* [ACS-4252] Inherited permissions popover can now be opened and closed by enter key press. Added configurableFocusTrap to popover when it is opened.
* [ACS-4252] Removed console.log statement
2023-02-14 14:16:10 +00:00
MichalKinas
b1311c6966
[ACS-4124] Display only as much tags as fits container in tag node list ( #8247 )
...
* [ACS-4124] Display only as much tags as fits container in tag node list
* [ACS-4124] CR fixes
* [ACS-4124] Add hidden, lint fixes, event propagation stopped
2023-02-14 11:04:07 +01:00
Jatin Chugh
6e99dd663a
[ACS-4322] content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom is visible now. ( #8201 )
...
* content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom fixed
* adjusting the contents at 400% zoom by reducing the padding of mat-dialog-container
* linting change of zero-no-unit
2023-02-13 16:07:18 +05:30
Denys Vuika
5ce8553901
upgrade js-editor to drop cypress dependency ( #8249 )
...
* upgrade js-editor to drop cypress dependency
* upgrade caniuse-lite
2023-02-10 19:09:37 +00:00
Alfresco Build
d2f9523053
[ci:force][auto-commit] Update JS-API to 5.4.0-620 for branch: update-js-api originated from JS-API PR: 620 ( #8250 )
2023-02-10 16:13:48 +00:00
Vito Albano
e16bed611c
[AAE-12260] - fixing form field mapping ( #8243 )
...
* [AAE-12260] - reverting form field mapping to fix wrong behaivour
* [AAE-12260] - fixed readonly radiobutton
* [AAE-12260] - fixed valid check for rest options when multiple choice is made
* [AAE-12260] - fixed name for array elements
* [ci skip]
* start ci
2023-02-10 13:16:08 +00:00
swapnil-verma-gl
5d2dddee28
[ACS-4254] Delete permissions button is now keyboard interact-able (enter key) ( #8216 )
2023-02-09 21:13:40 +00:00
Alfresco Build
cae2d70637
[ci:force][auto-commit] Update JS-API to 5.4.0-619 for branch: update-js-api originated from JS-API PR: 619 ( #8231 )
2023-02-09 19:43:07 +00:00
AleksanderSklorz
dd1feeec6e
[ACS-4296] adding mapping in tags service ( #8240 )
...
* ACS-4296 Adding mapping in tags service
* ACS-4296 Correct lint issue
* ACS-4296 Excluded failing e2e
* ACS-4296 Trigger build
* ACS-4296 Trigger build
* ACS-4296 Reverted excluded tests
2023-02-08 22:19:16 +01:00
Amedeo Lepore
7c6ce0a5fe
[AAE-12558] Fix load content-services translation resources ( #8241 )
...
* Fix load content-services tranlsation resources
* [ACS-4595] exclude failed e2es
* Reverted excluded tests
2023-02-08 17:20:44 +01:00
tomasz hanaj
b9c53e586d
AAE-12139 disabled start process btn when clicked and api call in pro… ( #8160 )
...
* AAE-12139 disabled start process btn when clicked and api call in progress
* AAE-12139 improved unit tests
* AAE-12139 added return type
* AAE-12139 removed ngOnInit from unit tests
2023-02-08 16:55:15 +01:00
Denys Vuika
cd84be9712
Fix cli compilation ( #8244 )
...
* fix cli compilation
* [ci:force] latest libs
* [ci:force] delete old mergify config
2023-02-08 12:54:26 +01:00
Thomas Hunter
1a00249f6a
[ADF-5514] Fix red dot still present after filter being cleared ( #8181 )
...
* [ADF-5514] Fix red dot still present after filter being cleared
* Add unit test
* Added statement clearing filter after each test so the ordering doesn't cause the unit test to fail
2023-02-08 09:18:14 +00:00