summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use reportOperationProgress for removing filesTomasz Grobelny2018-11-241-43/+43
| * | Properly handle errors (including 500)Tomasz Grobelny2018-11-241-2/+6
| * | Add progress reporting to move and copy operationsTomasz Grobelny2018-11-244-33/+60
| * | Fix progress bar labelTomasz Grobelny2018-11-244-14/+21
| * | Move progress bar to separate componentTomasz Grobelny2018-11-246-22/+108
| * | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
* | | Use the new method instead of the deprecated wrapperJoas Schilling2019-02-061-4/+11
* | | 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-012-0/+45
* | | Fix drop zone shadowfnuesse2019-02-011-0/+2
* | | Unify handling of dropping one file or several files on the trash binDaniel Calviño Sánchez2019-02-011-8/+7
* | | Use full names instead of abbreviations in variable namesDaniel Calviño Sánchez2019-01-311-8/+8
* | | Make code format more consistent with the rest of the fileDaniel Calviño Sánchez2019-01-311-12/+11
* | | Replace double quotes with single quotesDaniel Calviño Sánchez2019-01-312-8/+8
* | | Add missing trailing ";"Daniel Calviño Sánchez2019-01-312-4/+4
* | | Remove unneeded triggering of eventDaniel Calviño Sánchez2019-01-311-2/+0
* | | Remove duplicated variable declarationDaniel Calviño Sánchez2019-01-311-1/+0
* | | Remove leftover from a WIPDaniel Calviño Sánchez2019-01-311-1/+0
* | | Remove hack to prefetch the starred trash iconDaniel Calviño Sánchez2019-01-311-3/+0
* | | Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-303-26/+119
|\ \ \ | |_|/ |/| |
| * | Add more accessible method of selecting file rangesTomasz Grobelny2019-01-243-26/+119
* | | Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3
* | | Merge pull request #13855 from tomasz-grobelny/faster_file_uploadChristoph Wurst2019-01-292-1/+6
|\ \ \
| * | | Throttle getstoragestats.php calls and allow simultaneous uploadsTomasz Grobelny2019-01-272-1/+6
* | | | changed case on variable to match initial caseimsolost2019-01-251-1/+1
* | | | fixed replacement functions to catch all instances of parenthesisimsolost2019-01-251-3/+2
|/ / /
* | | apps: file-upload: fix typo in commentsTigran Mkrtchyan2019-01-211-2/+2
* | | fix testing for undefinedFlorian Schunk2019-01-162-2/+2
* | | also remember folder for multiselect actionsFlorian Schunk2019-01-161-1/+6
* | | remember last copied to directoryFlorian Schunk2019-01-161-1/+6
* | | copy Dialog starts in current directoryFlorian Schunk2019-01-161-1/+1
|/ /
* | Merge pull request #13212 from nextcloud/bugfix/noid/ie11-files-loadingRoeland Jago Douma2018-12-211-2/+5
|\ \
| * | Replace ChildNode.before with custom before helperJulius Härtl2018-12-211-2/+5
* | | Only check whatsnew once per hourRoeland Jago Douma2018-12-201-1/+4
|/ /
* / Do not show general warning on free space errorRoeland Jago Douma2018-12-051-1/+1
|/
* Merge pull request #10825 from greenido/fixing-issue-9931Morris Jobke2018-11-221-1/+50
|\
| * JSUnit tests are not compatible with let/const yetMorris Jobke2018-11-191-10/+10
| * Translate name for "(copy)"Morris Jobke2018-11-191-11/+12
| * Per the last comment on having only (copy) for the first oneIdo Green2018-11-191-5/+19
| * Use the new naming per the comments on #9931Ido Green2018-11-191-5/+5
| * fixing issue 9931 - copy a file to the same directoryIdo Green2018-11-191-1/+35
* | Do not switch to root folder if filelist is already shownJulius Härtl2018-11-222-3/+13
* | Fix rendering of the sidebar in Files appDaniel Calviño Sánchez2018-11-222-11/+25
* | Fix whitespace and file action cleanupJulius Härtl2018-11-201-11/+10
* | Allow to hide download option for folders shared by linkJulius Härtl2018-11-201-9/+11
|/
* Make number of file list entries depending on the width for grid viewJulius Härtl2018-11-181-1/+8
* Show thumbnail on renameMorris Jobke2018-11-151-3/+3
* Fix min trhumbnail sizeJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-2/+3
* Merge pull request #12128 from tomasz-grobelny/fix_file_moveMorris Jobke2018-11-061-4/+43
|\