aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/filepicker.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-10/+13
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix markup of file names in file pickerDaniel Calviño Sánchez2019-04-031-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make all filepicker strings translatableChristoph Wurst2019-03-221-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* change menu's orientation to make sure it is completly visibleFlorian Schunk2019-01-091-1/+1
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* add functionality to create new folder in file pickerFlorian Schunk2019-01-091-1/+10
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* added button for new folder to interfaceFlorian Schunk2019-01-091-0/+1
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow sorting in the file pickerJulius Härtl2018-11-161-10/+32
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-231-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-231-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* show empty folder message in filepickerRobin Appelman2016-10-211-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use a table for the filepicker list and add size columnRobin Appelman2016-10-191-7/+16
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* filepicker stylingRobin Appelman2016-10-141-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Don't set image path in template.Thomas Tanghus2013-05-201-1/+1
|
* Dialogs: Loose up-button.Thomas Tanghus2013-05-171-1/+0
|
* Various cleanups in OC.dialogsThomas Tanghus2013-05-171-4/+4
|
* Port OC.dialogs to use octemplate except for prompt() and form().Thomas Tanghus2013-05-161-0/+11
Also load octemplate per default.