Commit Graph

540 Commits

Author SHA1 Message Date
pionnegru
d7d876187e Revert "[ACA-2506] Header - Button does not have a role (#1229)"
This reverts commit 322cd27111.
2019-10-21 11:06:53 +03:00
Martin Muller
322cd27111 [ACA-2506] Header - Button does not have a role (#1229)
* Add aria label to avatar button

* Add tabindex 0 to make it tab focusable

* changed to button as div doesn't allow using tab for opening the menu
2019-10-17 19:53:56 +03:00
Martin Muller
1c1a365ac9 Trap the tab in the cdk overlay for the search input to make it possible to reach the Search filter checkboxes (#1227) 2019-10-17 18:12:39 +03:00
pionnegru
d616d393b8 no implicit returns 2019-10-16 13:38:02 +03:00
Denys Vuika
af67703371 enable noImplicitReturns rule 2019-10-16 09:45:52 +01:00
pionnegru
61bc80e538 set aria-expanded 2019-10-16 07:47:08 +03:00
pionnegru
a1224d2f72 action icons accessibility 2019-10-11 08:31:44 +03:00
pionnegru
aa0cbcfd38 set image name 2019-10-04 14:29:26 +03:00
Cilibiu Bogdan
f29c477ce8 [ACA-2499] Document list - search results accessibility (#1212)
* accessibility

* fix focus outline
2019-09-30 12:27:59 +03:00
Cilibiu Bogdan
edf1e52e94 [ACA-2745] Viewer - return to location on close (#1196)
* use viewNodeExtras when calling action

* open viewer based on ViewNodeExtras data

* resolve closing destination based on ViewNodeExtras query params

* remove unused param

* call ViewNodeAction with correct params

* update tests

* update docs
2019-09-06 14:17:29 +03:00
Cilibiu Bogdan
2aa44ac6d8 [ACA-2499] DocumentList - custom name column link does not have a role (#1188)
* custom element as accessibility link

* fix focus outline

* internationalization key

* folder link aria-label

* use not folder evaluation  for shared files
2019-08-22 14:33:01 +03:00
suzana_dirla
0c0e13e13e [ACA-2140] get the ADF style fixes in the same place
- to be easier to move them to ADF
2019-08-20 19:21:51 +03:00
suzana_dirla
a971d8c24b [ACA-2140] remove some datatable style moved to ADF
- fix permission table width
2019-08-20 19:10:33 +03:00
suzana_dirla
12a718d9cb [ACA-2140] improve search-results style 2019-08-20 18:02:39 +03:00
suzana_dirla
3423ba298d [ACA-2140] move search-results styles to component 2019-08-20 16:47:32 +03:00
Cilibiu Bogdan
e31c0d6caf [ACA-2087] Overlay Viewer (#1175)
* viewer outlet over preview route

* use ViewNodeAction over ViewFileAction

* pass data to dynamic component

* ViewNodeComponent for view file  custom actions

* update docs

* pass primary url to show preview outlet

* update tests

* reset selection on navigation event

* document list update selection action when not viewer

* close viewer for move and delete from viewer

* location as router commands to work with search query

* make viewer to behave like former preview

* viewer error route

* call correct preview method

* remove view/error route

* navigate to show error

* span element for action name

* fix folder navigation

* fix test

* page title fix

* update tests

* locate better the viewer toolbar

* fix viewer url  link

* update navigation rules

* document-list directive tests

* try workaround for chrome 76

* try another workaround for using chromedriver 75 instead of 76

* ViewerEffects tests

* reset selection over reload

* fix tests

* add reset event test

* remove actions

* context menu action refresh on favourite

* reset selection on navigation

* add delete and upload events

* takeUntil after operators

* remove chrome workaround parameter

* filter navigation event
2019-08-08 15:38:50 +03:00
Cilibiu Bogdan
da55ecf542 fix tests 2019-07-19 13:49:46 +03:00
Cilibiu Bogdan
416587989e fix overlapping private properties 2019-07-19 13:16:55 +03:00
Cilibiu Bogdan
755618dd30 revert test changes 2019-07-12 08:54:39 +03:00
Cilibiu Bogdan
d5d548c9de parameters types 2019-07-12 08:54:39 +03:00
Cilibiu Bogdan
a2b022f507 revert changes 2019-07-12 08:54:38 +03:00
Cilibiu Bogdan
b122f3a6e0 reset store selection and document list 2019-07-12 08:54:38 +03:00
Cilibiu Bogdan
77fa5fa487 ReloadDocumentListAction over SetSelectedNodesAction 2019-07-12 08:54:37 +03:00
Cilibiu Bogdan
79f3ad8840 prevent link name to select row 2019-07-12 08:54:37 +03:00
Cilibiu Bogdan
120c030b2b check if data exists 2019-07-12 08:54:36 +03:00
Cilibiu Bogdan
026157b892 tests 2019-07-12 08:54:36 +03:00
Cilibiu Bogdan
e98af1ff26 reload on specified routes 2019-07-12 08:54:35 +03:00
Cilibiu Bogdan
7e52c54754 pass data for dynamic components 2019-07-12 08:54:35 +03:00
Denys Vuika
957b93aa63 automated license header checks 2019-07-11 15:25:17 +01:00
Suzana Dirla
c83a3f53cc [ACA-2288] Music / video stops playing when opening the Info drawer in the viewer (#1146)
* [ACA-2288] avoid triggering ngOnChanges on showRightSide toggle

* [ACA-2288] code review change

* check mediumDate corresponding format
2019-07-02 13:24:35 +03:00
Denys Vuika
92eed32c61 [ACA-2509] configurable version number 2019-06-20 17:02:27 +01:00
dhrn
5491545ac9 [ACA-2471] - close preview action (#1129) 2019-06-15 06:17:59 +03:00
Denys Vuika
36043d1473 [ACA-2182] ADF 3.3.0 alpha (#1126)
* upgrade to latest adf 3.0.0 alpha

* use ADF share dialog

* [ACA-2069] make sure toggles have the right color

* raise error popups for shared links

* update test

* use date only for sharing

* [ACA-2069] small improvement - make sure toggles have the right color

* remove old share dialog

* move toggle-shared component to common module
2019-06-14 12:59:09 +01:00
Cilibiu Bogdan
ca5795fac0 rtl fixes (#1128) 2019-06-14 10:26:31 +03:00
Cilibiu Bogdan
9fef05b69f 3.3.0 alpha update (#1118)
* alpha

* locale
2019-05-31 13:30:11 +03:00
Denys Vuika
715609f71a [ACA-2286] handle metadata errors (#1115)
* [ACA-2286] handle errors in metadata

* [ACA-2377] use ADF i18n support for info drawer

* update lint settings

* update plint settings
2019-05-22 10:45:57 +03:00
Suzana Dirla
eb1e8c8fa1 [ACA-2147] toolbar clean css - fix colors (#1114)
* [ACA-2147] toolbar clean css - fix colors

* [ACA-1619] keep aspect properties config example

* [ACA-2147] keep toolbar color setting in custom-theme

* remove dist folder from travis cache

* build dist folder before each suite

* remove no longer needed 'Prepare dist cache' since dist cache was disabled
2019-05-21 16:38:19 +01:00
Denys Vuika
1928aa0b1b npm security audit fixes (#1112)
* update angular libs

* audit fix

* fix code style

* remove rimraf dependency
2019-05-17 15:14:23 +01:00
Denys Vuika
9892580e29 use css variables for About screen (#1111) 2019-05-17 11:52:58 +01:00
Suzana Dirla
5ffdf75f52 [ACA-1619] automatically show content metadata (#1104)
* [ACA-1619] overwrite the app.config metadata settings only of the 'content-metadata-presets' is non-empty

* [ACA-1619] app config to show automatically all metadata aspects

- not extendable version

* [ACA-1619] app extension to show automatically all metadata aspects

- extendable version
- the app.config setting is overwritten by the one with ids from app.extensions
- could remove completely the content metadata setting from app.json

* [ACA-1619] allow 'disabled' property on content metadata configuration

* [ACA-1619] test content-metadata plugin extension

 - allow 'disabled' property on content metadata configuration

* [ACA-1619] remove test reference to metadata plugin

* [ACA-1619] backwards compatibility for metadata plugin extensions

- add back initial structure (& ids) of content-metadata "custom" preset
- revert change to sample metadata extension plugin

* [ACA-1619] forgotten change

* [ACA-1619] tests
2019-05-17 10:34:20 +01:00
Martin Muller
b4e6b43787 Fix/ACA-2111 blue toggle (#1109)
* Revert "[ACA-2069] fix blue slider issue (#854)"

This reverts commit 84b0cd4e7e.

* ACA-2111 remove default color for toggle as it defaults to orange

* ACA-2111 remove default color for toggle as it defaults to orange
2019-05-16 10:01:32 +03:00
Cilibiu Bogdan
07c7f49af1 [ACA] 3.3.0 alpha update (#1108)
* update to 3.3.0 alpha

* add arabic language

* layout orientation support

* take direction from parent

* set direction based on language locale on initialization

* test
2019-05-15 13:38:50 +01:00
Cilibiu Bogdan
996975fdb5 [ACA-2375] Contextmenu - RTL support (#1099)
* direction element wrapper

* use CONTEXT_MENU_DIRECTION injection

* direction injection token

* refactor positionStrategy

* set CONTEXT_MENU_DIRECTION  value

* test
2019-05-08 16:22:03 +01:00
Denys Vuika
6b5a14dee9 Revert "[ACA-2147] minor theme fixes (#1096)"
This reverts commit dbc2c6c8e4.
2019-05-08 09:36:57 +01:00
Cilibiu Bogdan
6cb1ad4101 [ACA-2374] Sidenav - RTL support (#1098)
* add rtl HostBinding

* sidenav direction input

* remove unused style

* rtl style changes

* test
2019-05-07 07:33:09 +01:00
Denys Vuika
dbc2c6c8e4 [ACA-2147] minor theme fixes (#1096) 2019-05-03 16:04:44 +01:00
Denys Vuika
f3d8171579 upgrade to latest ADF and Angular libs (#1092)
* upgrade to latest ADF and Angular libs

* disable e2e tests for libaries

* [ACA-2130] fix a11y for header

* disable e2e tests

* sticky header, layout fixes

* switch to ADF upload dialog

* disable broken test

* disable broken test

* disable test
2019-05-02 21:02:06 +01:00
dhrn
6d3b6407bc [ACA-2365] infodrawer metadata in expanded card (#1090)
* feat(info-drawer):- infodrawer default metadata in expanded card

* * test added

* * initial state fixed

* * package updated with beta
2019-05-01 14:22:11 +01:00
Denys Vuika
9db1c2989f shared library (#1080)
* shared project scaffold

* rules package

* move evaluators to shared lib

* add rxjs peer dependency

* use dedicated material namespaces

* create store package, move actions

* move selectors to shared library

* move generic effects to shared lib

* move routing extensions

* minor code reorg

* fix unit tests

* move content-api service

* move permission service

* update tests

* update plint config

* move page layout

* css variables

* use dedicated css property

* move generic error component to shared lib

* fix test
2019-04-25 14:56:54 +01:00
Denys Vuika
f3c5ffb977 update test setup 2019-04-25 11:30:46 +01:00