aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* restrict dropZone to app-content divVincent Chan2016-06-151-1/+1
* change folder icon when dragging over a directoryVincent Chan2016-06-151-2/+13
* adds visual indication for file drag and dropVincent Chan2016-06-131-2/+7
* Merge branch 'Superduper-Progressbar-branch-thingie' of https://github.com/lu...Vincent Petry2016-05-121-2/+75
|\
| * Optimized time formatting, optimized time smoothing.luckydonald2014-08-141-11/+8
| * Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
| * fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
| * Fixed "Any minute now" staying because of undefined buffer. Also increased bu...luckydonald2014-08-131-3/+6
| * Updated String formatting. Label font-weight was already normal.luckydonald2014-08-131-10/+10
| * Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-131-6/+37
| * Added remaining time displaying, moved Information to tooltip, removed now un...luckydonald2014-08-121-4/+26
| * Updated and optimized Mobile Layout as well.luckydonald2014-08-111-2/+3
| * Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-101-5/+5
| * Upload progress bar now displays informations about uploades size (12kB of 3M...luckydonald2014-08-101-1/+6
* | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+1
* | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-221-0/+1
* | Accumulate notifications instead of blinkingVincent Petry2016-02-221-1/+5
* | Defer quota check in web UI when overwriting shared fileVincent Petry2016-02-171-7/+36
* | Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-211-11/+33
* | Debounce cancel upload messageVincent Petry2015-10-121-6/+5
* | Revert "Debounce cancel upload message"Thomas Müller2015-10-121-5/+6