- Dec 23, 2016
-
-
Christoph Wurst authored
dead code can be removed Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 22, 2016
-
-
Thomas Müller authored
Just use moment to comupte the time left for the upload - translations are delivered as part of moment.js - fixes #26804 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Dec 19, 2016
-
-
pflug authored
use getFullFileName to show conflicting file add original.directory to make fileExists happy Signed-off-by:
Andreas Pflug <dev@admin4.org>
-
- Dec 06, 2016
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Nov 02, 2016
-
-
Vincent Petry authored
Removes the need for POST to collection which would hit against upload limits. The client tries to auto rename the file by adding a suffix "(2)". It tries to use the file list on the client side to guess a suitable name. In case a file still cannot be uploaded and creates a conflict, which can happen when the file was concurrently uploaded, the logic will continue increasing the suffix.
-
Vincent Petry authored
The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 25, 2016
-
-
Vincent Petry authored
Properly trigger the "stop" even from the uploader. Also update storage stats at the end of all uploads instead of for each upload.
-
- Oct 24, 2016
-
-
Vincent Petry authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Vincent Petry authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Vincent Petry authored
Hacked around Blueimp's jquery.fileupload to make it work with our new chunking API. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Vincent Petry authored
- uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 26, 2016
-
-
Vincent Petry authored
Downstreaming of https://github.com/owncloud/core/pull/26113 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Sep 14, 2016
-
-
Morris Jobke authored
issue: * drag'n'drop a folder into the files app in Firefox * the highlight stays there because Firefox doesn't trigger the drop event for folders solution: * behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox)
-
- Jul 20, 2016
-
-
Joas Schilling authored
-
- Jun 23, 2016
-
-
Vincent Chan authored
-
- Jun 15, 2016
-
-
Vincent Chan authored
-
Vincent Chan authored
-
Vincent Chan authored
-
- Jun 14, 2016
-
-
Vincent Chan authored
-
- Jun 13, 2016
-
-
Vincent Chan authored
-
- Apr 19, 2016
-
-
Christoph Wurst authored
-
- Mar 22, 2016
-
-
Lukas Reschke authored
jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (
). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details.
-
- Feb 22, 2016
-
-
Vincent Petry authored
This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
-
- Feb 17, 2016
-
-
Vincent Petry authored
When receiving a shared file, the quota for that file counts in the owner's storage, not the current user's storage. To make it possible to overwrite the file even when the current user doesn't have enough space, the quota check is deferred for such files.
-
- Oct 21, 2015
-
-
Vincent Petry authored
- Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format...
-
- Oct 12, 2015
-
-
Vincent Petry authored
-
Thomas Müller authored
-
- Oct 07, 2015
-
-
Vincent Petry authored
-
- Oct 02, 2015
-
-
Vincent Petry authored
-
- Sep 28, 2015
-
-
Vincent Petry authored
When uploading files, first check if the files exist in the current file list. For the ones that do, show a conflict dialog. For the rest, upload directly. If the upload operation detects a conflict on the server side, it will also continue populating the conflict dialog. From now on, server side conflict can only occur if someone concurrently uploaded a file into the same folder but the current user hasn't refreshed the list yet.
-
- Aug 28, 2015
-
-
Vincent Petry authored
Refactored the new menu to be encapsulated in the NewFileMenu JS class
-
- Apr 27, 2015
-
-
Vincent Petry authored
-
- Mar 26, 2015
-
-
Robin McCorkell authored
This reverts commit 18b5966f.
-
- Mar 02, 2015
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13326
-
- Feb 06, 2015
-
-
Morris Jobke authored
* current firefox doesn't throw an exception anymore * it just reads 0 bytes -> folder or empty file * upload of folder or empty file isn't supported in every browser except Chrome * fixes #13940
-
- Jan 12, 2015
-
-
Volkan Gezer authored
-
- Dec 18, 2014
-
-
Morris Jobke authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-