aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_cloud.js
Commit message (Expand)AuthorAgeFilesLines
* remove jgrowlMario2024-05-021-2/+2
* 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 pre...Mario2021-10-011-47/+60
* 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
* 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
* 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 the...Mario Vavti2016-07-291-4/+7
* 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 create...Mario Vavti2016-07-281-8/+12
* make progressbar slightly more transparent and give it a default width of 3px...Mario Vavti2016-07-281-1/+1
* use single quote for js and double quote for html with proper escapes and imp...Mario Vavti2016-07-281-6/+7
* translate mime types to icons, update some icons, move file preview (upload p...Mario Vavti2016-07-281-5/+52
* rework drag and drop to drag directly into files area, implement the default ...Mario Vavti2016-07-271-70/+114
* 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