summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez2018-09-261-1/+48
* Do not show an error message when draging and dropping textDaniel Calviño Sánchez2018-06-121-0/+10
* Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez2018-06-121-15/+8
* Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez2018-06-121-0/+10
* Remove duplicated codeDaniel Calviño Sánchez2018-06-121-6/+1
* Fix race condition when preparing upload folderDaniel Calviño Sánchez2018-05-101-1/+17
* Fix progress bar hidden before the upload endsDaniel Calviño Sánchez2018-04-091-7/+1
* Don't encode paths passed to the OC.Files.ClientRoeland Jago Douma2018-01-101-7/+7
* Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-031-1/+12
|\
| * Only set X-OC-Mtime when browser provided lastModified on uploadVincent Petry2017-12-151-4/+12
| * Transmit OC-Total-Length in browser as wellThomas Müller2017-12-151-1/+4
* | Update quota on file upload and deletionJohn Molakvoæ (skjnldsv)2017-12-211-1/+1
|/
* Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry2017-11-131-6/+29
* Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-12/+59
* Add space between ellipsis and wordMorris Jobke2017-10-251-2/+2
* Update file-upload.jsrakekniven2017-10-071-2/+2
* Don't try the actual file upload if the checks already error outRoeland Jago Douma2017-08-261-0/+3
* Replace ... with …Morris Jobke2017-08-231-3/+3
* Show "Uploading..." in web UI for long uploadsMorris Jobke2017-08-231-0/+4
* Fix uploadrate value of 'original-title' attributeBekcpear2017-06-161-1/+1
* Fix upload remaining timeBekcpear2017-06-161-12/+14
* Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
* Merge pull request #4153 from nextcloud/fix-uploadJoas Schilling2017-04-061-1/+2
|\
| * Fix upload of folders in ChromeMorris Jobke2017-04-061-1/+2
* | Some more hardeningJoas Schilling2017-04-041-6/+7
* | file-upload.js modified : Remaining upload time correctedSarthikaDhawan2017-04-041-1/+10
|/
* added quit option in commentstabview.jsnoveens2017-03-231-11/+5
* dont preserve mtime when uploading trough the web interfaceRobin Appelman2017-03-131-5/+0
* Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+1
* fix typoMorris Jobke2017-02-281-1/+1
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-271-2/+2
* Merge pull request #2763 from nextcloud/fix_maindetailsview_favorite_star-patchLukas Reschke2016-12-231-31/+0
|\
| * OC.Uploader does not have a 'state' method, therefore theChristoph Wurst2016-12-231-31/+0
* | Just use moment to comupte the time left for the upload - translations are de...Thomas Müller2016-12-221-37/+3
|/
* Fix showConflictpflug2016-12-191-1/+12
* fix type in jsdocArthur Schiwon2016-12-061-1/+1
* Upload autorename on client sideVincent Petry2016-11-021-31/+54
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-14/+1
* Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-251-0/+1
* More fixes to file uploadVincent Petry2016-10-241-13/+15
* Fix js unit tests for webdav put upload changesVincent Petry2016-10-241-3/+13
* Add support for chunked uploadVincent Petry2016-10-241-36/+105
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-228/+562
* Merge pull request #1520 from nextcloud/upload-allow-zeroMorris Jobke2016-09-261-4/+0
|\
| * Allow uploading empty files (#26113)Vincent Petry2016-09-261-4/+0
* | Fix folder drag glitch in FirefoxMorris Jobke2016-09-141-6/+16
|/
* Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
* changes emptycontent icon to drag-accept on file-dragVincent Chan2016-06-231-1/+2
* store icons in classVincent Chan2016-06-151-2/+5
* dragging over folder will highlight folder onlyVincent Chan2016-06-151-0/+3