aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filemultiselectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-92/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-8/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Do not rerender the selection menu on showJulius Härtl2020-01-081-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add more accessible method of selecting file rangesTomasz Grobelny2019-01-241-0/+1
| | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* Move the filemultiselectmenu over to compiled handlebarsRoeland Jago Douma2018-10-011-17/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixes issues found during running of test cases.Abijeet2018-06-181-5/+7
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Added a new action menu in files and trash list.Abijeet2018-06-181-0/+110
Uses the new file-multi-select-menu component. Towards #7647 Signed-off-by: Abijeet <abijeetpatro@gmail.com>