| Commit message (Expand) | Author | Age | Files | Lines |
* | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
* | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 1 | -0/+1 |
* | Accumulate notifications instead of blinking | Vincent Petry | 2016-02-22 | 1 | -1/+5 |
* | Defer quota check in web UI when overwriting shared file | Vincent Petry | 2016-02-17 | 1 | -7/+36 |
* | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 1 | -11/+33 |
* | Debounce cancel upload message | Vincent Petry | 2015-10-12 | 1 | -6/+5 |
* | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
* | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
* | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -2/+5 |
* | Show conflict dialog before upload when possible | Vincent Petry | 2015-09-28 | 1 | -19/+46 |
* | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -149/+0 |
* | Fix file name validation in New menu | Vincent Petry | 2015-04-27 | 1 | -9/+3 |
* | Revert "add https:// placeholder for From Link feature. closes #13255" | Robin McCorkell | 2015-03-26 | 1 | -1/+1 |
* | Merge pull request #13941 from owncloud/fix-folder-upload-on-firefox | Lukas Reschke | 2015-03-23 | 1 | -0/+9 |
|\ |
|
| * | Show message if upload of folder isn't allowed | Morris Jobke | 2015-02-06 | 1 | -0/+9 |
* | | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -53/+1 |
|/ |
|
* | add https:// placeholder for From Link feature. closes #13255 | Volkan Gezer | 2015-01-12 | 1 | -1/+1 |
* | Merge pull request #12941 from owncloud/wave-accessibility-compliance | Morris Jobke | 2014-12-19 | 1 | -4/+9 |
|\ |
|
| * | properly escape variable | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| * | fix accessibility for 'New' file inputs | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+6 |
| * | fix accessibility of file upload | Jan-Christoph Borchardt | 2014-12-18 | 1 | -3/+3 |
* | | show spinner on file upload in IE8, 9 | Morris Jobke | 2014-12-18 | 1 | -0/+15 |
|/ |
|
* | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 1 | -2/+13 |
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -1/+1 |
* | Scroll to new file/folder after adding | Vincent Petry | 2014-09-04 | 1 | -2/+2 |
* | Highlight every uploaded files and scroll down to the last one | pdessauw | 2014-09-03 | 1 | -0/+8 |
* | Compare upload limit against biggest file | Oliver Gasser | 2014-08-12 | 1 | -4/+7 |
* | Breadcrumb width calculation fix | Vincent Petry | 2014-06-27 | 1 | -9/+18 |
* | Fixed uploading by drag and drop into folder | Vincent Petry | 2014-06-19 | 1 | -1/+1 |
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -3/+0 |
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -6/+6 |
* | polish jslint for files-upload.js | Jörn Friedrich Dreyer | 2014-05-09 | 1 | -45/+61 |
* | Fixed insertion of files | Vincent Petry | 2014-04-28 | 1 | -3/+3 |
* | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 1 | -3/+1 |
* | add link to further discussion about that folder check | Thomas Müller | 2014-04-15 | 1 | -0/+1 |
* | fix single file upload in firefox | Thomas Müller | 2014-04-10 | 1 | -1/+5 |
* | In cases folder drag and drop is not supported a proper message is displayed | Thomas Müller | 2014-04-09 | 1 | -5/+12 |
* | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 1 | -1/+3 |
|\ |
|
| * | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -1/+2 |
* | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -55/+6 |
* | | remove executable flag for file-upload.js | Morris Jobke | 2014-03-20 | 1 | -0/+0 |
* | | Comment moved to prevent 'Line is too long' warning. | Oskar Hollmann | 2014-03-19 | 1 | -1/+2 |
* | | Fix: 'Upload button tooltip doesn't disappear' | Oskar Hollmann | 2014-03-19 | 1 | -0/+1 |
* | | only initialise upload dropZone if public upload is allowed | IchEben | 2014-03-07 | 1 | -1/+1 |
* | | Fixed upload issue when free space is not known | Vincent Petry | 2014-03-06 | 1 | -1/+3 |
* | | Added unit tests for "add()" method for file upload | Vincent Petry | 2014-03-06 | 1 | -499/+504 |
* | | don't allow to create a file or folder named 'Shared' in the root folder, als... | Bjoern Schiessle | 2014-03-05 | 1 | -17/+17 |
|/ |
|
* | Merge pull request #7011 from owncloud/jshint | Thomas Müller | 2014-02-04 | 1 | -0/+12 |
|\ |
|
| * | Added .jshintrc | Vincent Petry | 2014-01-30 | 1 | -0/+12 |
* | | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -3/+23 |
|\| |
|