summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-014-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-02-282-0/+6
|
* Merge pull request #14342 from ↵Morris Jobke2019-02-262-8/+6
|\ | | | | | | | | nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day Fix occ files:scan elapsed time
| * Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
| * Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
| | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-263-68/+120
|\ \ | |/ |/| Limit number of simultaneous MKCOL requests to server to increase upload reliability
| * Fix unit testsTomasz Grobelny2019-02-201-49/+95
| | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * Limit number of simultaneous MKCOL requests to server to increase upload ↵Tomasz Grobelny2019-02-162-19/+25
| | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | Fix alignment of filelist headerJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+6
| |
* | Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-192-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+254
|
* [tx-robot] updated from transifexNextcloud bot2019-02-15114-228/+228
|
* Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-1411-288/+522
|\ | | | | Operation progress improvements
| * Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-29127-546/+743
| |\ | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Fix unit testsTomasz Grobelny2018-11-243-180/+286
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Use reportOperationProgress for removing filesTomasz Grobelny2018-11-241-43/+43
| | | | | | | | | | | | | | | | | | Fix copying files Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Properly handle errors (including 500)Tomasz Grobelny2018-11-241-2/+6
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Add progress reporting to move and copy operationsTomasz Grobelny2018-11-244-33/+60
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Fix progress bar labelTomasz Grobelny2018-11-244-14/+21
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Move progress bar to separate componentTomasz Grobelny2018-11-247-28/+108
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-142-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-138-18/+30
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-124-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-116-2/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-1018-2/+22
| | |
* | | Merge pull request #14060 from nextcloud/bugfix/noid/use-new-methodMorris Jobke2019-02-081-4/+11
|\ \ \ | | | | | | | | Use the new method instead of the deprecated wrapper
| * | | Use the new method instead of the deprecated wrapperJoas Schilling2019-02-061-4/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-084-20/+30
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-066-4/+32
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-0630-6/+60
|/ / /
* | | HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-012-2/+2
| | |
* | | Add drop zone for favorites quick access in navigationfnuesse2019-02-013-0/+48
| | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | Extract variable for yellow color in iconsfnuesse2019-02-011-1/+1
| | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | Fix drop zone shadowfnuesse2019-02-012-1/+9
| | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | Unify handling of dropping one file or several files on the trash binDaniel Calviño Sánchez2019-02-011-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a single file was dropped on the trash bin the file information was gotten from the original element in the file list. When several files were dropped on the trash bin the file information was gotten from the helper elements being dragged around. The helper element also contain the needed file information when a single file is being dragged, so the handling was unified to always get the file information from the helper elements. As the handling of several files is the same as before there is still the issue of only deleting those files shown in the drag helper instead of all the selected files. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Use full names instead of abbreviations in variable namesDaniel Calviño Sánchez2019-01-311-8/+8
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Make code format more consistent with the rest of the fileDaniel Calviño Sánchez2019-01-311-12/+11
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Replace double quotes with single quotesDaniel Calviño Sánchez2019-01-312-8/+8
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Add missing trailing ";"Daniel Calviño Sánchez2019-01-312-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Remove unneeded triggering of eventDaniel Calviño Sánchez2019-01-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "droppedOnTrash" event was being triggered when the file list was initialized, but it should be triggered only when the user actually drops a file on the trash bin. Besides that, the event had no effect; only the file list handles it, but as it was not triggered on any element it ended being triggered on the document, and thus not handled. Moreover, even if it had been triggered on the file list it would have been done before the handler was set, so it would not have been handled anyway. And even if it had been handled no data was provided, so the handler would have failed. In conclusion, triggering the event there was not needed, and thus it was removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Remove duplicated variable declarationDaniel Calviño Sánchez2019-01-311-1/+0
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Remove leftover from a WIPDaniel Calviño Sánchez2019-01-311-1/+0
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Remove hack to prefetch the starred trash iconDaniel Calviño Sánchez2019-01-311-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since 6ad7f32938 SVG icons are directly embedded in "icons-vars.css", so the starred trash icon is now loaded along with the regular trash icon all at once. Therefore it is not needed to explicitly prefetch it using a hidden div. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-304-26/+124
|\ \ \ | |_|/ |/| | Ability to select file ranges with mouse or touchscreen
| * | Add more accessible method of selecting file rangesTomasz Grobelny2019-01-244-26/+124
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the uploaded files have a relative path (that is, when a folder is uploaded) it is first ensured that all the parent folders exist, which is done by trying to create them. When a folder is created in the currently opened folder the file list is updated and a row for the new folder is added. However, this was done too when the folder already existed, which caused the previous row to be removed and a new one added to replace it. For security reasons, some special headers need to be set in requests; this is done automatically for jQuery by handling the "ajaxSend" event in the document. In the case of DAV requests, if the headers are not set the server rejects the request with "CSRF check not passed". When a file or folder is dropped on a folder row the jQuery upload events are chained from the initial drop event, which has the row as its target. In order to upload the file jQuery performs a request, which triggers the "ajaxSend" event in the row; this event then bubbles up to the document, which is then handled by adding the special headers to the request. However, when a folder was dropped on a folder row that folder row was removed when ensuring that the folder exists. The jQuery upload events were still triggered on the row, but as it had been removed it had no parent nodes, and thus the events did not bubble up. Due to this the "ajaxSend" event never reached the document when triggered on the removed row, the headers were not set, and the upload failed. All this is simply fixed by not removing the folder row when trying to create it if it existed already. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #13855 from tomasz-grobelny/faster_file_uploadChristoph Wurst2019-01-292-1/+6
|\ \ \ | | | | | | | | Throttle getstoragestats.php calls and allow simultaneous uploads