summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* fix permissions for drag-n-drop uploadsRobin Appelman2019-07-011-1/+1
* Fix window scroll containerJulius Härtl2019-06-191-2/+2
* Merge pull request #15767 from nextcloud/bugfix/0b-quota-createMorris Jobke2019-05-281-6/+3
|\
| * Hide newFile menu if quota is set to 0BJulius Härtl2019-05-281-6/+3
* | Also allow dragging below the file listJulius Härtl2019-05-271-0/+1
|/
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* Merge pull request #15302 from nextcloud/enhancement/files/table-head-stickyMorris Jobke2019-05-071-2/+0
|\
| * Floating files headerJohn Molakvoæ (skjnldsv)2019-05-071-2/+0
* | Do NOT assume all files are selected if the first checkbox isJohn Molakvoæ (skjnldsv)2019-04-301-6/+18
|/
* Use max contrast variable to cap the generated coloursJohn Molakvoæ (skjnldsv)2019-03-211-7/+30
* Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-141-75/+68
|\
| * Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-291-4/+8
| |\
| * | Fix unit testsTomasz Grobelny2018-11-241-4/+7
| * | 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-241-31/+12
| * | Move progress bar to separate componentTomasz Grobelny2018-11-241-0/+5
* | | HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-011-1/+1
* | | Add drop zone for favorites quick access in navigationfnuesse2019-02-011-0/+4
* | | Replace double quotes with single quotesDaniel Calviño Sánchez2019-01-311-1/+1
* | | Add missing trailing ";"Daniel Calviño Sánchez2019-01-311-1/+1
* | | 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
* | | Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-301-25/+116
|\ \ \ | |_|/ |/| |
| * | Add more accessible method of selecting file rangesTomasz Grobelny2019-01-241-25/+116
| |/
* | 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
* | fix testing for undefinedFlorian Schunk2019-01-161-1/+1
* | also remember folder for multiselect actionsFlorian Schunk2019-01-161-1/+6
|/
* 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-221-2/+7
* | Fix rendering of the sidebar in Files appDaniel Calviño Sánchez2018-11-221-1/+25
|/
* 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
|\
| * Fix move related testsTomasz Grobelny2018-11-031-6/+10
| * Fix file move operation for large number of filesTomasz Grobelny2018-10-301-5/+40
* | Set the filemodel before rending the detailsviewRoeland Jago Douma2018-11-021-1/+1
|/
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+27
|\
| * Restore table headJohn Molakvoæ (skjnldsv)2018-10-231-0/+1
| * Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-231-2/+20
| |\
| * | Public fixes, request & default to gridJohn Molakvoæ (skjnldsv)2018-10-231-3/+6