summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-55/+6
* | remove executable flag for file-upload.jsMorris Jobke2014-03-201-0/+0
* | Comment moved to prevent 'Line is too long' warning.Oskar Hollmann2014-03-191-1/+2
* | Fix: 'Upload button tooltip doesn't disappear'Oskar Hollmann2014-03-191-0/+1
* | only initialise upload dropZone if public upload is allowedIchEben2014-03-071-1/+1
* | Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+3
* | Added unit tests for "add()" method for file uploadVincent Petry2014-03-061-499/+504
* | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-051-17/+17
|/
* Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-041-0/+12
|\
| * Added .jshintrcVincent Petry2014-01-301-0/+12
* | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-3/+23
|\|
| * Added error message for when target folder was removedVincent Petry2014-01-291-0/+7
| * Fixed various file name escaping issues in core appsVincent Petry2014-01-101-2/+10
| * Fixed download file from URL error messagesVincent Petry2013-12-121-1/+6
* | Fix variable namePellaeon Lin2014-01-241-2/+2