Commit Graph
9 Commits
Author SHA1 Message Date
Urse Danielandiuliaib fbdedd2eb7 [ACA-4432] Upload Dialog overlaps Upload New Version dialog (#2138)
* fix upload dialog z-index issue

* Fix MNT-21058

* remove unused import

Co-authored-by: iuliaib <iulia.burca@ness.com>
2021-05-15 09:41:46 +03:00
Urse Daniel cb37a63330 Revert changes from dev-durse-ADF-5378-integration (#2112)
* revert changes from dev-durse-ADF-5378-integration

* remove comma
2021-05-08 08:25:43 +01:00
Urse Daniel 422f8bc986 [ADF-5378] Rotate image: auto increment version on submit (#2099)
* add cropperjs dependency

* remove unnecesary dependencies

* misstype

* misstype

* update core package & added testing

* change with latest typos

* update tests & integrate jasmine-marbles
2021-05-06 13:42:00 +01:00
Urse Daniel dc63d68810 [ADF-5379] Add CropperJS dependency (#2097)
* add cropperjs dependency

* remove unnecesary dependencies

* misstype

* add cropperjs dependency

* remove unnecesary dependencies

* misstype
2021-05-06 10:52:06 +01:00
Urse Daniel f8eeec9e3d added new action to refresh(re-render) the current node (#1913) 2021-01-12 10:38:13 +00:00
Urse Daniel 42a779f068 added the version to the parameter (#1874) 2020-12-09 15:37:15 +00:00
f59abb4228 [ACA-100] View a previous version (#1562)
* 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>
2020-08-05 16:15:20 +03:00
Urse Daniel 7130a5c15c [ACA-3266] Improve version upload component (#1484)
* added version comparison from ADF

* fix design when smaller device screen

* improved align of content
2020-06-15 15:27:40 +01:00
Urse Danielandkristian 42d3d5cd6f [ACA-45] Drag and Drop a new version (#1477)
* 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>
2020-06-09 21:48:03 +01:00