* edit offline
* try to fix test for viewer - password protected file
* bug: Edit in Microsoft Office action is displayed in Shared Files for a locked file
move Shared Files workaround down in the file to fix this
* remove some workarounds, update some comments
* remove other workarounds, make some tests independent, enable lock icon on Search results
* forgotten change
* remove another workaround
Co-authored-by: Adina Parpalita <adina.parpalita@ness.com>
* 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
* 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
* 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
* [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
* [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
* 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>
* 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)