100 Commits
Author SHA1 Message Date
Suzana Dirla ef97c646bc [ACA-2601] Search-date-range - fix content overlap (#1246) 2019-11-12 07:57:34 +02:00
Suzana Dirla 3411b6051b [ACA-2813] Upgrade to latest ADF alpha (#1244)
* [ACA-2813] Upgrade to latest ADF alpha

* [ACA-2813] new upgrade to latest ADF alpha

* instead of double click, use click + toolbar action in order to open the viewer
2019-11-08 15:39:30 +02:00
Suzana Dirla f2ebb730dc bump aca-shared version (#1236)
- contains changes for the overlay viewer
2019-10-29 11:38:20 +02:00
Suzana Dirla 7548f45602 [ACA-2765] Upgrade to latest ADF alpha (#1222) 2019-10-15 10:16:46 +03:00
Suzana Dirla 795850f5b9 [ACA-2765] Upgrade ACA to the alpha ADF with accessibility fixes (#1219)
* [ACA-2765] Upgrade to ADF alpha

- to get the most recent accessibility fixes

* [ACA-2765] Upgrade to ADF alpha that has the accessibility fixes we need

- to get the most recent accessibility fixes
2019-10-11 08:43:36 +03:00
Suzana Dirla a480d0c105 [ACA-2742] remove not needed style fixes - already moved to ADF 3.5.0 (#1215)
* [ACA-2742] remove not needed style fixes - already moved to ADF 3.5.0

* [ACA-2742] !default not needed
2019-10-02 13:06:12 +03:00
Suzana Dirla f60f713fd3 [ACA-2756] upgrade to ADF 3.5.0 (#1213)
* [ACA-2756] upgrade to latest ADF and js-api alpha versions

* [ACA-2756] upgrade to ADF 3.5.0
2019-10-01 13:22:01 +03:00
Suzana Dirla 088ffc24fd [ACA-2754] Upgrade ACA to latest ADF and latest js-api (#1210)
* [ACA-2754] upgrade to latest @alfresco/js-api

* [ACA-2754] upgrade to latest ADF alpha version
2019-09-27 11:14:17 +03:00
Suzana Dirla 087b23f313 [ACA-2644] set publicUrls list of minimatch patterns to skip implicitLogin (#1209) 2019-09-26 13:20:59 +03:00
Suzana Dirla 6ded4227ec Japanese docs - add language picker with Japanese & fix links (#1202) 2019-09-13 15:29:00 +03:00
Suzana Dirla 636693bd38 Revert "use Xenial on Travis (#1201)"
This reverts commit 10592b664a.
2019-09-12 10:09:05 +03:00
Suzana Dirla d5afd22f26 [ACA-2735] Upgrade to latest alpha (#1184) 2019-08-13 16:24:59 +03:00
Suzana Dirla a758c008ba [ACA-2715] sync AOS version displayed on About page with version from AOS package.json (#1183) 2019-08-12 15:56:33 +03:00
Suzana Dirla b08b66ec1e bump aos version (#1166) 2019-07-11 14:25:55 +03:00
Suzana Dirla 588a189ea1 update app prerequisites section (#1161) 2019-07-10 16:13:02 +01:00
Suzana Dirla 8b7da657fe [ACA-2652] ellipsis fix (#1160) 2019-07-10 15:05:31 +01:00
Suzana Dirla 8a161d7828 [ACA-2460] translation small update (#1154) 2019-07-08 14:02:14 +03:00
Suzana Dirla b80c296125 [ACA-2460] es.json updated (#1152) 2019-07-05 19:23:34 +03:00
Suzana Dirla 229c589596 [ACA-2654] show ellipsis for long Size column headers (#1150)
* allow display of ellipsis for Size column also

* styles will be available on next ADF version
2019-07-05 16:07:19 +01:00
Suzana Dirla db75234b24 [ACA-2460] ar.json updated (#1151) 2019-07-05 16:17:58 +03:00
Suzana Dirla ff87c7865f [ACA-2460] nb.json updated (#1149) 2019-07-05 14:11:29 +03: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
Suzana Dirla 2cf42376c3 [ACA-2640] Exclude problematic aspects (#1133) 2019-06-19 18:57:06 +01:00
Suzana Dirla e6b959df7b [ACA-2472] Temporarily disable "Emailed" and "Likes" properties (#1130)
* [ACA-2472] Temporarily disable "Emailed" and "Likes" aspects

* [ACA-2472] keep the app.config metadata config in sync with app.extensions

- testing purpose in case we remove the metadata config from app.extensions
2019-06-14 16:13:20 +01:00
Suzana Dirla 3e2c33567d [ACA-2420] exclude aspects and order effectivity properties (#1124)
* [ACA-2420] exclude aspects and order effectivity properties

* [ACA-2420] ids not needed inside app.config

- this is the 'applied' setting for content-metadata when there
isn't one inside the app.extensions.json that overwrites it
2019-06-13 10:09:40 +03:00
Suzana Dirla 9e95b6414f [ACA-2415] author & titled aspects should be excluded (#1120) 2019-06-07 06:13: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
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
Suzana Dirla 3f5e8815c3 Upgrade to latest ADF beta & UI fixes (#1082)
* [ACA-2359] upgrade ADF to 3.2.0-beta7 version

* [ACA-2359] revert temporary fix because no more nested 'adf-datatable-cell' items coming from ADF

* [ACA-2359] remove no more needed styles related to [ADF-4401] issue

* [ACA-2359] clean-up unneeded styles - coming from new ADF version

* [ACA-2363] fix issue with text being visible underneath the info drawer

* [ACA-2359] fix ellipsis on locked_by text

* [ACA-2359] increase item select area

* [ACA-2331] fix destination picker custom source title

* [ACA-2331] fix destination picker column display

* min-width for adf-no-grow-cell
2019-04-23 12:57:48 +01:00
Suzana Dirla 5788d1e7c4 Clean up css overrides (#1081)
* fix height on search-libraries DL

* [ACA-2141] deleted adf-info-drawer css overrides - already moved to ADF

* [ACA-2151] deleted adf-version-manager css overrides - already moved to ADF

* [ACA-2144] deleted adf-search-filter css overrides - already moved to ADF

* [ACA-2145] deleted adf-search-sorting-picker css overrides - already moved to ADF

* [ACA-2147] partial clean-up of adf-toolbar-theme css overrides

- need to fix the colors schema to be able to remove it completely

* [ACA-2149] deleted adf-upload-dialog-theme css overrides - already moved to ADF

* [ACA-2146] clean-up of adf-sidenav-layout-theme css overrides

- might need to make another change on ADF side for height value

* [ACA-2150] deleted adf-upload-drag-area-theme css overrides - already moved to ADF

* [ACA-2146] prepare to move to corresponding ADF component theme
2019-04-19 10:19:12 +03:00
Suzana Dirla 434ab8a655 Update to latest ADF alpha (#1079)
* update to latest ADF alpha version

* better date column display - ellipsis fix

* renaming to prepare to clean-up document-list scss overrides

* fix ellipsis display & cells min-width

* update to a more latest ADF alpha
2019-04-17 20:15:39 +01:00
Suzana Dirla 91eaa3c305 [ACA-2350] fix ellipsis on DL and the context-menu issue (#1070)
* add adf-no-grow-cell & min-width on columns

* [ACA-2350] fix ellipsis on DL and the context-menu issue

- issues were caused by nested items with the same classname: 'adf-datatable-cell'

* [ACA-2350] fix unit test

* [ACA-2350] remove deprecated classname

- mention 'adf-datatable-cell--text' example container class for elements that have context menu

* [ACA-2350] small fixes on search-results display

* [ACA-2350] fix location check

* [ACA-2350] should clean-up code once [ADF-4401] issue is fixed

* [ACA-2350] change e2e expect to check match

* [plint] fix code formatting

* [plint] fix code formatting
2019-04-17 10:01:43 +01:00
Suzana Dirla bbdf3a9b27 [ACA-2143] clean-up css overrides for pagination (#1063)
* [ACA-2143] clean-up css overrides for pagination

- add back borders
- upgrade to 7.0.0-beta24 for the flex Layout media query mixin to work as expected
2019-04-11 15:35:54 +03:00
Suzana Dirla 8d02203a54 [ACA-2330] fix document-list styling (#1062)
* [ACA-2330] fix DL display - enable single click tests

* [ACA-2330] fix locked-by item display

* [ACA-2330] set text color and padding on DL

* [ACA-2330] fix ellipsis on name column text

* [ACA-2330] apply fix to library-name-column also

- fixes failing test on libraries DL

* [ACA-2330] set scss variables

* [ACA-2330] fix wrong variable names

* [ACA-2330] decrease thumbnail width

* [ACA-2330] enable related tests
2019-04-10 16:34:21 +01:00
Suzana Dirla 9f127c0530 [ACA-2328] style cleanup to prepare for move css overrides to ADF (#1055)
* [ACA-2139] remove style override

- was added on ADF component since 3.0.0

* [ACA-2149] prepare for moving adf-upload-dialog style to ADF

- separate new styling from overrides

* [ACA-2148] just delete without moving to ADF

- since we no longer use the adf-upload-button anywhere in ACA

* [ACA-2150] refactor adf-upload-drag-area code

* [ACA-2150] more refactor adf-upload-drag-area scss

* [ACA-2150] change variable naming on adf-upload-drag-area scss

* [ACA-2141] fix adf-info-drawer height

- and mark code that could be removed in the future - without moving to ADF

* [ACA-2147] prepare adf-toolbar code to be moved to ADF

* [ACA-2141] remove not needed styles

- already set inside the adf-version-manager styling

* [ACA-2146] prepare adf-sidenav-layout code to be moved to ADF

* [ACA-2144] remove no more needed styles for facet-buttons

- styles for adf-facet-buttons are applied in ADF 3.1.0

* [ACA-2150] fix reset 'parent' color on adf-upload-drag-area

* [ACA-2150] refactor adf-upload-drag-area code

- to easier to move to ADF

* [ACA-2141] better fix for adf-info-drawer height

* [ACA-2147] rename css class to prepare adf-toolbar code to be moved to ADF
2019-04-05 12:38:08 +01:00
Suzana Dirla ffe2e4bd36 fix column name width (#1056) 2019-04-04 15:56:12 +01:00
Suzana Dirla 1d349c68fd [ACA-2236] remove Arabic from language-menu until RTL support is added (#1048) 2019-03-27 13:53:40 +00:00
Suzana Dirla 927e5232da [ACA-2265] All labels should be translated (#1047)
* [ACA-2265] add missing translation keys

* [ACA-2265] translatable copyright text

* [ACA-2265] translatable 'by {{user}}'

* [ACA-2265] translate special strings from location

* [ACA-2265] translate special strings from location - fix failing e2e test C280499

* [ACA-2265] use translation string from 'LABEL'

- fixes issue [ACA-2072] bcs. it shows "File Libraries" text on breadcrumb as on site-dropdown
2019-03-27 13:35:11 +00:00
Suzana Dirla 9744c1618e fix random failing e2e test C290014 (#1045) 2019-03-26 18:34:01 +00:00
Suzana Dirla c347e5796d add 'disabled' property for navBar to extension.schema.json (#1046) 2019-03-26 18:33:38 +00:00
Suzana Dirla ff91ee17ea [ACA-2138] Viewer - remove old styling class (#1044) 2019-03-26 18:32:06 +00:00
Suzana Dirla 42406f8351 [ACA-2272] Search filter categories - with contains (#1042) 2019-03-26 11:27:54 +00:00
Suzana Dirla c835fbe2f9 [ACA-2137] Destination picker - use excludeSiteContent (#1043)
- remove ACA workaround
- testing is done on ADF component
2019-03-26 11:27:15 +00:00
Suzana Dirla 3923b86fc4 [ACA-2236] Update language menu to include the new languages (#1041) 2019-03-25 13:58:16 +00:00
Suzana Dirla 700b63fd61 remove unneeded divider from toolbar (#1028) 2019-03-21 14:19:50 -07:00
Suzana Dirla 4508b862b9 [ACA-2270] allow add comments on folder (#1018)
* [ACA-2270] allow add comments on folder

* [ACA-2270] fix return on else

* [ACA-2270] add unit tests
2019-03-15 13:33:16 +00:00
Suzana Dirla 88e74b1e2d [ACA-2259] Edit in Microsoft Office - check update permissions (#1015)
* [ACA-2259] Edit in Microsoft Office - check update permissions

* [ACA-2259] check update permissions - unit tests

* [ACA-2259] refactor - check allowableOperationsOnTarget from service

* [ACA-2259] add back check only on target for SharedFiles

* [ACA-2259] SharedLinks are not folders

* type-safe api for node permissions

* workaround for shared files

* use hasOwnProperty function
2019-03-14 15:42:22 +00:00
Suzana Dirla da65e59b8e [ACA-2264] fix loading on search (#1011)
- do nothing on null built query
2019-03-12 12:24:27 +00:00
Suzana Dirla 8045e17c28 [ACA-2261] improve UX on search input (#1004)
* Remove search on change

- search call would be triggered only on submit or on option change

* clicking search icon triggers search

* caches user changes for a possible future search

* caches non-empty user changes for a possible future search

* close search options menu on submit

* update queryBuilder and navigate to new search url

* add setting to enable/disable searching after typing on search input

* fix double search call

* Apply suggestions from code review

- custom name to distinguish between ADF and ACA settings

Co-Authored-By: suzanadirla <dirla.silvia.suzana@gmail.com>
2019-03-11 14:13:44 +00:00
Suzana Dirla 4fde215fad [ACA-2195] fix redirect on login after page reload (#997) 2019-03-05 16:14:26 +00:00
Suzana Dirla 245184d41b [ACA-2242] add old style back (#994)
fixes missing buttons styles issue until ADF 3.1.0 will fix it
2019-03-05 12:50:54 +00:00
Suzana Dirla 8b0c18629e [ACA-2228] Add PipeModule to AppTestingModule (#993)
- fixes unit tests after upgrade to 3.1.0-beta4
2019-03-05 09:28:10 +00:00
Suzana Dirla c7328c7caf [ACA-2208] Hide app menu on swipe (#970) 2019-02-25 20:35:17 +00:00
Suzana Dirla 58272f7fbe [ACA-2171] enable copy and move to library tests (#933) 2019-02-12 16:54:35 +00:00
Suzana Dirla 9ccd430087 [ACA-2200] Upgrade to 3.0.0-beta9 ADF (#931)
* upgrade to latest ADF 3.0.0-alpha

- remove selectedFacetQueries check
- renamed hasPermission from ADF ContentService to hasAllowableOperations

* update to ADF 3.0.0-beta9

* [ACA-2200] mincount workaround

- until we get the fix for the facet update issue (ADF-3401)
2019-02-12 14:40:05 +00:00
Suzana Dirla 0882686172 [ACA-2107] upgrade to ADF latest beta (#882)
* [ACA-2107] upgrade ADF to latest beta

* fix adf sidenav class name

* [ACA-2107] update is-selected to adf-is-selected

* [ACA-2107] add 'adf' prefix to classes name

* [ACA-2107] remove ADF duplicate css style

* [ACA-2107] use 'adf-full-width' class

* [ACA-2107] add 'adf' prefix
2018-12-20 10:13:56 +02:00
Suzana Dirla d7db57a76a [ACA-1904] Language labels (#879) 2018-12-14 14:14:12 +02:00
Suzana Dirla caa44b1fc2 [ACA-2077] viewer - filter recent files (#866)
* [ACA-2077] get filtered recent files from viewer

* [ACA-2077] use same filters
2018-12-11 10:35:32 +00:00
Suzana Dirla 904c08461d [ACA-2040] show different email invalid error messages (#862) 2018-12-07 14:31:41 +00:00
Suzana Dirla b2244cb1c4 [ACA-2062][ACA-2066] Update Viewer actions (#861)
* [ACA-2062] viewer - set icons order & set more menu separators

* [ACA-2062] add separator for viewer toolbar icons
2018-12-07 13:11:06 +00:00
Suzana Dirla db66c72a06 [ACA-2040] handle invalid email cases on join request (#857)
* [ACA-2040] handle invalid email cases on join request

* [ACA-2040] fix json

* [ACA-2040] unit test
2018-12-06 11:53:55 +00:00
Suzana Dirla 84b0cd4e7e [ACA-2069] fix blue slider issue (#854)
* [ACA-2069] fix blue slider issue

that appeared after upgrading material to 7.1.0

* [ACA-2069] relocate the style changes
2018-12-05 14:54:22 +00:00
Suzana Dirla 4dca8ebc2a [ACA-2060] arrange viewer toolbar icons (#849)
* [ACA-2060] checks if empty

* [ACA-2060] hide last divider

* [ACA-2060] switch info drawer button & more menu

* [ACA-2060] cspell change

* [ACA-2060] apply changes only to viewer top toolbar
2018-12-05 11:31:55 +00:00
Suzana Dirla 8d64dfb0e8 [ACA-2059] remove header extension (#856) 2018-12-05 10:58:54 +00:00
Suzana Dirla d3c6142d82 [ACA-1322] Destination picker - Sites: only document library allowed as destination (#841)
* [ACA-1322] hide restricted site content

* [ACA-1322] unit test
2018-11-29 16:15:13 +00:00
Suzana Dirla 462cc09146 [ACA-1968] style search input for smaller screens (#833)
* [ACA-1968] more friendly small screen style

* [ACA-1968] media queries

* [ACA-1968] fix margin

* [ACA-1968] small fixes

* [ACA-1968] cleanup unused code
2018-11-29 10:05:33 +00:00
Suzana Dirla e3cbb5f13d [ACA-1968] Trigger search on Enter (#827)
* [ACA-1968] remove arrow from active input

* [ACA-1968] remove route reuse

* [ACA-1968] trigger search on Enter
2018-11-27 09:17:54 +00:00
Suzana Dirla 8952be634f [ACA-2045] reset selection on toggle join action (#829) 2018-11-26 15:51:33 +00:00
Suzana Dirla 13db4fb339 [ACA-1607][ACA-1985] Leave library action (#824)
* [ACA-1607] leave library action

* [ACA-1607] confirm leave action

* [ACA-1607] confirm leave action

* [ACA-1607] remove comment
2018-11-23 14:23:26 +00:00
Suzana Dirla 62e33efbd0 [ACA-1607] context menu - join/cancel join actions (#820)
* [ACA-1607] context menu fix for search-results

* [ACA-19] fix orderBy 'Name'

* [ACA-1607] style changes

* [ACA-1607] reload on join action
2018-11-23 12:00:42 +00:00
Suzana Dirla 54892e71d4 [ACA-1968] Search input tunings (#817)
* [ACA-1968] clear & placeholder changes

* [ACA-1968] auto focus input

* [ACA-1968] don't float placeholder on click
2018-11-21 16:10:53 +00:00
Suzana Dirla 01ea887d5d [ACA-1964] Filter results by Files / Folders option (#812)
* [ACA-1964] keep skipCount after library delete

* [ACA-1964] refactor code

* [ACA-1964] remove service scope's limitation

* [ACA-1964] filter results by files/folders option

* [ACA-1964] refactor code

* [ACA-1964] revert package-lock
2018-11-19 16:04:20 +00:00
Suzana Dirla dcacbc1210 [ACA-19] show search libraries hint (#802)
* [ACA-19] show hint on 400 error

* [ACA-19] unit test

* [ACA-19] small change

* [ACA-19] unit test

* [ACA-19] unit tests

* [ACA-19] avoid memory leaks with takeUntil

* [ACA-19] remove comment & formatting

* [ACA-19] update documentation
2018-11-16 12:35:41 +00:00
Suzana Dirla 49e80ddce1 [ACA-19] Toggle join request - library action (#800)
* [ACA-19] join/cancel join library actions

* [ACA-19] show the info drawer

* [ACA-19] custom icon for join library

* [ACA-19] css to 'see' custom icon for extension

* [ACA-19] reformat with prettier

* [ACA-19] better role display

* [ACA-19] simplify cancel request rule

* [ACA-19] refactor and use toggle join/cancel join component & directive

* [ACA-19] reformat with Prettier

* [ACA-19] fix title for svgIcon

* [ACA-19] fix translation

* [ACA-19] unit test
2018-11-14 12:43:14 +00:00
Suzana Dirla aeb8ddd1f2 [ACA-19] Search libraries improvements (#792)
* [ACA-19][ACA-1967] set Libraries columns

according to updated requirement

* [ACA-19] search term length hint & singular result translation

fixes also [ACA-1933]
2018-11-09 15:55:08 +00:00
Suzana Dirla 9313b6477e [ACA-1934] Fix search facet fields translation (#791) 2018-11-08 16:02:53 +00:00
Suzana Dirla 1e3136332e [ACA-19] Library Search Results (#783)
* [ACA-19] libraries results page

* [ACA-19] libraries search query builder service + trigger action on search option select

* [ACA-19] remove sorting

* [ACA-19] extension - set custom columns for search libraries results

* [ACA-19] add role column

* [ACA-19] adapt text

* [ACA-19] reformat with Prettier

* [ACA-19] fix unit tests

* [ACA-19] reformat with Prettier

* [ACA-19] some unit tests & code cleanup

* [ACA-19] fix navigation

* [ACA-19] remove duplicates

* [ACA-19] unit test
2018-11-08 12:22:09 +00:00
Suzana Dirla 2c9e68ada7 [ACA-1822] input search options (#768)
* [ACA-1822] input search options - needs cleanup and styling

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options styling

* [ACA-1822] add translation keys

* [ACA-1822] reformat with Prettier

* [ACA-1822] fix pointer event on FF

* [ACA-1822] fix e2e test

* [ACA-1822] update unit tests

* [ACA-1822] fix spellcheck

* [ACA-1822] fix display

* [ACA-1822] some theme cleanup

* [ACA-1822] reposition icon

* [ACA-1822] code review changes

* [ACA-1822] more unit tests
2018-11-02 07:31:29 +00:00
Suzana Dirla ad111cb712 e2e fix tomorrow date (#770) 2018-10-31 12:47:50 +00:00
Suzana Dirla 0a5d56fe05 Merge pull request #755 from Alfresco/master
[ACA] sync with master branch
2018-10-25 16:04:00 +03:00
Suzana Dirla dc9a31455e Merge pull request #754 from Alfresco/development
ACA 1.5 update
2018-10-25 11:50:59 +03:00
Suzana Dirla fbc7e8cda3 [ACA-1925] Search results are incorrectly sorted - fix (#747) 2018-10-24 10:46:34 +03:00
Suzana Dirla 03e8ab4b1e [ACA-1897] context submenu extension e2e (#745)
* [ACA-1897] e2e for context submenu - needs some fixes

* fix

* [ACA-1897] test refactoring

* [ACA-1897] specify TestRail ids

* [ACA-1897] fix spell check issue

* [ACA-1897] custom message on share dialog fail to close -  e2e tests
2018-10-23 14:46:13 +03:00
Suzana Dirla 4536c43c9f [ACA-1900][ACA-1552] Document List extension e2e (#732)
* [ACA-1552] Document List extension e2e

* [ACA-1552] specify TestRail ids
2018-10-18 18:24:29 +03:00
Suzana Dirla 27dcb33891 [ACA-1890][ACA-1798] metadata extension e2e (#711)
* [ACA-1890] make sure that the metadata component uses the extension settings

* [ACA-1798] remove unused imports

* [ACA-1798] test metadata extension

* format with Prettier

* [ACA-1798] changes after code review
2018-10-15 09:33:08 +01:00
Suzana Dirla 20822773d7 Fix metadata schema (#704) 2018-10-11 15:24:44 +01:00
Suzana Dirla 8d28838de4 [ACA-1859] remove translation for search facet field labels (#702) 2018-10-10 15:52:57 +03:00
Suzana Dirla c6c4db45ff [ACA-1856] Pagination in search result is not reset correctly (#694) 2018-10-08 10:12:13 +01:00
Suzana Dirla 118ef26a5a [ACA-1849] fix json schema (#684)
* json schema add id as required for metadata items

* sync json schemas
2018-10-02 10:09:13 +01:00
Suzana Dirla 127dbc9ca4 [ACA-1814] Documentation on extending the Content Metadata (#677) 2018-10-01 10:19:28 +01:00
Suzana Dirla fe7fbcb004 [ACA-1815] update documentation for the viewer toolbar actions (#672) 2018-09-28 11:22:46 +01:00
Suzana Dirla 6e9109930b [ACA-1550] Metadata Card configuration from an extension plugin (#668)
* [ACA-1550] use local component for metadata

* [ACA-1550] get component local for metadata properties

* [ACA-1550] test metadata-plugin

* [ACA-1550] overwrite content-metadata settings from app.config.json

* [ACA-1550] fix and remove test content

* [ACA-1550] have the app default metadata config in the app.extensions.json

* [ACA-1550] there can be only one presets for content-metadata

* [ACA-1550] filter disabled

* [ACA-1550] rebase fixes

* [ACA-1550] prettier fix

* [ACA-1550] unit test

* [ACA-1550] manage app config directly from the App Extension Service
2018-09-27 16:32:03 +01:00
Suzana Dirla 8a11137eed [ACA-1548][ACA-1807] Set viewer toolbar actions via extensions (#640)
* [ACA-1548][ACA-1807] add download action via extension

* [ACA-1548][ACA-1807] add print action via extension

* [ACA-1548][ACA-1807] add fullscreen viewer action via extension

* [ACA-1548][ACA-1807] prettier formatting
2018-09-18 16:01:25 +01:00
Suzana Dirla e373064fd1 [ACA-1548][ACA-1802] add actions to viewer toolbar via extensions (#637)
* [ACA-1548] rename viewer toolbar extension of More menu

* [ACA-1548][ACA-1802] add actions to the viewer toolbar via extensions
2018-09-17 13:14:27 +01:00
Suzana Dirla 06402a9c72 [ACA-1569] wait for dialog to close (#628) 2018-09-13 12:32:25 +01:00
Suzana Dirla 6e98721a62 [ACA-1569] Close dialogs on logout (#621)
* Close dialogs on logout

* [ACA-1569] e2e tests

* [ACA-1569] review required change on e2e test
2018-09-13 09:05:55 +01:00
Suzana Dirla 1be7c0fd20 [ACA-1771] Remove features that aren't experimental from settings (#614)
* [ACA-1771] Remove features that aren't experimental from settings

* update permissions rule not to ignore folders
2018-09-06 14:08:59 +01:00
Suzana Dirla f03196d424 [ACA-1715] Search popup appears when navigating away from search results (#610) 2018-09-06 11:45:23 +01:00
Suzana Dirla a9c6d0f942 [ACA-1740] hide search filter when getting 0 results without any selected filters (#591) 2018-08-31 19:34:55 +01:00
Suzana Dirla 5759ea1b62 e2e fix random failing test (#586) 2018-08-29 08:17:05 +01:00