Commit Graph
509 Commits
Author SHA1 Message Date
MichalKinasandAdam Świderski 199d31f1cd [ACS-10286] Add label and aria expanded to the rule set header (#4834)
* [ACS-10286] Add proper role and aria attributes to rule section header

* [ACS-10286] Add unit tests and main rule set coverage

* [ACS-10286] Rework component to use material expansion panel

* [ACS-10286] CR changes

* [ACS-10286] excluded XAT-907

---------

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-10-08 13:18:16 +02:00
MichalKinas 0f1f487c75 [ACS-10285] Fix rule toggle label (#4833) 2025-10-07 09:56:07 +02:00
AleksanderSklorz 59237a22d5 [ACS-10214] Fixed navigation for go to personal files button on profile page (#4828) 2025-10-07 08:05:43 +02:00
MichalKinas 435c1be7bb [ACS-10297] Add label and title to back button in about section (#4827) 2025-10-03 15:37:37 +02:00
MichalKinas ddf3aa4c3d [ACS-10448] Move theme variables from ADF to ACA (#4823)
* [ACS-10448] Move theme variables from ADF to ACA

* [ACS-10448] Use latest ADF alphas
2025-10-01 16:25:57 +02:00
dominikiwanekhyland f8401f55d5 [ACS-10116] [ACA] Search page renders HTML from the Description,Title field instead of showing it as plain text (#4784) 2025-09-18 14:33:58 +02:00
dominikiwanekhyland 96b7c73915 [MNT-25285] Unable to change version preview from within the preview window (#4789) 2025-09-10 13:05:53 +02:00
rmnvch 8227f311c3 [ACS-10036] [ACS-10038] Evaluators for folder information and bulk updates (#4786)
* [ACS-10036]: provides evaluator for folder size feature

* [ACS-10036]: adds tests for folder info evaluator

* [ACS-10038]: provides evaluator for bulk update feature

* [ACS-10038]: adds tests for bulk update feature

* [ACS-10038]: updates documentation
2025-09-10 06:27:42 +02:00
rmnvch 74448ac12e [ACS-10035] Ensure ADW handles no PUT for preferences API method in ACS below 25.x v. [PoC] (#4750)
* [ACS-10035]: adds evaluator and helper functions

* [ACS-10035]: disables navbar savedSearch for non-supported versions

* [ACS-10035]: extends app extension service to allow manual rule evaluation; clean up

* [ACS-10035]: introduces pipe as an alternative option for compatibility check

* [ACS-10035]: disables save search feature if is not supported

* [ACS-10035]: adds test for new method

* [ACS-10035]: sonarQube issue

* [10035]: adds unit tests for evaluators and helper fns

* [ACS-10035]: fixes failed test

* [ACS-10035]: fixes naming

* [ACS-10035]: fixes race condition issue on direct page refresh

* [ACS-10035]: fixes import

* [ACS-10035]: sonarQube issues

* [ACS-10035]: fixes sonarQube with fake versions

* [ACS-10035]: fixes tests

* [ACS-10035]: improves pipe logic stream

* [ACS-10035]: fixes sonarQube; adjusts tests

* [ACS-10035]: adds documentation

* [ACS-10035]: exposes isFeatureSupportedInCurrentAcs from aca-content lib

* [ACS-10035]: minor fixes

* [ACS-10035]: typo fix
2025-09-09 07:21:52 +02:00
dominikiwanekhyland 5698d5c094 [ACS-10076] [ACA] Search input clears when using special search with text:value (#4751) 2025-09-03 17:08:36 +02:00
Ehsan Rezaei 7fba034c74 AAE-37857 Removing ADF from the list of peerDependencies (#4774)
* AAE-37857 Bumping verisons to fix upstream

* AAE-37857 Removing ADF from the list of peerDependencies
2025-09-01 18:26:50 +02:00
Grzegorz Jaśkowski 887455a0ef [ACS-9768] remove deprecated methods from auth related components (#4688)
* [ACS-9768] remove deprecated methods from auth related components [link-adf:ACS-9768-Remove-deprecated-methods-from-auth-related-components]

* [ACS-9786] replace deprecated methods
2025-08-28 14:35:21 -04:00
dominikiwanekhyland 1949909eea Fix/upstream (#4763) 2025-08-28 16:33:27 +02:00
dominikiwanekhyland 8a0ddbd927 Fix peerDependencies versions (#4762) 2025-08-28 14:19:56 +02:00
Grzegorz Jaśkowski 396add1e88 [ACS-9859] replace deprecated APIs and modules (#4687)
* [ACS-9859] replace deprecated APIs and modules

* [ACS-9859] delete deprecated code

* [ACS-9859] fix rebase errors

* [ACS-9859] revert wrong code deletion

* [ACS-9859] fix after rebase
2025-08-27 09:24:24 +02:00
dominikiwanekhyland 4bda5c9a51 Post release version bump (#4759)
* Post release version bump

* Post release version bump
2025-08-26 11:46:23 -04:00
dominikiwanekhyland af27269ffb Release 7.1.0 (#4756) 2025-08-26 13:39:19 +02:00
Denys Vuika 49a2c9bc47 AAE-37689: Remove unused Angular CLI dependency (#4749)
* remove unused Angular CLI dependency

# Conflicts:
#	package-lock.json

* remove unused @schematics/angular dependency (already wrapped by nx/angular)

* remove the test messing with date pipe
2025-08-22 07:21:45 -04:00
Alfresco Build 15f1961dd5 GH Auto: Upstream dependencies ADF:9.1.0-16939056653 JS-API:10.1.0-16939056653 using Tag:9.1.0-16939056653 (#4739) 2025-08-13 12:11:38 -04:00
Alfresco BuildandCrowdin Bot 91db6920d0 New Crowdin translations by GitHub Action (#4725)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-08-11 07:51:04 -04:00
Denys Vuika 0b6604a43e AAE-37293 switch to provider api (#4735) 2025-08-08 08:58:59 -04:00
Denys Vuika 932cbeeadc AAE-37292 Bug fixes and code improvements (#4733) 2025-08-07 07:44:13 -04:00
Shivangi Shree a1d4fa047f [ACS-9374] [ACS-9590] Fix search pop up and infinite loading animation (#4717)
* [ACS-9374] Prevent search popup flicker on Enter key press

* feat: WIP - fixing search input errors for draft PR

* Add test for mat-error on empty search term and handle loading state properly

* Add test for mat-error on empty search term and handle loading state properly

* Add whitespace error and fix unit test for checkbox

* Fix sonarcloud issue for exception

* [ACS-9374] Add validator to aca-shared

* [ACS-9374] Simplify HTML by handling error state in TypeScript

* [ACS-9374] Fix error validation process

* [ACS-9374] Fix sonarcloud issue

* [ACS-9374] Prevent library search with search term less than 2 characters

* [ACS-9374] Show validation error on checking and unchecking checkbox

* [ACS-9374] Provide default value to hasLibrariesConstraint

* [ACS-9374] Close dropdown on search submission

* [ACS-9374] Close menu on search trigger

* [ACS-9374] Remove explicit 0 from setTimeout
2025-08-01 13:15:50 +05:30
Mykyta Maliarchuk b7dcb3b333 [ACS-9758][ACS-9719] Refactor Folder Rules unit tests (#4709)
* [ACS-9758][ACS-9719] Refactor Folder Rules unit tests

* [ACS-9758] sonar issues

* [ACS-9758] fix test naming

* [ACS-9758] fix test naming

* [ACS-9758] cr fixes
2025-08-01 09:02:14 +02:00
Mykyta Maliarchuk 1a2fab078e Revert "New Crowdin translations by GitHub Action (#4713)" (#4715)
This reverts commit ac8d2e7816.
2025-07-31 14:27:20 +02:00
Mykyta Maliarchuk 078925261a Revert "[ACS-9374][ACS-9590] Prevent search popup flicker on Enter key press …" (#4714)
This reverts commit c493824778.
2025-07-31 14:27:11 +02:00
Alfresco BuildandCrowdin Bot ac8d2e7816 New Crowdin translations by GitHub Action (#4713)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-07-31 08:16:53 +02:00
Shivangi Shree c493824778 [ACS-9374][ACS-9590] Prevent search popup flicker on Enter key press and infinite loading animation (#4683)
* [ACS-9374] Prevent search popup flicker on Enter key press

* feat: WIP - fixing search input errors for draft PR

* Add test for mat-error on empty search term and handle loading state properly

* Add test for mat-error on empty search term and handle loading state properly

* Add whitespace error and fix unit test for checkbox

* Fix sonarcloud issue for exception

* [ACS-9374] Add validator to aca-shared

* [ACS-9374] Simplify HTML by handling error state in TypeScript

* [ACS-9374] Fix error validation process

* [ACS-9374] Fix sonarcloud issue

* [ACS-9374] Prevent library search with search term less than 2 characters

* [ACS-9374] Show validation error on checking and unchecking checkbox

* [ACS-9374] Provide default value to hasLibrariesConstraint

* [ACS-9374] Close dropdown on search submission
2025-07-30 05:24:55 -04:00
dominikiwanekhyland 49ed11b7d4 [ACS-9911] Upgrade NgRx API (#4702) 2025-07-28 14:36:38 +02:00
rmnvch 4b750f8b7d MNT-25070: ADW - Search request is altered when using quote marks (#4666)
* [MNT-25070] adjust helper functions to handle special characters in queries

* [MNT-25070] fixes doubled requests on imperative navigation

* [MNT-25070] introduces unit tests for added search utility features

* [MNT-25070] clean-up

* [MNT-25070] adjusts [XAT-5579] e2e

* [MNT-25070] exclude failed e2e

* [MNT-25070] readebility improvements; memory leaks handling

* [MNT-25070] migrate from nested subscription to switchMap

* [MNT-25070] adds unit tests for changes

* [MNT-25070] removes any type from test setup

* [MNT-25070] fixes same custom query reapply parsing issue
2025-07-16 12:23:08 +02:00
Vito Albano 35b18c578d Fixed bump version rule (#4679) 2025-07-15 16:33:10 +01:00
Grzegorz Jaśkowski 4f51ea5b35 [ACS-9810] post release version bump (#4678) 2025-07-15 16:16:25 +02:00
Grzegorz Jaśkowski c98b8fe0c5 Release 7.0.0 (#4677)
* Release 7.0.0

* Release 7.0.0
2025-07-15 14:58:19 +02:00
Alfresco BuildandCrowdin Bot fdaf797588 New Crowdin translations by GitHub Action (#4668)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-07-11 07:20:36 -04:00
Denys Vuika 24c5f08f7b AAE-36580 bootstrap as standalone app (#4667) 2025-07-11 07:19:33 -04:00
Denys Vuika 9d3a8b6a7c AAE-36484 upgrade to standalone api (#4661) 2025-07-09 10:58:36 -04:00
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
Alfresco BuildandCrowdin Bot bcbdff9543 New Crowdin translations by GitHub Action (#4649)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-07-03 09:54:14 +02:00
AleksanderSklorz fa31a2d1a5 [AAE-36173] fix upstream (#4645)
* [AAE-36173] fix upstream

* [AAE-36173] Exclude test

* [AAE-36173] Exclude test
2025-07-01 11:21:52 +02:00
AleksanderSklorz 8e243db88d [MNT-25175] Display script name for folder rule (#4637)
* [MNT-25175] Display script name for folder rule

* [MNT-25175] Fixed e2e

* [MNT-25175] Exclude e2e tests

* [MNT-25175] Exclude e2e tests
2025-07-01 08:01:36 +02:00
Alfresco BuildandCrowdin Bot 4fec967ef3 New Crowdin translations by GitHub Action (#4636)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-27 09:43:55 +02:00
Mykyta Maliarchuk 29212b3cb3 [ACS-9249] Add number of files to Folder Information (#4626)
* [ACS-9249] Add number of files to Folder Information

* [ACS-9249] cr fix

* [ACS-9249] fix e2e's
2025-06-26 14:32:52 +02:00
Alfresco BuildandCrowdin Bot bc4c934aa0 New Crowdin translations by GitHub Action (#4625)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-23 13:17:37 +02:00
MichalKinas b57da70846 [ACS-5503] Folder rules rule update with correct error message when definition is invalid (#4610)
* [ACS-5503] Folder rules rule update with correct error message when definition is invalid

* [ACS-5503] Sonarlint fixes

* [ACS-5503] CR fixes
2025-06-17 10:57:21 +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
Mykyta Maliarchuk 8c3bf4738f [ACS-9702] Restore focus after closing dialog (#4590)
* [ACS-9702] restore focus after closing dialog

* [ACS-9702] link ticket to excluded test
2025-06-02 11:50:16 +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
Alfresco BuildandCrowdin Bot 1f2ae073c9 New Crowdin translations by GitHub Action (#4570)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-05-19 09:55:19 +02:00