summaryrefslogtreecommitdiffstats
path: root/core/src/OC/dialogs.js
Commit message (Expand)AuthorAgeFilesLines
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-101-1/+27
* Merge branch 'master' into patch-20Jérôme Herbinet2023-04-191-5/+9
|\
| * fix: Fix filepicker breadcrumbsJulius Härtl2023-04-071-3/+3
| * fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-051-4/+8
* | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
|/
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
* feat(filepicker): Allow to pass target for rendering the file picker to diffe...Julius Härtl2023-03-021-1/+1
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-6/+7
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-13/+0
* Limit toggle grid view button scopeVincent Petry2022-11-171-2/+2
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-1/+6
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-102/+119
* Update typehint for confirmDestructiveDaniel Kesselberg2022-08-241-1/+1
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-0/+8
* Rename a11y helper functionChristopher Ng2022-06-091-6/+6
* Update variable nameChristopher Ng2022-06-091-4/+4
* Add a11y utility functionChristopher Ng2022-06-091-5/+6
* Use keyboard controls for new folder creationChristopher Ng2022-06-091-9/+9
* Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-091-12/+13
* Restore grid view toggleChristopher Ng2022-06-091-4/+0
* Prepend file picker to be initial keyboard focus targetChristopher Ng2022-06-091-1/+1
* Handle keyboard navigation in the file pickerChristopher Ng2022-06-081-10/+16
* Add extra filter for file pickerVincent Petry2022-04-141-0/+9
* Center dialog new file menuJohn Molakvoæ2022-03-071-1/+0
* Fix file picker not respecting hidden files settingsCarl Schwan2022-01-131-0/+10
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
* Restore innocent code from IE purgeLouis Chemineau2022-01-031-0/+3
* Fix persistent tooltip in the "new folder" input of the file pickerDaniel Calviño Sánchez2021-12-201-0/+4
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-11/+3
* Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-4/+26
* fix loading mtime of new file in conflict dialog in firefoxRobin Appelman2020-12-011-4/+4
* ensure filepicker list is empty before populatingRobin Appelman2020-11-021-0/+2
* catch errors when closing file conflict dialogRobin Appelman2020-10-281-1/+5
* Make closing dialogs callback with falseGary Kim2020-06-301-0/+1
* Make the confirm dialog modal by defaultJoas Schilling2020-06-151-2/+2
* Fix replacement dialogRoeland Jago Douma2020-05-071-2/+2
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-0/+6
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-1/+0
* Remove deprecated global variablesChristoph Wurst2020-03-091-3/+3
* Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-251-2/+30
* Fix "TypeError: u.$form is undefined"Joas Schilling2020-02-251-1/+1
* Allow to create directories when they are selectableJoas Schilling2020-02-251-1/+1
* Allow to have mutliple buttons on the filepickerJoas Schilling2019-12-091-12/+25
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-2/+2
* Prompt on destructive user actionsGary Kim2019-11-051-0/+49
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-637/+640
* Append / to data('path') for folder content requestDaniel Kesselberg2019-09-281-1/+1