* Conversion to ESlint
* Fixed ESLINT for ACA
* [AAE-6638] - typo in eslint file
* [AAE-6638] - attempt to fix problem on linting
* Check caching to improve lint speed
* Improved eslint for content-app
* Added new cache
* Remove cache file
* Removed eslintcache
* Attempt to make eslint run on travis
* Slow ng lint on travis
* Fixed eslint error
* MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin
* MNT-22687 - Added a new interface to extend the RuleContext from ADF
* MNT-22687 - Removed carriage return and added whitespaces
* MNT-22687 - Removed carriage returns
* MNT-22687 - Fixed PR Comments
Completed documentation, removed environment variable from the package.json, added plugins section in the app.config.json.tpl
* MNT-22687 - Created a new service to deal with the new functionality. Reverted the old approach.
* MNT-22687 - Reverted missing file
* MNT-22687 - Reverted missing file
* MNT-22687 - Removed variable replacement
* MNT-22687 - Included environment variables in the README.md file
* [AAE-6057] Customize text color in the header
* [AAE-6057] use css vars
* [AAE-6057] added tests
* [AAE-6057] clear code
* [AAE-6057] quick fix
* [AAE-6057] update css so they wark nicly with new --adf-header-text-color
* [ACS-437] Update Download UI to use direct access when enabled
* Refactor
* Add unit tests
* Refactor by adding separate service
* Moved unit tests to ContentUrlService instead of DownloadEffects
* Move import in app.module.ts
* Fixed review comments
* npm install
* Fix lint error
* 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
* 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>