Commit Graph

91 Commits (eb2669448dedfb811ff3d6091f9ce8b2cf27b2f8)

Author SHA1 Message Date
Oliver Gasser eb2669448d Compare upload limit against biggest file 12 years ago
Vincent Petry ec4cf96f0d Breadcrumb width calculation fix 12 years ago
Vincent Petry 9ef7410abe Fixed uploading by drag and drop into folder 12 years ago
Vincent Petry 6fd084243b Fixed many issues, clean up 12 years ago
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app 12 years ago
Jörn Friedrich Dreyer f0f059576e polish jslint for files-upload.js 12 years ago
Vincent Petry 2883f231d0 Fixed insertion of files 12 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Thomas Müller 83e8981e24 add link to further discussion about that folder check 13 years ago
Thomas Müller 0edacf372c fix single file upload in firefox 13 years ago
Thomas Müller e8be2ac554 In cases folder drag and drop is not supported a proper message is displayed 13 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Morris Jobke 5747e0e3f9 remove executable flag for file-upload.js 13 years ago
Oskar Hollmann 90839b784f Comment moved to prevent 'Line is too long' warning. 13 years ago
Oskar Hollmann fa28c089fa Fix: 'Upload button tooltip doesn't disappear' 13 years ago
IchEben e7d5715114 only initialise upload dropZone if public upload is allowed 13 years ago
Vincent Petry 0dcac65aa1 Fixed upload issue when free space is not known 13 years ago
Vincent Petry 07f78c8248 Added unit tests for "add()" method for file upload 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 13 years ago
Vincent Petry d36a2ff9ee Added .jshintrc 13 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 13 years ago
Pellaeon Lin 19675c2c9d Fix variable name 13 years ago
Pellaeon Lin cd6ab29313 Use t() 's native method 13 years ago
Vincent Petry 1042733634 Fixed various file name escaping issues in core apps 13 years ago
Vincent Petry 335b2f40a6 Fixed download file from URL error messages 13 years ago
Pellaeon Lin 5ddd85ff9c Contextual upload error message 13 years ago
Pellaeon Lin 64bf0fa47f Display different messages for uploadLimit and freeSpace 13 years ago
Pellaeon Lin 69f2bde324 Change misleading message when file size exceeds upload limit 13 years ago
Vincent Petry 24a08c686d New file box now has default file name + extension 13 years ago
Vincent Petry c16fbbf386 Increased upload error delay to 10 seconds 13 years ago
Vincent Petry 5d9ab6e7ac Update quota value in client after scan and upload 13 years ago
Vincent Petry 19eeb618ff Prevent closing the create dropdown when right clicking in Firefox 13 years ago
Vincent Petry 71cf83b314 Added fix to correctly parse non-array error messages 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Jörn Friedrich Dreyer 8ed73e5ced use a more descriptive error message when the user tries to create '/Shared' 13 years ago
Thomas Müller ca3771f8fd fixing js syntax error 13 years ago
Jörn Friedrich Dreyer 45e6d96702 prevent user from creating or renaming sth. to an existing filename 13 years ago
Vincent Petry 467f864db4 Fixed sharing status update for new/uploaded files 13 years ago
Vincent Petry e98ea06890 File actions are now updated after create/upload file 13 years ago
Vincent Petry e2a4417079 Fixed conflict dialog in IE8 13 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 13 years ago
Jörn Friedrich Dreyer 0683372200 canceling individual uploads is currently impossible because there is no placeholder 13 years ago
Jörn Friedrich Dreyer ae97fad632 fix double translation of error message 13 years ago
Thomas Müller c30c153ea5 fixing typos and l10n 13 years ago
Jörn Friedrich Dreyer 89ed0007c0 jsdoc types should go into {} 13 years ago
Jörn Friedrich Dreyer 715846626e hide excessive logging with a trace flag 13 years ago
Jörn Friedrich Dreyer 86c4c83b86 use exists 13 years ago
Jörn Friedrich Dreyer d41e722629 refactor upload progress 13 years ago
Jörn Friedrich Dreyer 7854cf04ee refactor upload js & html to always use only js to fill form data 13 years ago