summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Allow opening files for editing in new tabsAzul2020-04-091-8/+37
* refactor: fileActions.getCurrentDefaultFileAction()Azul2020-04-081-6/+3
* Fix default action for deleted sharesGretaD2020-03-091-1/+20
* Remove deprecated global variablesChristoph Wurst2020-03-091-1/+1
* Show proper file name when fetching details failsJulius Härtl2020-02-121-2/+2
* Removed nested call to beforeunloadJoas Schilling2020-02-061-3/+0
* Fix legacy tabsJohn Molakvoæ (skjnldsv)2020-01-291-3/+2
* Adjust filelist color handling to new dark theme valueJulius Härtl2020-01-241-6/+5
* Do not show sidebar on rename (fixes #18613)Julius Härtl2020-01-151-2/+4
* Properly set current file info when switching the details viewJulius Härtl2020-01-151-0/+8
* Fix Sidebar enabled checkJohn Molakvoæ (skjnldsv)2019-12-191-1/+2
* Properly reload file list on share acceptJohn Molakvoæ (skjnldsv)2019-12-041-0/+7
* 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
| |/