328 Commits

Author SHA1 Message Date
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
Wojciech Duda
5bd8357169
AAE-30880 Remove usage of commonjs buffer package (#4379)
* AAE-30880 Remove usage of commonjs buffer package

* AAE-30880 Replace missing conversion with atob

* AAE-30880 Utilize TextEncoder tool
2025-02-07 14:59:02 +01:00
Mykyta Maliarchuk
6a5e894998
[ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text (#4384)
* [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text

* [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text
2025-02-07 13:36:32 +01:00
Mykyta Maliarchuk
0446ef6090
[ACS-9236] a11y testing: Create Rule - Buttons must have discernible text (#4381) 2025-02-07 13:35:04 +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
e0fa9d6d5c
[ACS-9213] Update license visible on login page from SSO (#4373) 2025-02-04 14:21:20 +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
Alfresco Build
003537ff1c
GH Auto: Upstream dependencies ADF:7.0.0-alpha.8-13013055766 JS-API:8.0.0-alpha.8-13013055766 using Tag:7.0.0-alpha.8-13013055766 (#4349)
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13013055766  JS:8.0.0-alpha.8-13013055766

* fix test

---------

Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
2025-01-29 10:36:45 +01:00
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
AleksanderSklorz
0286d08b63
Post release version bump (#4357) 2025-01-27 13:15:30 +01:00
AleksanderSklorz
fa7eac8320
Release 5.3.0 (#4354) 2025-01-27 10:53:34 +01:00
Alfresco Build
ace245460e
New Crowdin translations by GitHub Action (#4343)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-01-24 09:55:32 +01:00
MichalKinas
1b170f69e5
Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" (#4347)
This reverts commit 0dfd2c17ab9537a144803c19ee1c1b90482d66a6.
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
swapnil-verma-gl
d30c933259
[MNT-24575] Added dialog to display folder information (#4282)
* [MNT-24575] Created folder information dialog

* [MNT-24575] Added unit tests

* [MNT-24575] Integrated API calls into folder information

* [MNT-24575] Added models

* [MNT-24575] Added delay to API retry call. Added unit test for API retry functionality

* [MNT-24575] Folder information is no longer shown in trashcan

* [MNT-24575] Folder information is no longer shown in trashcan

* [MNT-24575] Added return type to function. Consolidated different properties into a single type

* [MNT-24575] Addressed Code review comments

* [MNT-24575] Addressed code review findings. Added error handling and unit tests

* [MNT-24575] Updated template to use adf-icons

* [MNT-24575] Using variables in SCSS
2025-01-17 15:52:18 +05:30
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
Alfresco Build
92cf582b90
New Crowdin translations by GitHub Action (#4318)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-01-02 10:41:48 +01:00
swapnil-verma-gl
03e505a898
[ACS-8902] Fixed incorrect icon for join library option (#4310) 2024-12-23 13:02:56 +05:30
MichalKinas
65763df7ef
[ACS-8604] Add new param to control undo for deleting nodes (#4308)
* [ACS-8604] Add new param to control undo for deleting nodes

* [ACS-8604] Unit test fixes
2024-12-19 10:18:56 +01:00
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
Alfresco Build
07d0203f74
New Crowdin translations by GitHub Action (#4300)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-12-16 16:20:25 +01:00
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
Alfresco Build
079f362c5d
New Crowdin translations by GitHub Action (#4289)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-12-09 11:57:31 +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
MichalKinas
85b4455b0d
Test translation cleanup (#4285) 2024-12-05 11:29:37 +01:00
MichalKinas
58e21189f6
Test translation added (#4283) 2024-12-05 10:57:35 +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
swapnil-verma-gl
7985f76b5d
Post release version bump (#4250)
* Post release version bump for aca-content and aca-shared

* Post release version bump

* Fixed dependency versions
2024-11-21 15:38:57 +05:30
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
Tiago Salvado
ad0ec78e02
[MNT-24648] Turn page selector button visible (#4233) 2024-11-12 15:03:08 +00:00
lbiedrzycki
173254262b
[MNT-24622] Add files via upload (#4202)
* Add files via upload

* Update ar.json

* Update cs.json

* Update da.json

* Update de.json

* Update es.json

* Update fi.json

* Update fr.json

* Update it.json

* Update ja.json

* Update nb.json

* Update nl.json

* Update pl.json

* Update pt-BR.json

* Update ru.json

* Update sv.json

* Update zh-CN.json
2024-11-12 15:26:46 +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
Mykyta Maliarchuk
df6fdb38b0
[ACS-8914] Fix error on manage rules page open (#4228)
* [ACS-8914] fix error on manage rules page open

* [ACS-8914] sonar issue
2024-11-07 10:09:47 +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