Commit Graph

14 Commits

Author SHA1 Message Date
Denys Vuika
c2c75bc73d [ADF-643] upload enhancements (#1949)
* rework folder uploading

- flatterns hierarchy on folder upload
- performs a single traversal for the entire folder heirarchy and ends with a comple file list
- allows now dropping folders on existing folders
- overall code improvements

* fix unit tests

* readme updates

* clean old and unused code

* code cleanup

* limit concurrent uploads

* update code as per review

* fix upload button for Safari

* fixes for Safari

- Safari compatibility
- code updates based on review

* fix code

* fix unit tests
2017-06-11 12:02:05 +01:00
Denys Vuika
24363ef265 [ADF-571] upload feature rework (#1922)
* upload feature rework

lots of improvements for upload dialog and underlying services

* readme update

- readme cleanup
- remove some old comments from code
- update readme with new events for Upload Service

* restore prerequisites section in readme
2017-06-02 14:05:55 +01:00
Denys Vuika
bc3fe8473e [ADF-573] support for toggling enabled state (#1912) 2017-05-30 14:28:12 +01:00
Denys Vuika
1fadfa8166 [ADF-615] significant performance improvements for drag and drop (#1874)
* fix uploading to folders

* significant performance improvements for drag and drop

* unit test fixes
2017-05-25 15:12:50 +01:00
Denys Vuika
21bfd5eef9 improved uploading of files (#1730)
* improved uploading of files

- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)

* fix unit tests

* unit tests and code cleanup

* #1732, fix upload of folders
2017-04-05 11:11:38 +01:00
Eugenio Romano
68465e46f2 remove consecutive blank line 2016-10-12 13:47:38 +01:00
mauriziovitale84
c1d50a1c7d Improve test cases 2016-06-29 17:35:47 +01:00
mauriziovitale84
a16e2c8f4f Fix drag drop cross browser 2016-06-23 12:52:59 +01:00
Denys Vuika
2428396ab6 Upgrade Upload to angular 2.0.0-rc.1 2016-06-14 11:02:41 +01:00
mauriziovitale84
503217a9c9 #93 Fixed drag area style 2016-06-06 15:26:29 +01:00
mauriziovitale84
a9df957f2a #60 Reproduce folders tree when a folder is uploaded 2016-05-19 11:00:14 +01:00
Mario Romano
6654563469 lint login and upload 2016-05-12 19:14:29 +01:00
Mario Romano
1a7248b1e9 #46 upload jsdoc and clean code 2016-05-06 12:50:06 +01:00
Mario Romano
f6cfef905b #46 upload component 2016-05-05 18:25:02 +01:00