aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_cloud.js
Commit message (Collapse)AuthorAgeFilesLines
* provide inline error messages for mod cloudMario2023-01-031-0/+3
|
* HQ dashboard - initial checkinMario2022-07-151-0/+5
|
* css fixesMario2021-10-011-4/+6
|
* improve file upload performance: start uploading next file only after the ↵Mario2021-10-011-47/+60
| | | | previous finished, make sure to not return when uploading via ajax
* Apps drag and drop featureMario2021-08-031-2/+2
|
* mod cloud stringsMario2021-01-031-2/+2
|
* remove fallback code - it will not be required if compression is dismissedMario2020-12-301-34/+3
|
* files_ng: provide a fallback in case the server timed out on compressing the ↵Mario2020-12-281-2/+33
| | | | zip file
* fix javascript warningMario2020-12-231-1/+1
|
* provide some info and remove unused codeMario2020-12-221-10/+3
|
* files_ng: improve download handlÃingMario2020-12-221-7/+31
|
* files_ng: omit parent folders of a downloadMario2020-12-221-0/+2
|
* files_ng: implement directory and bulk file downloadMario2020-12-211-1/+42
|
* files_ng: fix regression in finding the right path in certain situations and ↵Mario2020-12-161-2/+9
| | | | add a info panel with attach and zrl bbcode
* merge branch files_ng into devMario2020-12-141-113/+328
|
* fix acl issue in mod cloudMario Vavti2017-12-021-1/+22
|
* more or less working chunked uploads on /cloud now.zotlabs2017-11-301-31/+19
|
* made it to prepareHtmlzotlabs2017-11-301-3/+5
|
* progress on chunked uploads in /cloudzotlabs2017-11-301-9/+9
|
* more chunk stuffzotlabs2017-11-291-3/+3
|
* more chunkzotlabs2017-11-281-2/+6
|
* more chunk workzotlabs2017-11-281-13/+12
|
* more chunk workzotlabs2017-11-281-20/+24
|
* first integration attempt with /cloud and blueimp uploaderzotlabs2017-11-281-0/+27
|
* update to latest bs4 from git and change hidden-* classes to d-*Mario Vavti2017-03-201-1/+1
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-2/+2
|
* multi acl: port /rpostMario Vavti2016-08-051-7/+7
|
* catch all input fields (in preparation for acl in this place) and display ↵Mario Vavti2016-07-291-4/+7
| | | | the files to upload in the right order
* missing spaceMario Vavti2016-07-281-1/+1
|
* missing semicolonMario Vavti2016-07-281-1/+1
|
* add more info on what is happening after we are at 100% and minor fixesMario Vavti2016-07-281-3/+19
|
* re-implement progress-bar to work with all browsersMario Vavti2016-07-281-5/+8
|
* reusing the original form did not work so well via xhr upload - let us ↵Mario Vavti2016-07-281-8/+12
| | | | create a new form for this action. revert progressbar- only works nice in firefox
* make progressbar slightly more transparent and give it a default width of ↵Mario Vavti2016-07-281-1/+1
| | | | 3px to indicate which files are to be uploaded
* use single quote for js and double quote for html with proper escapes and ↵Mario Vavti2016-07-281-6/+7
| | | | implement a simple progressbar
* translate mime types to icons, update some icons, move file preview (upload ↵Mario Vavti2016-07-281-5/+52
| | | | progress) below table header
* rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-70/+114
| | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
* fix drag and dropMario Vavti2016-07-261-1/+1
|
* revert cloud acl selector (branched so as to continue development)redmatrix2016-07-251-2/+2
|
* make drag/drop work with acl, which bypassed the formredmatrix2016-07-241-2/+2
|
* Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-0/+98
reload