summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Use function to open a sidebar fileJohn Molakvoæ (skjnldsv)2019-11-131-3/+3
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-291-2/+7
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-42/+27
* Allow registering header sections in the file listsJulius Härtl2019-10-231-0/+60
* Remove deprecated legacy file actionsJulius Härtl2019-10-141-6/+2
* Allow options to be passed to `FileList.createFile`, so that `scrollTo` can b...Thomas Ebert2019-09-161-3/+4
* Merge pull request #16969 from nextcloud/bugfix/14350/thumbnail_should_open_t...Roeland Jago Douma2019-09-031-1/+1
|\
| * Change filelist _onClickFile function so thumbnail to open the file instead o...Greta Doci2019-09-021-1/+1
* | Fix grid viewJonathan Matthews2019-08-191-0/+5
|/
* Trigger fallback code to get max contrast value and use integer thereMorris Jobke2019-07-251-2/+5
* Fix max contrast retrieval to limit minimum color for relative timeMorris Jobke2019-07-241-1/+1
* Properly load permissions in showActionsJulius Härtl2019-07-051-1/+1
* 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
|/