Commit Graph

170 Commits

Author SHA1 Message Date
AleksanderSklorz
43b96fc796 [ACS-3758] 880526 modal is closed focus is not returned to trigger in the create new menu (#2809)
* ACS-3758 Return focus to New button after closing dialog opened from New menu

* ACS-3758 Fixed unit tests
2022-11-24 13:18:07 +01:00
SheenaMalhotra182
692952aa31 [ACS-3967] added open sans font to ACA (#2775)
* added open sans font to ADW

* removed unused fonts
2022-11-24 15:13:04 +05:30
MichalKinas
ad9b532c53 [ACS-4036] Move ay11 focus feature to one file and fix 'jumping' (#2805)
* [ACS-4036] Move ay11 focus feature to one file and fix 'jumping'

* [ACS-4036] Move ay11 stylesheet to correct folder
2022-11-24 10:11:38 +01:00
Bartosz Sekuła
456454fee1 [AAE-10533] Generic App shell for HxP applications (#2679)
* [AAE-10533] Generic App shell for HxP applications

* refactor

* fix scss mixin path

* remove forRoot in content-plugin

* remove provided routers

* revert router service

* revert template usage

* Added shell markdown

* Move login component to content-plugin

* Moved logic from app.component to app.service

* remove upload-area from shell

* cleaning

* cleaning

* update md

* abstract preferences

* allow to set shell parent route

* fix preferencesService name

* Fix for sidenav

* Fix CR comments

* [ci:force]

* move translation service mock to aca-shared

* fix e2e

* Fix page title

* remove drop area wrapper from whole application

* Fix e2e

* [ci:force]

* Remove blank page from shell

* Add upload files dialog

* [ci:force]

* Remove ExtensionsDataLoaderGuard from shell
2022-11-23 13:45:32 +00:00
AleksanderSklorz
ae551f03fc [ACS-3640] Reverting reverted changes for a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#2785)
* ACS-3640 Increasing time of autoclosing snackbar and adding X icon to close snackbar

* ACS-3640 Fix lint issues

* ACS-3640 Addressing PR comments

* ACS-3640 Fix lint issue

* ACS-3640 Added aria label for action icon

* ACS-3640 Fixed one left file

* ACS-3640 Fixed lint issues

* ACS-3640 Correction for e2e

* ACS-3640 Reverting reverted corrections for e2e

* ACS-3640 Use data automation id

* ACS-3640 Update ADF version
2022-11-21 10:48:22 +01:00
Alfresco Build
adab276159 Update branch for ADF 37066 and JS-API 5.2.0-420 [ci:force] (#2792)
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37064 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37064 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37066

* [AAE-11288] Change import from core to content-services due to a ADF directives refactoring

* [AAE-11288] Fix content-services directive not found since has been moved from ADF core to content-services package

* [AAE-11288] Fix directives imports from core to content-service into the spec files

* [AAE-11288] [ci:force] Fix unknown directives, importing the content directive module

* [ci:force] Updates @alfresco/adf-extensions and @alfresco/adf-content-services to 5.2.0-37065

Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
2022-11-18 13:37:13 +00:00
MichalKinas
ed22d2d32f [ACS-4013] Fix pagination focus styling (#2793)
* [ACS-4013] Fix pagination focus styling

* [ACS-4013] Missing style remove

* [ACS-4013] Moved pagination styling to proper place, make focus color var global

* [ACS-4013] CR fixes
2022-11-18 14:28:59 +01:00
SheenaMalhotra182
39f5904da8 updated pagination styling (#2787) 2022-11-18 10:53:20 +00:00
MichalKinas
cc9af931c6 [ACS-4009] Fix pagination styling (#2783) 2022-11-16 16:21:42 +00:00
rbahirsheth
5e94104c87 [ACS-3549] add role dialog in manage version dialog (#2768) 2022-11-16 09:09:13 +00:00
Denys Vuika
cc41a575ac Revert snackbar changes (#2778)
* Revert "[AAE-10766] upgrade to new About component (#2769)"

This reverts commit 5ce4835e4c.

* restore about dialog changes

* latest ADF alpha
2022-11-15 17:01:04 +00:00
Denys Vuika
5ce4835e4c [AAE-10766] upgrade to new About component (#2769)
* [AAE-10766] upgrade to new About component

* upgrade to latest ADF alpha

* update e2e to reflect snackbar changes

* Revert "update e2e to reflect snackbar changes"

This reverts commit 6164804bab.

* ACS-3640 a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#2734)

* ACS-3640 Increasing time of autoclosing snackbar and adding X icon to close snackbar

* ACS-3640 Fix lint issues

* ACS-3640 Addressing PR comments

* ACS-3640 Fix lint issue

* ACS-3640 Added aria label for action icon

* ACS-3640 Fixed one left file

* ACS-3640 Fixed lint issues

* use latest adf

* ACS-3640 Correction for e2e

Co-authored-by: Denys Vuika <denys.vuika@gmail.com>

* remove the action check from the snackbar

* update e2e

* update e2e

* update e2e

* Update e2e

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2022-11-14 23:55:06 +00:00
AleksanderSklorz
c26b9cafa9 ACS-3550 Added dialog role to move dialog (#2764) 2022-11-09 09:23:13 +00:00
MichalKinas
423ab7e2d2 [ACA-4622] Add focus for raised buttons (#2752) 2022-11-01 09:22:58 +00:00
AleksanderSklorz
fd83219d54 [ACS-3545] a11y aca metadata sidebar (#2742)
* ACS-3545 Added aria label to progress bar for metadata sidebar

* ACS-3545 Fixed lint issues
2022-10-27 09:18:37 +01:00
Denys Vuika
1de59d7295 [ACS-3668] Release 3.1.0 (#2740)
* update app config

* upgrade ADF to release version

* bump app version

* release reports
2022-10-25 11:25:33 +01:00
rbahirsheth
c2145001b3 [acs-3548] fixed csv file issues(878577) (#2729) 2022-10-18 17:18:46 +01:00
arohilaGL
2d6375aad1 [ACS-3546] Fix for Create new folder a11y (#2715)
* [ACS-3546] Fix for Create new folder a11y

* lint issue fix
2022-10-18 15:44:00 +02:00
jatin2008
1a38cf398b [ACS-3548] aria-level issue resolved for accessibility in details component (#2717)
* ACS-3548 issues resolved

* aria-label removed from h1 tag as it already has title

* aria level issue for accessibility fixed in details component
2022-10-18 10:59:58 +01:00
jatin2008
b62e9951d1 [ACS-3548] accessibility issues fixed for ACS-3548 (#2695)
* ACS-3548 issues resolved

* aria-label removed from h1 tag as it already has title
2022-10-14 12:38:18 +01:00
MichalKinas
3e44f46575 [ACS-3552] Accessibility fixes for CSV file issues (#2705)
* [ACS-3552] Accessibility fixes for CSV file issues

* [ACS-3552] Fix tabindex attribute values
2022-10-11 23:46:10 +01:00
arohilaGL
9b7115cebb [ACS-3551] a11y fix for search results view (#2693) 2022-10-07 09:29:11 +01:00
Shubham Bansal
08d4f46573 ACA-4615 view profile functionality should also be visible for SSO users (#2694) 2022-10-06 12:16:25 +01:00
jatin2008
0333e4a066 [Content-ee][ADW] Alfresco Administrators - private and moderate libraries - can't join to libraries issue resolved (#2687) 2022-10-04 12:04:41 +01:00
MichalKinas
bbfe5da8a4 [ACS-3590] Fix contrast issues, add missing focus indicators (#2673)
* [ACS-3590] Fix contrast issues, add missing focus indicators

* [ACS-3590] Add css color variables
2022-10-03 13:15:37 +01:00
arohilaGL
f49e57f474 [ACS-3538] Fix of A11y issue for create menu (#2670) 2022-09-28 14:54:35 +01:00
jatin2008
8f37a69fb6 [ACS-3548] heading added to resolve heading accessibility issue (#2665)
* heading added to resolve heading accessibility issue

* localization changes
2022-09-26 14:17:33 +05:30
Shubham Bansal
dc215dc034 ACA-4615 : Restrict Edit Profile functionality to ECM users only (#2662)
* ACA-4615 Restrict Edit Profile functionality to ECM users only
2022-09-22 17:00:29 +00:00
MichalKinas
9cf9fa01f9 ACS-3544 Fix accessibility issues in trashcan (#2659) 2022-09-21 11:48:45 +01:00
MichalKinas
cef23e69f4 [ACS-3537] - Fix accessibility issues in personal files (#2652)
* [ACS-3537] - Fix accessibility issues in personal files

* [ACS-3537] - Missing semicolon
2022-09-21 09:49:16 +01:00
Denys Vuika
fdc1dadf26 [ACA-4612] ACA: integrating with the local ADF source code (#2658)
* linked ADF runs

* configure excludes
2022-09-20 16:17:50 +01:00
Gloria Camino
f48a5b8483 LOC-391 Fix for ACA-4606 - Updated strings in 16 languages (#2647) 2022-09-16 12:38:49 +01:00
Denys Vuika
cd8ffe70c8 cleanup unused theming (#2624) 2022-09-15 09:56:13 +01:00
Shubham Bansal
87638c8811 ACA-4600-adding-input-validations-for-edit-profile (#2601)
* ACA-4600 Added input field validations for edit profile page
2022-09-12 15:06:50 +00:00
Sushmitha V
49e48abf3a [AAE-6294] The list should be refreshed without allowing a used to se… (#2629)
* [AAE-6294] The list should be refreshed without allowing a used to select the same folder already deleted

* Changes done as per comment

* resolved build fails
2022-09-12 14:24:19 +02:00
Gloria Camino
402a14368d LOC-383 - Updated UI files in 16 languages for ACA 2.13 release (#2619) 2022-09-02 15:46:12 +01:00
Denys Vuika
b8a81e3074 fix test warnings (#2613) 2022-09-01 13:08:04 +01:00
Robert Duda
a77ab38ab5 [AAE-10512] Several icons cut off due to a fix introduced in Angular 14 (#2612)
* [AAE-10512] Several icons cut off due to a fix introduced in Angular 14

* Moved added style to higher hierarchy file
2022-09-01 11:23:24 +02:00
Denys Vuika
69cb107dd9 Angular 14 upgrade (#2598)
* angular 14

* material 14 and ADF 14

* latest ADF 5.x and theme import fixes

* use latest ADF 5.x

* update build command

* update travis command

* upgrade ngrx to v14

* upgrade flex layout lib

* fix after rebase

* fix after rebase

* upgrade to latest ADF
2022-08-25 12:05:00 +01:00
Bartosz Sekuła
c60a3b51cf [AAE-10283] Fix deployment of content-ee and content-ee-apa with dynamic themes (#2606) 2022-08-25 10:22:56 +02:00
Shubham Bansal
9bfd4ce9fe ACA-4600 Added Edit Profile Functionality (#2597) 2022-08-17 10:52:57 +00:00
Ardit Domi
a5ef6507f8 [AAE-10029] - Change auth guard to support BPM configuration (#2578) 2022-08-11 13:14:44 +03:00
Denys Vuika
fa68c6fcf4 Angular 13 upgrade (#2493)
* upgrade to Angular 13

* upgrade datetime picker libs

* upgrade to eslint 13

* fix eslint issues

* downgrade datetime picker

* fix scss builds

* use proper node version on travis

* fix e2e check

* fix test run

* upgrade ngrx to 13

* use latest ADF 5.x

* add missing ban plugin for eslint

* use latest ADF 5.x branch

* use latest ADF 5.x

* use latest ADF

* sync libs with adf and apps

* Updating to the right version of mat-datetime-picker

* Fix Test Suites: Search - AAE-10222

* Satisfy linter

* upgrade to adf 5.0.0-angular.13

* upgrade adf to 5.0.0-angular.13.1

Co-authored-by: Andras Popovics <popovics@ndras.hu>
Co-authored-by: MichalFidor <michal.fidor@hyland.com>
2022-08-09 18:39:25 +01:00
Thomas Hunter
30eebfa1e2 [ACA-3379] Routing & skeleton for manage rules screen (#2575)
* [ACA-3379] Routing & skeleton for manage rules screen

* Linting

* Update routing so it's no longer lazy loaded

* Reverted to using lazy-loaded routes

* Remove action visibility from favourites, update e2e test data
2022-08-02 12:46:47 +01:00
Thomas Hunter
a9f1946a0a [ACS-3255] Add basic dialog for create / update rule (#2568)
* [ACS-3255] Add basic dialog for create / update rule

* Remove test data

* Fix import

* Fix linting
2022-07-15 16:37:41 +01:00
Denys Vuika
8312bf8d84 [ACS-3217] initial project scaffold for the Folder Rules (#2566)
* initial project scaffold

* visibility rules placeholders

* custom scope for rules evaluators

* unit tests and minor improvements

* update e2e

* add write permission check

* update e2e

* update e2e

* enable the env variable

* fix tests

* update e2e

* fix e2e
2022-07-08 10:53:53 +01:00
Denys Vuika
838f5f2ec2 Revert "[ACS-3216] introduce folder rules flag (#2565)"
This reverts commit 36da361b7f.
2022-07-06 09:45:26 +01:00
Denys Vuika
36da361b7f [ACS-3216] introduce folder rules flag (#2565) 2022-07-04 16:25:36 +01:00
Thomas Hunter
866ac19d82 [ACS-3109] Release 2.11.0 (#2549)
* [ACS-3109] Release 2.11.0

* Update git links in changelog
2022-06-16 17:06:17 +01:00
Amedeo Lepore
18270d3368 [AAE-6242] upload a new version of a file attached in a form (#2524)
* [AAE-8822] Use ADF New Version Uploader dialog instead of using node-version dialog, to allow to upload new file version and to manage file versions

* [AAE-8822] Add versionUpdateDialog unit tests

* [AAE-8822] Add openVersionManagerDialog unit tests

* [AAE-8822] Fix lint problem

* [AAE-8797] Update slector with new adf version uploader dialog class

* [AAE-8797] Remove unused node versions dialog, since the ADF NewVersionUploaderService is used
2022-06-07 09:48:24 +02:00