* [AAE-4515] Provide a way to disable/enable the main file uploading dialog
* Fix expression has been changed after is has been checked error
* Add unit tests
* Fix linting errors
* upgrade ADF and cleanup test
* unit test stabilisation
* cleanup tests
* unit test stabilisation
* unit test stabilisation
* update ADF libs to latest alphas
* remove custom redirect strategy, the viewer doesn not reload
* Update extensions-data-loader.guard.ts
add return in case of no loaders
* remove the route strategy
* fix lint
* Fix link error
* Align unit test
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Andras Popovics <popovics@ndras.hu>
* Update to latest ADF
* Trigger a run with an older ADF version (investigation of e2e failures)
* Update to latest ADF
* Fix search e2e to search for a more specific search term according to the files uploaded
* fix favorites navigation
* improve report and unit test
* fix ACA test
mock version directive
* lint fix
* try different startegy
* remove first split
* fix root case
* Adding general purpose preview overlay route
Preparation for file preview feature
Remove unnecessary preview root route and ability to use loadChildren
Extract RouterExtensionService
Remove loadChildren support and use component instead
Cover RouterExtensionService with unit tests
Fix tests
Fix build
Fix rebase issue
Add generally available PluginPreviewAction
Add data option to child routes and navigateBackAsClose option for the preview component
Support plain mode preview
Fix linting
Update to latest alpha of ADF
* Adding documentation
* Rebase fix
* Update to latest adf
* fix e2e actionMenu
* PR changes
* wait for context menu to close
* wait for menu to close after escape key
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
* added a feature to view a previous node version
* added latest versions
* added single selection to match the latest ADF change
* hide version list dialog when opening the viewer
* pass versionId to adf-viewer
* add view versions rendition routes for: shared, recent files, favorites, search.
* added functionality to download a previous version of a node
* small fix - no need to clear the store
* remove unused import
* removed changes
* Delete package-lock.json
* revert
* update to last dependencies
* ACA-3601: Add e2e tests for Preview of a file's previous version
* Address comments
* ACA-3601: Make sub-tests execute independently
* update dependencies
* ACA-3601: Add licenses
* Add type
* ACA-3601: Refactor execution
Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
Co-authored-by: Denys Vuika <denys.vuika@alfresco.com>
* upgrade preparation fixes
* remove fdescribe
* update browserlist config
* ng8
* ngrx 8
* ng9
* ngrx 9
* remove entryComponents
* unit tests
* ng 10
* latest ADF
* fix unit tests
* fix lint
* update deps and travis
* code fixes
* upgrade webdriver
* cleanup libs
* fix test
* update test
* Use browserTarget as target for lite-serve
* Use the update webdriver with CI condition
* Use version console.log('load', path
* Fix path sh
* Try to use remote env
* Add the . to export variabled
* Use hardcoded chrome version
* Remove the run remote
* Avoid to use the escape
* Skip flaky e2e and raise issue ACA-3615
* SKip failing e2e
* Skip flaky e2e and raise issue ACA-3615
* Fix close app toolbar menu and preconditions + tests of mark-favorite.test.ts Personal Files section
* Fix mark-favorite tests
* Fix ext-header test
* Fix new-menu tests
* Fix lint
* no message
* Fix viewer tests
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Cristina Jalba <cristina.jalba@ness.com>