Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACA-45] Drag and Drop a New Version #5710

Merged
merged 20 commits into from
May 20, 2020
Merged

[ACA-45] Drag and Drop a New Version #5710

merged 20 commits into from
May 20, 2020

Commits on May 18, 2020

  1. added a new input: file

    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    de1fd28 View commit details
    Browse the repository at this point in the history
  2. unit test - having singleFile option and a file as input, the type of…

    … the input for uploading should be button instead of file
    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    265cd03 View commit details
    Browse the repository at this point in the history
  3. added a click event for the upload button and also handle if having a…

    … file as input, the type of the input should be 'button' instead of 'file'
    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    54eff80 View commit details
    Browse the repository at this point in the history
  4. handling allowed for upload also for 'update' permissions over a drop…

    …ped file. also emitting a new event for updating file version if i'm dropping a single file over another file.
    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7bd8bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85b2431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5be088e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74daa97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd07b23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c40f44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2c75c7 View commit details
    Browse the repository at this point in the history
  11. added a new variable for handling dropping a file over another one an…

    …d also handle a new event when we update the file version
    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    48a9197 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ad133e View commit details
    Browse the repository at this point in the history
  13. new message

    ursedaniel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2a8b9dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7522aef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bbcf9f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aeb9b7e View commit details
    Browse the repository at this point in the history
  17. refactor allowDropFiles

    eromano committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2a874ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1099ed1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cca69eb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. made the allowDropFiles checking optional for isDropTarget property, …

    …only checking if the value is passed to the share-data-row
    ursedaniel committed May 19, 2020
    Configuration menu
    Copy the full SHA
    6999e86 View commit details
    Browse the repository at this point in the history