Alfresco Build
d047d7c9db
GH Auto: Upstream dependencies ADF:8.1.0-16168969238 JS-API:9.1.0-16168969238 using Tag:8.1.0-16168969238 ( #4664 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-16168969238 JS:9.1.0-16168969238
* fix standalone imports
* fix tests imports
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2025-07-09 10:21:13 -04:00
dominikiwanekhyland
5f5c238ccd
Ng19 migration ( #4520 )
2025-07-03 13:33:05 +02:00
Grzegorz Jaśkowski
f48fc8c2d7
[ACS-8746] use notification service instead of store, yellow warnings, warning on no library permission ( #4577 )
...
* [ACS-8746] use notification service instead of store, yellow warnings, warning on no library permissions
* [ACS-8746] move snackbar bg styling to app level, review comments
* [ACS-8746] change warning color for improved accessibility
* [ACS-8746] fix wrong css class for copy and move notifications
* [ACS-8746] completely replace SnackbarActions with notifications service, update warning color
* [ACS-8746] improve copy and move nodes notifications
* ACS-8746 fix undo delete notification action
* ACS-8746 review comments
* ACS-8746 review comments
2025-06-16 10:14:27 +02:00
AleksanderSklorz
3a51c19bc6
[MNT-24923] legal hold hold capabilities are not verified properly ( #4616 )
...
* [MNT-24923] Added possibility to configure readonly for metadata sidebar by json config
* [MNT-24923] Unit tests
* [MNT-24923] Fixed sonar issues
2025-06-12 14:30:11 +02:00
MichalKinas
5b388270c5
[ACS-9670] Add white background to login screen ( #4589 )
...
* [ACS-9670] Add white background to login screen
* [ACS-9670] Move white color to separate variable
* [ACS-9670] Add missing change
2025-05-30 16:21:30 +02:00
dominikiwanekhyland
74e82c85a4
Angular 18 upgrade ( #4448 )
2025-05-15 14:39:45 +02:00
AleksanderSklorz
4af199fde3
[ACS-9601] Fixed cut reference image ( #4562 )
2025-05-12 15:37:40 +02:00
dominikiwanekhyland
bf909d9a5b
[ACS-9602] resolve issue for upgrading prettier ( #4554 )
...
* Build(deps-dev): Bump prettier from 2.8.8 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.5.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Resolve issue for upgrading prettier
* Update ADF
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 11:47:59 +02:00
Grzegorz Jaśkowski
325d072c4d
[ACS-9536] fix failing unit tests ( #4556 )
...
* [ACS-9536] fix failing unit tests, use correct testing module
* [ACS-9536] provide mock service for preview unit tests
2025-05-12 10:06:21 +02:00
AleksanderSklorz
2be3b94077
[ACS-9546] knowledge retrieval question is repeated when new question is asked ( #4555 )
...
* [ACS-9546] Fixed repeating displayed question for knowledge retrieval
* [ACS-9546] Fixed not displayed border around answer
* [ACS-9546] Unit tests
2025-05-08 15:23:57 +02:00
Denys Vuika
6928d8de13
AAE-34494 break dependency on ADF mat selectors ( #4536 )
2025-04-25 11:49:19 -04:00
Alfresco Build
680b11ba2e
GH Auto: Upstream dependencies ADF:8.1.0-14660630465 JS-API:9.1.0-14660630465 using Tag:8.1.0-14660630465 ( #4533 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-14660630465 JS:9.1.0-14660630465
* [ACS-9564] Fix rendering of Knowledge Retrieval answer after change in answer structure
* incease viewer load time waiting
* exclude test XAT-5470 ACS-9580
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com >
Co-authored-by: akashrathod28 <akash.rathod@hyland.com >
2025-04-25 15:19:38 +02:00
Mykyta Maliarchuk
ba1ef44fdf
[ACS-9554] Redirect from permissions page after node delete ( #4531 )
2025-04-25 10:33:57 +02:00
AleksanderSklorz
f201760ba2
[ACS-9535] open links inside strings in md format as separated browser tab ( #4521 )
...
* [ACS-9535] Opening embedded links in MD formatted answer as new tab
* [ACS-9535] Unit tests for marked options
2025-04-18 08:03:20 +02:00
AleksanderSklorz
6a3c888f18
[ACS-9427] support md format of response for knowledge retrieval ( #4502 )
...
* [ACS-9427] Added library for markdown format
* [ACS-9427] Display tooltip with mermaid source code and preprocess markdown format
* [ACS-9427] Rendering mathematical formulas
* [ACS-9427] Styling tables
* [ACS-9427] Added support for programming code language in MD
* [ACS-9427] Fixed existing unit tests for search ai results component
* [ACS-9427] Unit tests for markdown data and rendering of markdown
* [ACS-9427] Unit tests for markdown containing mermaid and latex blocks
* [ACS-9427] Reverted unwanted change
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed unit test
* [ACS-9427] Fixed unit test
* [ACS-9427] Fixed unit test
2025-04-07 08:10:20 +02:00
AleksanderSklorz
4e37f194ac
[ACS-9225] serious a11y testing side bar elements must meet minimum color contrast ratio thresholds ( #4425 )
...
* [ACS-9225] Fixed color contrast ratio for sidebar elements
* [ACS-9225] Fixed color contrast ratio for sidebar elements
2025-03-03 11:09:10 +01:00
Mykyta Maliarchuk
9724f46258
[ACA-4735] Fix search input focus styles ( #4418 )
2025-02-28 15:40:04 +01:00
AleksanderSklorz
0696ce82ba
[ACS-9344] change permissions error message for opening records management library ( #4414 )
...
* [ACS-9344] Changed error messages
* [ACS-9344] Unit tests
* [ACS-9344] Fixed unit test
2025-02-27 08:05:44 +01:00
Mykyta Maliarchuk
4751dcd12c
[ACS-9158] Remove 'View Details' button from node Details page ( #4351 )
...
* [ACS-9158] Remove 'View Details' button from node Details page
* [ACS-9158] remove redundant onDestroy$
* cr fix
2025-02-21 14:53:22 +01:00
AleksanderSklorz
c799049790
[ACS-8782] list of frozen files under a hold ( #4406 )
...
* [ACS-8782] Exported content management service and hide drag and drop hint when files can not be uploaded
* [ACS-8782] Unit tests
* [ACS-8782] Fixed unit test issues
* [ACS-8782] Fixed unit test issues
2025-02-20 14:12:07 +01:00
Mykyta Maliarchuk
261cdaebed
[ACS-9266] Make notification and user menu accessible with keyboard ( #4394 )
...
* [ACS-9266] Make notification and user menu accessible with keyboard
* [ACS-9266] cr fixes
* [ACS-9266] cr fix
* [link-adf:dev-mmaliarchuk/ACS-9266-Notification-and-user-menu-are-not-accessible-with-keyboard][ci:force]
* empty commit
2025-02-17 14:05:02 +01:00
dominikiwanekhyland
a70378bffc
[ACS-6849][ACA] Upgrade to Angular 17 ( #4275 )
2025-02-12 14:42:09 +01:00
dominikiwanekhyland
2093a7acc1
[ACS-9229] a11y testing: Search Page / Elements must only use supported ARIA attributes ( #4383 )
2025-02-10 10:06:29 +01:00
dominikiwanekhyland
85e0b43359
[ACS-9228] a11y testing: Search Page / Buttons must have discernible text ( #4376 )
2025-02-07 08:52:17 +01:00
Mykyta Maliarchuk
09636b377d
[ACS-9211] Update license headers ( #4372 )
2025-02-04 12:11:48 +01:00
dominikiwanekhyland
75f25e9741
[ACS-9083][ADW] Comment creation is available after document is retained (declared as record) ( #4359 )
2025-01-30 10:32:04 +01:00
swapnil-verma-gl
02caa7acbd
[ACS-9119] Saved Search navbar title now gets translated ( #4356 )
...
* [ACS-9119] Fixed issue where Saved Search Nav Bar title was not getting updated on changing language
* [ACS-9119] Added unit test
* [ACS-9119] Added null safety check
* [ACS-9119] Addressed PR comments
* [ACS-9119] Fixed Unit test
2025-01-29 15:24:30 +05:30
MichalKinas
3bfeca3b86
[ACS-9166] Migrate Saved Searches to preferences API from config file ( #4358 )
...
* [ACS-9166] Migrate Saved Searches to preferences API from config file
* [ACS-9166] Remove unused components
* [ACS-9166] Unit test fix
* [ACS-9166] sorting test fix
* [ACS-9166] Bump ADF version
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com >
2025-01-28 11:48:45 +01:00
MichalKinas
1b170f69e5
Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" ( #4347 )
...
This reverts commit 0dfd2c17ab
.
2025-01-20 12:38:19 +01:00
MichalKinas
0dfd2c17ab
[ACS-9166] Migrate Saved Searches to preferences API from config file ( #4340 )
...
* [ACS-9166] Migrate Saved Searches to preferences API from config file
* [ACS-9166] Update ADF
* [ACS-9166] Remove unused components
* [ACS-9166] Unit test fix
* [ACS-9166] sorting test fix
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com >
2025-01-20 11:18:18 +01:00
dominikiwanekhyland
52b4060e78
[ACS-8960] Review and apply required inputs where possible ( #4339 )
2025-01-17 13:15:35 +01:00
AleksanderSklorz
72e740502e
[ACS-6486] in breadcrumb the file title is not updating after editing ( #4337 )
...
* [ACS-6486] Update breadcrumb when file name is changed on details page
* [ACS-6486] Added unit tests
* [ACS-6486] Made injected services as readonly
2025-01-15 15:42:34 +01:00
swapnil-verma-gl
03e505a898
[ACS-8902] Fixed incorrect icon for join library option ( #4310 )
2024-12-23 13:02:56 +05:30
swapnil-verma-gl
111f3f99e8
[ACS-8998] Added validation to search input to disallow certain special characters ( #4253 )
...
* [ACS-8998] Added validation to search input to disallow certain special characters
* [ACS-8998] Search input now replaces text: with TEXT: on submit, instead of giving a validation error
* [ACS-8998] Reverted unneeded padding change
* [ACS-8998] Calling search term getter instead of searchFormControl.value directly
2024-12-18 12:37:33 +05:30
tamaragruszka
af6deb4388
[ACS-8160] apply styles for tags in info drawer ( #4126 )
...
Co-authored-by: jacekpluta <73617938+jacekpluta@users.noreply.github.com >
2024-12-11 13:49:12 +01:00
MichalKinas
93157d2e60
[ACS-9012] Truncate text in saved searches description ( #4265 )
...
* [ACS-9012] Truncate text in saved searches description
* [ACS-9012] Truncate name column and navigation menu items
* [ACS-9012] Unit test fixes
2024-12-05 15:04:52 +01:00
AleksanderSklorz
6734da9825
[ACS-8999] rename confirmation button label for closing conversation dialog ( #4261 )
...
* [ACS-8999] Renamed confirmation button label for closing conversation dialog in AI results page
* [ACS-8999] Unit tests, set maxWidth
2024-11-28 12:30:07 +01:00
dominikiwanekhyland
a37fec5a7a
[ACS-9010] Loading spinner is not shown on search results page when filtering for files or folders ( #4263 )
2024-11-28 10:29:45 +01:00
dominikiwanekhyland
f8c6b6bbd8
[ACS-8898] Empty context menu on multi-selected libraries ( #4260 )
2024-11-27 15:34:01 +01:00
dominikiwanekhyland
adda597f15
[ACS-8959] Introduce new takeUntilDestroyed
operator ( #4237 )
2024-11-21 10:49:49 +01:00
swapnil-verma-gl
dec6c41e5c
Release 5.2.0 ( #4249 )
...
* Release 5.2.0
* Fixed build issue
* Updated correct dependency versions. Updated compatibility matrix to denote correct ACS version
2024-11-21 13:47:52 +05:30
MichalKinas
90cb0d4db0
[ACS-9008] Proper form initialization for Saved Searches ( #4243 )
...
* [ACS-9008] Proper form initialization
* [ACS-9008] Add saved search form interface, fix other dialog
2024-11-18 15:11:00 +01:00
MichalKinas
baaa8ca37b
[ACS-8991] Fix sidenav issue when clicking on manage saved searches ( #4238 )
2024-11-18 15:10:32 +01:00
MichalKinas
90ca3707f7
SonarCloud fixes ( #4235 )
2024-11-13 14:26:24 +01:00
jacekpluta
27e318aaa0
[ACS-8924] Failing Sonar job ( #4219 )
2024-11-13 14:03:35 +01:00
MichalKinas
a74d189167
[ACS-8634] Add new option to edit changes in saved search or save as new ( #4229 )
...
* [ACS-8634] Add uniqueness validation for saved searches
* [ACS-8634] Saved searches edit or save as new
* [ACS-8634] CR fixes
* [ACS-8634] Sonar fixes
* [ACS-8634] Accept last saved searches when navigated from
* [ACS-8634] Display empty list of saved searches
* [ACS-8634] Proper url check
* [ACS-8634] Add new option to execute saved search
* [ACS-8634] CR fixes
* [ACS-8634] Sonar fix
2024-11-08 12:45:24 +01:00
Grzegorz Jaśkowski
71764b09e2
[ACS-8706] split context menu to allow injecting actions ( #4203 )
...
* ACS-8706 split context menu to allow injecting actions
* ACS-8706 fix class naming, add context menu components unit tests
* ACS-8706 add context menu service, effects and directive unit tests
* ACS-8706 review remarks - redundant condition, directive unit tests
* ACS-8706 improve unit testing approach, remove unnecessary class attributes
* ACS-8706 documentation
* ACS-8706 fix sonar issues
* ACS-8706 replace takeUntil with takeUntilDestroyed
* ACS-8706 fix sonar lint issue
* ACS-8706 change incorrect import path
2024-11-08 08:26:33 +01:00
dominikiwanekhyland
c2d2f95095
[ACS-8634] "Manage Searches" - a full page list of saved searches ( #4181 )
...
* [ACS-8751] Adapt search results to handle query encoding and state propagation
* Changes after CR, bug fixed
* Changes after CR, bug fixed
* [ACS-8634] "Manage Searches" - a full page list of saved searches
* Changes after Code Review
* [ACS-8634] Update package-lock
* [ACS-8634] Minor fixes
* [ACS-8634] Use latest ADF, fix unit tests
* [ACS-8634] Fix package lock
* [ACS-8634] Minor fixes
* [ACS-8634] CR fixes
* [ACS-8634] Sidenav state fixes
* [ACS-8634] Final fix for sidenav state
* [ACS-8634] CR fixes
* [ACS-8634] CR fix
---------
Co-authored-by: MichalKinas <michal.kinas@hyland.com >
2024-10-31 14:16:23 +01:00
MichalKinas
cacc4149fa
[ACS-8956] Add new ESLint rule for self-closing tags ( #4211 )
2024-10-31 09:54:23 +01:00
AleksanderSklorz
d25c08a2c5
[ACS-8807] Fixed answer formatting ( #4209 )
2024-10-30 10:26:26 +01:00