summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Reload page on 401 since there is an authentification problemCarl Schwan2021-12-071-5/+3
* Stop reloading file list when getting 401 error on root dirCarl Schwan2021-12-071-0/+4
* adding action.filename to FileActionsMaxence Lange2021-10-081-1/+1
* Migrate deprecated toolip methodsMichaIng2021-09-261-2/+2
* fix sort sort function of files multiple selection actionsJulien Veyssier2021-07-261-1/+1
* add an option to the multiple files selected actions to add and remove tags f...Roland Scheidel2021-07-231-0/+121
* Trigger click event when scrollTo is setLouis Chemineau2021-06-091-25/+25
* Allow apps to register a file action for multiselectJulius Härtl2021-05-121-4/+29
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-1/+12
* Check for target folder available quota when uploadingJulius Härtl2020-11-171-0/+2
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-1/+1
* Bring back the restore share buttonVincent Petry2020-10-221-3/+1
* Fix sidebar legacy fileinfoJohn Molakvoæ (skjnldsv)2020-10-171-2/+2
* Upgrade lifecycle and vue parent contextJohn Molakvoæ (skjnldsv)2020-10-071-2/+8
* Move Files Sidebar to proper javascript standardJohn Molakvoæ (skjnldsv)2020-10-071-1/+10
* Expose currently active file list though OCA.Files.AppJulius Härtl2020-08-251-0/+3
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-14/+1
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-2/+2
* provide feedback about minimum length needed to trigger searchRobin Appelman2020-07-151-1/+6
* 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
|\