* [ACA-4041] [ADW] Sort order doesn't work correctly after opening a document
* fixed header
* * fix test and improvements
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* 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
* added functionality to import a file from drag&drop
* handle dropping a file over another and triggering the dialog for manage versions while passing the dropped file
* handle receiving and passing a file to version manager
* handle dropping a file over another.
* refactoring the component by using 2 ADF components and showing them by a specific view case.
* updated the dialog ref based on how the version dialog should behave in order to change/view a file's versions
* handle the new drag&drop to upload a file's version functionality
* removed the custom previous version upload component
* added payload constructor
* added unit test, fixed some misstypes
* fix failing travis unit tests
* fix failing travis unit tests
* added translate module
* added last version and fix failing test
* small fixes and change type workflow to customevent.
* small fix
* fix flaky test
* deleted flaky merge
* ACA-45: Take drag'n'drop pop-up title from ACA rather than the ADF component
* fixed a logical issue
* ACA-45: Fix failing e2e tests
* unit testing error fixing
* unit testing error fixing
* fix unknown word travis
* unlock node after upload success
* unlock node after cancelling upload
* ACA-45: Introduce back fileUnlock asserts
* added unit test for checking if the locked node is unlocked when uploading successfully a new version
* added type of event and small update to unit test
Co-authored-by: kristian <kristian.dimitrov@alfresco.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
* introduce "create folder" action
* track opened folder via store
* "create folder" action, support mulitple targets
* fix card view colors and toolbar layouts
* basic support for permissions
* simplify create menu and add permissions
* add toolbar separators for extension entries
* "edit folder" extension command
* minor code improvements
* initial structure scaffold
* core extensions module
* simple navbar composition
* allow using app routes instead of registered
* migrate to new navbar setup
* remove commented out tests
* populate toolbar
* evaluate expressions
* redirect to url from toolbar
* populate "open with" viewer menu
* update test setup
* experimental flag for extensions
* test fixes
* fix tests
* code improvements, order support
* improve routing management
* populate "create" menu
* extra dictionaries for spellcheck
* allow disabling extension content
* support file/folder targets for toolbar actions
* add safety check
* navigate directly
* toolbar actions for all pages
* support route data
* "experimental" flag for "create" menu extensions
* code fixes
* track document list selection state
* selection management enhancements
* (fix) hide info drawer on selection reset
* use store selection
* remove event handler
* upgrade info drawer for personal files
* upgrade favorties
* upgrade recent files
* move info drawer to a separate component
* test fixes
* update tests
* test fixes
* remove obsolete directive
* use last selection entry
* switch back to first selected node
* selection improvements, versioning uses same node
* optimised toolbar visibility evaluation
* upgrade libs
* update js api
* test fixes
* test fixes
* test updates
* test fixes
* fix e2e tests
* show metadata for last clicked node