Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move jQuery plugins into modules and add them to the bundle | Christoph Wurst | 2019-01-29 | 1 | -249/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | 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> | ||||
* | add functionality to create new folder in file picker | Florian Schunk | 2019-01-09 | 1 | -0/+13 |
| | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | ||||
* | Prevent default action from being executed when the button is disabled | Daniel Calviño Sánchez | 2018-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | When "enter" is pressed in the file picker a "click" event is triggered on the primary action button. However, in some cases, like when the file picker is in "Choose" mode and the current directory in the file picker is the root folder, the primary action button is disabled. In those cases pressing enter should not trigger a click action on the button and be ignored instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Destroy modal when closed | Thomas Bille | 2017-10-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Thomas Bille <contact@tbille.fr> | ||||
* | [WIP] Added copy and move buttons | Thomas Citharel | 2017-09-15 | 1 | -0/+5 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | move more sizing logic to css | Robin Appelman | 2016-11-28 | 1 | -17/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix dialog to window using css | Robin Appelman | 2016-11-28 | 1 | -11/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | center dialog using css | Robin Appelman | 2016-11-28 | 1 | -2/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix styling of filepicker dialog | Robin Appelman | 2016-11-25 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Improve the styling | Morris Jobke | 2016-10-20 | 1 | -2/+2 |
| | | | | | | | * remove the scrollbar (content did an overflow due to a min-width) * have proper padding on the right too - padding is 15px on all sides for .oc-dialog Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | filepicker: improve layout and style | Jan-Christoph Borchardt | 2016-10-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Resize filepicker on window size change | Morris Jobke | 2015-05-06 | 1 | -1/+5 |
| | | | | | * add 20 px space to each direction -> 10px padding to left, right, top and bottom * fixes #16100 | ||||
* | Fixed dialogs styling, reversed buttons | Vincent Petry | 2014-07-07 | 1 | -0/+7 |
| | | | | Default dialog button is now on the right, other one on the left. | ||||
* | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -3/+13 |
| | |||||
* | Use jquery to get the window width | Robin Appelman | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Don't set the dialog content height to a zero or negative value | Robin Appelman | 2014-05-13 | 1 | -4/+10 |
| | |||||
* | fix oc dialog because the body isn't 100% x 100% in dimensions anymore | Morris Jobke | 2014-04-29 | 1 | -2/+2 |
| | |||||
* | allow passing classes to buttons | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -0/+3 |
| | |||||
* | Fix double destroy on escape. | Thomas Tanghus | 2013-09-11 | 1 | -1/+2 |
| | |||||
* | Remove console logging | Thomas Tanghus | 2013-09-10 | 1 | -1/+0 |
| | |||||
* | Fix setting ocdialog options after initialization. | Thomas Tanghus | 2013-09-10 | 1 | -5/+9 |
| | |||||
* | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -5/+5 |
| | |||||
* | Replacement for jquery.dialog to fit better with ownCloud design. | Thomas Tanghus | 2013-06-02 | 1 | -0/+217 |