Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC.dialogs to the main bundle | Christoph Wurst | 2019-04-30 | 1 | -1202/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filename | Roeland Jago Douma | 2019-04-01 | 1 | -0/+15 |
|\ | | | | | Truncate filename in the middle on filepicker | ||||
| * | Truncate filename in the middle on filepicker | John Molakvoæ (skjnldsv) | 2019-03-30 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | hide new folder button in choose type filepicker | Florian Schunk | 2019-03-29 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | Make all filepicker strings translatable | Christoph Wurst | 2019-03-22 | 1 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | added missing variable declarations | imsolost | 2019-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: imsolost <imsolost@gmail.com> | ||||
* | fix testing for undefined | Florian Schunk | 2019-01-16 | 1 | -8/+1 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | copy Dialog starts in current directory | Florian Schunk | 2019-01-16 | 1 | -2/+11 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | use triple equal signs according to style guide | Florian Schunk | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | move to new folder | Florian Schunk | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | use triple equal signs according to style guide | Florian Schunk | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | change menu's orientation to make sure it is completly visible | Florian Schunk | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | open name prompt on pressing enter | Florian Schunk | 2019-01-09 | 1 | -0/+11 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | reset name of new folder and prevent the form from being submitted twice | Florian Schunk | 2019-01-09 | 1 | -1/+6 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | add functionality to create new folder in file picker | Florian Schunk | 2019-01-09 | 1 | -1/+70 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | Fix dialogs, button position | Jan-Christoph Borchardt | 2018-11-30 | 1 | -2/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix default filepicker style and gridview | John Molakvoæ (skjnldsv) | 2018-11-29 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Properly align loading indicator when switching folders | Julius Härtl | 2018-11-16 | 1 | -2/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Flip sort indicators | Julius Härtl | 2018-11-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow sorting in the file picker | Julius Härtl | 2018-11-16 | 1 | -6/+46 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Disable grid for ie | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -1/+9 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add filepicker toggle | John Molakvoæ (skjnldsv) | 2018-10-23 | 1 | -0/+31 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Filepicker grid | John Molakvoæ (skjnldsv) | 2018-10-23 | 1 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Make possible to pick both files and folders | Daniel Calviño Sánchez | 2018-08-30 | 1 | -1/+9 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Store the mime type filter always as an array | Daniel Calviño Sánchez | 2018-08-30 | 1 | -6/+11 |
| | | | | | | | | | This will make easier to check if both directories and files should be pickable. This also removes an unused assignment to the mime type. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Fix empty mime type filter | Daniel Calviño Sánchez | 2018-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | When the mime type is an empty array no filter should be applied. However, the filter was loosely compared to an empty array, but as arrays are objects then it became an implicit strict equality comparison which always failed due to being different objects. Now the length of the array is compared instead, and also moved outside the loop as it is not needed to check it for each file. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Set emptyText depending on filepicker type | Daniel Kesselberg | 2018-07-31 | 1 | -1/+6 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add placeholder to input in OCdialog prompt | Julius Härtl | 2018-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Sort files in dialog by name. | Patrik Novotný | 2018-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrik Novotný <patrik.novotny@gmx.com> | ||||
* | sorts filepicker files by modified date | Sagorika Das | 2018-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Sagorika Das <sagorika1996@gmail.com> | ||||
* | Fix click error on oc-dialog breadcrumb | John Molakvoæ (skjnldsv) | 2017-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Change move copy order and debug leftover | Thomas Citharel | 2017-09-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | typo | Thomas Citharel | 2017-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | [WIP] Added copy and move buttons | Thomas Citharel | 2017-09-15 | 1 | -12/+89 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #4610 from nextcloud/js-semicolons | Lukas Reschke | 2017-05-01 | 1 | -1/+1 |
|\ | | | | | Fix semicolon at end of JS lines | ||||
| * | Fix semicolon at end of JS lines | Morris Jobke | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix variable definitions in oc dialogs | Morris Jobke | 2017-05-01 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fire callback also on pure closing of prompt dialog | Morris Jobke | 2016-12-09 | 1 | -1/+15 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #2342 from nextcloud/filepicker-shadow | Lukas Reschke | 2016-11-28 | 1 | -9/+2 |
|\ | | | | | Fix filepicker styling | ||||
| * | move more sizing logic to css | Robin Appelman | 2016-11-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | limit filepicker height to screen | Robin Appelman | 2016-11-25 | 1 | -8/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | use public share fileclient when available | Robin Appelman | 2016-11-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | show dialog again of operation failed | Bjoern Schiessle | 2016-11-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Color the trusted domain to alert the admin a bit more | Joas Schilling | 2016-10-31 | 1 | -2/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1823 from nextcloud/filepicker-folder-fix | Roeland Jago Douma | 2016-10-25 | 1 | -1/+4 |
|\ | | | | | Fix picking a folder with the filepicker | ||||
| * | Fix picking a folder with the filepicker | Robin Appelman | 2016-10-20 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | show empty folder message in filepicker | Robin Appelman | 2016-10-21 | 1 | -1/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix filepicker with no mimetype filter | Robin Appelman | 2016-10-19 | 1 | -3/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use a table for the filepicker list and add size column | Robin Appelman | 2016-10-19 | 1 | -14/+19 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |