summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use t() 's native methodPellaeon Lin2014-01-161-2/+8
* | Contextual upload error messagePellaeon Lin2013-12-111-2/+2
* | Display different messages for uploadLimit and freeSpacePellaeon Lin2013-12-081-2/+8
* | Change misleading message when file size exceeds upload limitPellaeon Lin2013-12-081-2/+2
|/
* New file box now has default file name + extensionVincent Petry2013-11-281-3/+13
* Increased upload error delay to 10 secondsVincent Petry2013-11-081-6/+5
* Update quota value in client after scan and uploadVincent Petry2013-11-061-1/+1
* Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-4/+5
|\
| * Append file etag to preview URLsVincent Petry2013-10-281-4/+5
* | Prevent closing the create dropdown when right clicking in FirefoxVincent Petry2013-10-301-1/+5
* | Added fix to correctly parse non-array error messagesVincent Petry2013-10-291-2/+7
|/
* use a more descriptive error message when the user tries to create '/Shared'Jörn Friedrich Dreyer2013-10-231-2/+2
* fixing js syntax errorThomas Müller2013-10-221-2/+2
* prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-149/+188
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-1/+1
* Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfixMorris Jobke2013-10-161-1/+5
|\
| * Fixed conflict dialog in IE8Vincent Petry2013-10-101-1/+5
* | Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-111-1/+1
|\ \