Commit Graph

213 Commits

Author SHA1 Message Date
Ehsan Rezaei
9cb617ccae Fixing peer deps for ACA libs (#3847) 2024-05-17 15:57:20 +02:00
Grzegorz Jaśkowski
eeff4b9829 [ACS-6595] Add security marks for Folder Rules (#3835)
* [ACS-6595] Create dropdown box and load values for security marks action parameter

* [ACS-6595] add interface to mocked params

* [ACS-6595] change displayed value for security marks and groups to include name
2024-05-10 08:16:38 +02:00
tamaragruszka
acb848d39d [ACS-6647] covert aca:fields to app:fields (#3838) 2024-05-09 15:57:15 +02:00
MichalKinas
0f3f580e24 [ACS-6366] Add missing unit tests for app rules (#3831)
* [ACS-6366] Aca-shared rules cleanup

* [ACS-6366] Add missing unit tests for app rules

* [ACS-6366] Move context creation to beforeEach
2024-05-08 08:53:30 +02:00
Denys Vuika
1bb7df3850 Upgrade to latest ADF (#3797)
* upgrade to latest ADF

* upgrade to latest ADF

* remove useless import

* update CLI as well

* remove useless imports that are already covered by the routes
2024-04-17 09:35:07 -04:00
MichalKinas
971b9d8a24 Fix peer deps for ACA libs (#3790) 2024-04-15 13:05:29 +01:00
Denys Vuika
671f43c218 fix library dependencies (#3787) 2024-04-12 11:27:44 -04:00
tomson
4fed173552 [ACS-6823] Fix jumping selected files action bar (#3689) 2024-04-11 10:31:08 +02:00
tomson
dd8f97afc1 [MNT-24034] Display updated properties after edit folder in dialog (#3671) 2024-04-11 09:38:42 +02:00
Grzegorz Jaśkowski
92a1e25271 [ACA-4728] fix file order in viewer (#3631)
* [ACA-4728] fix file order in viewer

* [ACA-4728] refactor viewer and preview, save and restore previous sorting in viewer and document pages when client sorting, add viewer unit tests

* [ACA-4728] remove duplicated license

* [ACA-4728] add missing imports

* [ACA-4728] address comments, improve initial sorting setting, improve tests, reduce duplication

* [ACA-4728] further reduce code duplication, remove/replace faulty unit tests

* [ACA-4728] move reusable unit test config to testing module

* [ACA-4728] address comments

* [ACA-4728] address comment - remove reduntant if

* [ACA-4728] update headers in new files
2024-04-10 10:39:11 +02:00
Grzegorz Jaśkowski
4408eb4489 [ACS-7311] add no-angular-material-selectors eslint rule (#3732)
* [ACS-7311] add no-angular-material-selectors rule, fix errors

* [ACS-7311] fix faulty unit tests
2024-04-04 16:45:06 +02:00
Adam Świderski
d9391bef51 [ACS-7453] updated license header to 2024 (#3747)
* [ACS-7453] updated license header to 2024

* [ACS-7453] Updated the rest of licenses manually to 2024

* [ACS-7453] review changes
2024-03-29 12:35:49 +01:00
Denys Vuika
208122c936 [ACS-7376] switch to standalone pagination (#3744) 2024-03-28 12:17:06 -04:00
Mykyta Maliarchuk
b4dc7be2ad [ACS-7366] fix infinite re-rendering (#3739) 2024-03-28 13:01:05 +01:00
Denys Vuika
419f35e879 bug fixes for search input (#3724) 2024-03-25 09:56:14 -04:00
Mykyta Maliarchuk
965f68c0ac [ACS-6150] Folder rules - add category selector for link category action (#3701)
* [ACS-6150] folder rules - add category selector for link category action

* [ACS-6150] unit tests
2024-03-21 12:31:16 +01:00
tamaragruszka
a9780b352d [ACS-6587] ACA: Viewer does not update after restoring version and the toolbar disappears (#3669)
* [ACS-6587] update after restoring version

* [ACS-6587] update tests

* [ACS-6587] add tests and fixes

* resolve conflicts content-management.service.spec.ts
2024-03-11 11:54:27 +01:00
jacekpluta
789d07d59f [ACS-6565] ADW - Document List View Header - UX Bugs (Additional fixes) (#3685) 2024-03-10 15:55:35 +01:00
MichalKinas
00feb07d7d Correct caret versioning for ADF alphas (#3697) 2024-03-07 17:11:09 +01:00
MichalKinas
0908207ae3 Use latest ADF alpha as ACA packages dependency (#3695)
* Use latest ADF alpha as ACA packages dependency

* Fix js-api version

* Use caret versioning for ADF and JS-API inn ACA packages
2024-03-07 15:15:06 +01:00
MichalKinas
85b7b58df3 Version bump and dependecy fix (#3694) 2024-03-07 13:05:10 +01:00
MichalKinas
99f9106075 Release 4.4.0 (#3677) 2024-03-01 21:27:27 +01:00
DominikIwanek
224cd62cbb [ACS-6891] The user is not redirected to the library page after deleting the library from the Manage Members view (#3673) 2024-02-29 09:41:32 +01:00
MichalKinas
8c45ab95b7 [ACS-6831] Correctly pass stored displayAspect to metadata component (#3663)
* [ACS-6831] Correctly pass stored displayAspect to metadata component

* [ACS-6831] Bump ADF version
2024-02-26 12:30:45 +01:00
DominikIwanek
90e20e94a2 [ACS-6828] Clicking on search input when it has some content inside it does not allow user to edit search term (#3658) 2024-02-22 08:07:19 +01:00
MichalKinas
930e4b1f3c [ACS-6813] ACA configurable layout for search result list (#3656)
* [ACS-6813] Make search results list column configurable

* [ACS-6813] Documentation update

* [ACS-6813] Typo fix
2024-02-21 12:55:13 +01:00
MichalKinas
1141b810cb [ACS-6427] Apply * for TEXT field for highlighting (#3659) 2024-02-21 12:20:00 +01:00
MichalKinas
4766bfe707 [ACS-6427] Add search highlighting (#3637)
* [ACS-6427] Initial commit for search highlights

* [ACS-6427] Add correct highlighting config, handle highlights in search results

* [ACS-6427] CR fixes

* [ACS-6427] CR fix

* [ACS-6427] Locator fix

* [ACS-6427] E2E fix

---------

Co-authored-by: swapnil.verma <swapnil.verma@globallogic.com>
2024-02-15 16:26:09 +01:00
AleksanderSklorz
60a4abaa55 [ACS-5483] Renamed css class (#3638) 2024-02-15 13:44:01 +01:00
Mykyta Maliarchuk
7024bfc926 [ACS-4103] clear empty parameters for folder rules actions (#3641) 2024-02-14 10:40:38 -05:00
DominikIwanek
184ad17baf [ACS-6140] - Remove references to internal Angular Material CSS classes (#3620) 2024-02-13 13:22:57 +01:00
Grzegorz Jaśkowski
8e567cd483 [ACS-6641] fix advanced search filters not displaying, fix libraries search option unchecking (#3633) 2024-02-13 11:28:33 +01:00
jacekpluta
5f16e41147 [ACS-6565] ADW - Document List View Header - UX Bugs (#3619) 2024-02-07 14:03:26 +01:00
Mykyta Maliarchuk
bcb7e634d9 [ACS-6445] Address #PT20471_7 Missing Access Control (#3627) 2024-02-05 14:59:07 +01:00
Denys Vuika
4393f337c5 [ACS-6699] cleanup user info menu and details (#3625)
* cleanup user menu

* cleanup user info component
2024-02-02 16:43:03 +00:00
Alfresco Build
4e19bbeabd GH Auto: Upstream dependencies ADF:6.7.0-7675089335 JS-API:7.6.0-7675089335 using Tag:6.7.0-7675089335 (#3618)
* [ci:force][auto-commit] Update dependencies ADF:6.7.0-7675089335  JS:7.6.0-7675089335

* Update upstream to fix compatibility

---------

Co-authored-by: VitoAlbano <VitoAlbano@users.noreply.github.com>
Co-authored-by: Vito Albano <vito.albano@hyland.com>
2024-01-27 01:27:57 +00:00
Vito Albano
81669954b2 Upstream dependencies (#3617)
* Updated to the latest ADF

* Updated dependency for the libs

* Fixed package-lock
2024-01-26 18:54:41 +00:00
Mykyta Maliarchuk
c9dc3ce5ca [ACS-6583] fix flickering toolbar on folder upload (#3609) 2024-01-26 11:06:27 +01:00
jacekpluta
f628892cf3 [ACA-4730] Bottom part of the letters "g", "y" and "j" are cut in the inputs (#3612) (#3612) 2024-01-26 10:20:00 +01:00
MichalKinas
baeffc9416 [ACS-6489] Use resizable option to disable resize on thumbnail column (#3590) 2024-01-26 08:50:39 +01:00
MichalKinas
3f04f05da5 [ACS-6620] Use extensions instead of content key for viewer extensions (#3610) 2024-01-25 23:30:17 +01:00
swapnil-verma-gl
47fb269c4d [ACS-6642] Tags column and getTags API call is now dynamic on app.config.json for search page (#3607) 2024-01-24 12:12:45 +05:30
AleksanderSklorz
91cdb1a9d1 [ACS-5133] view details button is inactive in expanded view (#3603)
* ACS-5133 Allow to click View Details button in expanded view

* ACS-5133 Unit tests for returning to previous page when info drawer becomes closed

* ACS-5133 Unit tests for changes in expandInfoDrawer effect

* ACS-5133 Fix after rebase

* ACS-5133 Fix

* ACS-5133 Use first instead of filter

* ACS-5133 Fix e2e

* ACS-5133 Trigger jobs

---------

Co-authored-by: Akash Rathod <41251473+akashrathod28@users.noreply.github.com>
2024-01-21 20:11:36 +01:00
swapnil-verma-gl
dc2c7c9109 [ACS-6573] Manage permissions window can now be opened from inside file preview (#3596)
* [ACS-6573] Resolved issue where manage permissions window could not be opened when opened from inside file preview

* [ACS-6573] Fixed unit test
2024-01-12 17:42:43 +01:00
Bartosz Sekula
58070d9666 [AAE-19247] Add css variables for selected and hover menu item (#3592) 2024-01-10 11:20:17 +01:00
AleksanderSklorz
c67801963d ACS-6212 Corrected color for warning (#3589) 2024-01-09 10:16:17 -05:00
Mykyta Maliarchuk
70531e3215 [ACS-6325] Persisting configuration of document list columns size, visibility and order (#3562)
* [ACS-6325] save configuration for column width & visibility

* [ACS-6325] save document list columns configuration

* [ACS-6325] remove unused class
2024-01-08 11:22:31 +01:00
dependabot[bot]
f0b6bd3e4e Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0 (#3573)
* Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2024-01-04 20:14:00 -05:00
Anukriti Singh
6da7152c84 [MNT-23433] Close Preview button position (#3535)
* [MNT-23433] preview button configure

* [MNT-23433] e2e fix

* [MNT-23433] e2e fix for protractor

* [MNT-23433] default position set to right

* [MNT-23433] close button added for e2e

* [MNT-23433] documentation added

* [MNT-23433] removed close button from toolbar

* [MNT-23433]  passing close button position

* [MNT-23433] hide info icon

* [MNT-23433] add property for info button

* Upstream ADF-6.6.0-7386887320, Js-api-7.5.0-7386887320 version
2024-01-03 13:27:30 +05:30
DominikIwanek
8a97b3cc49 [ACS-6278] - Permissions manager should not be showed for smart folder (#3580) 2024-01-02 12:31:44 -05:00