summaryrefslogtreecommitdiffstats
path: root/core/js/multiselect.js
Commit message (Collapse)AuthorAgeFilesLines
* Users page lazy multiselect group dropdownsVincent Petry2016-08-291-23/+29
| | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed.
* replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-3/+3
|
* fix multiselectHendrik Leppelsack2015-09-251-0/+3
|
* use proper triangle for multiselect dropdowns as wellJan-Christoph Borchardt2015-09-031-1/+1
|
* also add title to multiselect create new element, fix #15954Jan-Christoph Borchardt2015-05-011-1/+2
|
* add title to multiselect list items so longer group names are visible, fix ↵Jan-Christoph Borchardt2015-04-291-5/+6
| | | | #15819
* Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-3/+4
|\ | | | | Add the option to enable apps only for specific groups
| * remove +3 in multiselect.jsThomas Müller2014-06-031-3/+3
| |
| * Trigger change event on multiselect changeRobin Appelman2014-06-031-0/+1
| |
* | Add some more spaces for operatorskondou2014-06-021-4/+4
| |
* | Some readability improvementskondou2014-06-021-1/+1
| |
* | Scrutinizer cleanupkondou2014-06-021-16/+30
|/
* Slide duration set to 200ms for multiselect (same duration as user menu)unknown2013-12-051-6/+7
|
* Revert "Merge pull request #6210 from owncloud/fix-5865"Morris Jobke2013-12-051-14/+13
| | | | | This reverts commit f12363d90b31e03a9f2e95911dda54af728a2df6, reversing changes made to eba35d28cd974507f9e81e15430d3d33dbbd9973.
* Changed duration of slideDown, slideUp and fadeOut to 200msunknown2013-12-051-13/+14
|
* Fixed multiselect to not set the button's height on itself after selectVincent Petry2013-11-141-2/+0
| | | | Fixes #5841
* Fix some JSLint warningskondou2013-07-311-2/+2
|
* multiselect: fixed 'add group' interface a bitJan-Christoph Borchardt2013-06-111-2/+2
|
* Fix #3095.kondou2013-04-241-1/+1
|
* Extra position check for multiselect dropdown. Fix app/issues/575Thomas Tanghus2013-02-161-2/+3
|
* multiSelect: Add sorting options.Thomas Tanghus2012-12-211-7/+42
|
* multiSelect: Make sure up/down classes are removed on close.Thomas Tanghus2012-12-211-4/+4
|
* multiSelect: Don't force popup above if there's no room for it there.Thomas Tanghus2012-12-211-1/+3
|
* multiSelect.js: Give each select a unique msid to prevent double adding in ↵Thomas Tanghus2012-12-041-10/+19
| | | | users.js
* multiSelect: Make sure last added entry is selected and some code cleanup.Thomas Tanghus2012-12-041-31/+44
|
* Added some missing type checks.Thomas Tanghus2012-12-041-2/+2
|
* Enhanced multiSelect jquery plugin.Thomas Tanghus2012-12-041-33/+101
|
* Prevent adding a duplicate to a multiselectMichael Gapczynski2012-07-011-1/+12
|
* Add new group to other user's group select formsMichael Gapczynski2012-07-011-2/+3
|
* typo in js statement fixedBjoern Schiessle2012-06-261-1/+1
|
* fix potential xss in multiselectRobin Appelman2012-06-091-3/+9
|
* some multiselect improvementsRobin Appelman2012-02-221-5/+14
|
* fix inconsitent behaviour when trying to remove yourself from the admin groupRobin Appelman2012-01-151-2/+2
|
* make the minimum width of the multiselect configurableRobin Appelman2012-01-141-7/+11
|
* problem with previous selected groups fixedMarvin Thomas Rabe2011-10-021-6/+6
|
* work on user managementRobin Appelman2011-08-101-0/+160