aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/jquery.ocdialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-249/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use triple equal signs according to style guideFlorian 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-0/+13
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* Prevent default action from being executed when the button is disabledDaniel Calviño Sánchez2018-08-301-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 closedThomas Bille2017-10-171-1/+3
| | | | Signed-off-by: Thomas Bille <contact@tbille.fr>
* [WIP] Added copy and move buttonsThomas Citharel2017-09-151-0/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* move more sizing logic to cssRobin Appelman2016-11-281-17/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix dialog to window using cssRobin Appelman2016-11-281-11/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* center dialog using cssRobin Appelman2016-11-281-2/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix styling of filepicker dialogRobin Appelman2016-11-251-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Improve the stylingMorris Jobke2016-10-201-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 styleJan-Christoph Borchardt2016-10-191-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
|
* Resize filepicker on window size changeMorris Jobke2015-05-061-1/+5
| | | | | * add 20 px space to each direction -> 10px padding to left, right, top and bottom * fixes #16100
* Fixed dialogs styling, reversed buttonsVincent Petry2014-07-071-0/+7
| | | | Default dialog button is now on the right, other one on the left.
* Scrutinizer cleanupkondou2014-06-021-3/+13
|
* Use jquery to get the window widthRobin Appelman2014-05-131-2/+2
|
* Don't set the dialog content height to a zero or negative valueRobin Appelman2014-05-131-4/+10
|
* fix oc dialog because the body isn't 100% x 100% in dimensions anymoreMorris Jobke2014-04-291-2/+2
|
* allow passing classes to buttonsJörn Friedrich Dreyer2013-09-181-0/+3
|
* Fix double destroy on escape.Thomas Tanghus2013-09-111-1/+2
|
* Remove console loggingThomas Tanghus2013-09-101-1/+0
|
* Fix setting ocdialog options after initialization.Thomas Tanghus2013-09-101-5/+9
|
* Fix some JSLint warningskondou2013-07-311-5/+5
|
* Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-021-0/+217