summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Debounce cancel upload messageVincent Petry2015-10-071-6/+5
* | Make sure the conflict dialog is loaded before adding conflictsVincent Petry2015-10-021-2/+5
* | Show conflict dialog before upload when possibleVincent Petry2015-09-281-19/+46
* | Combine upload action into the "New" menuVincent Petry2015-08-281-149/+0
* | Fix file name validation in New menuVincent Petry2015-04-271-9/+3
* | Revert "add https:// placeholder for From Link feature. closes #13255"Robin McCorkell2015-03-261-1/+1
* | Merge pull request #13941 from owncloud/fix-folder-upload-on-firefoxLukas Reschke2015-03-231-0/+9
|\ \
| * | Show message if upload of folder isn't allowedMorris Jobke2015-02-061-0/+9
* | | Remove "Download from URL" featureLukas Reschke2015-03-021-53/+1
|/ /
* | add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
* | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-4/+9
|\ \
| * | properly escape variableJan-Christoph Borchardt2014-12-181-1/+1
| * | fix accessibility for 'New' file inputsJan-Christoph Borchardt2014-12-181-1/+6
| * | fix accessibility of file uploadJan-Christoph Borchardt2014-12-181-3/+3
* | | show spinner on file upload in IE8, 9Morris Jobke2014-12-181-0/+15
|/ /
* | show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-2/+13
* | Improved Javascript docs for JSDocVincent Petry2014-10-311-1/+1
* | Scroll to new file/folder after addingVincent Petry2014-09-041-2/+2
* | Highlight every uploaded files and scroll down to the last onepdessauw2014-09-031-0/+8
* | Compare upload limit against biggest fileOliver Gasser2014-08-121-4/+7
|/
* Breadcrumb width calculation fixVincent Petry2014-06-271-9/+18
* Fixed uploading by drag and drop into folderVincent Petry2014-06-191-1/+1
* Fixed many issues, clean upVincent Petry2014-05-151-3/+0
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-6/+6
* polish jslint for files-upload.jsJörn Friedrich Dreyer2014-05-091-45/+61
* Fixed insertion of filesVincent Petry2014-04-281-3/+3
* we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-3/+1
* add link to further discussion about that folder checkThomas Müller2014-04-151-0/+1
* fix single file upload in firefoxThomas Müller2014-04-101-1/+5
* In cases folder drag and drop is not supported a proper message is displayedThomas Müller2014-04-091-5/+12
* Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-1/+3
|\
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-1/+2