summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js/wizard/wizardTabGeneric.js
Commit message (Expand)AuthorAgeFilesLines
* replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-1/+1
* Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-121-2/+29
* ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-071-1/+5
* make all the buttons beautifulArthur Schiwon2015-11-051-1/+12
* throw exception on LDAP error 1, which we usually do not see and is pretty ge...Arthur Schiwon2015-05-181-0/+6
* catch unallowed anonymous auth attempt and show specific errorArthur Schiwon2015-05-181-0/+5
* always open filter tab in raw mode, when 'Manually enter LDAP filters' is che...Arthur Schiwon2015-04-171-2/+6
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-0/+547