summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
Commit message (Expand)AuthorAgeFilesLines
* LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
* 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-124-5/+32
* Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-061-0/+13
|\
| * Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-0/+13
* | code changes for user_ldap Dynamic Group MembershipAlex Weirig2016-02-031-0/+13
|/
* ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-071-1/+5
* changed 1.000 to 1,000sylvain2015-11-121-1/+1
* make all the buttons beautifulArthur Schiwon2015-11-053-4/+18
* add tooltip to ldap server wizardHendrik Leppelsack2015-10-291-0/+1
* [IE9] Prevent LDAP password field to become plain textVincent Petry2015-10-161-0/+4
* LDAP Wizard: enable/disable test login name button depending on whether a log...Arthur Schiwon2015-09-241-1/+12
* Remove another occurance of ldap_nocaseLennart Rosam2015-08-191-14/+0
* Merge pull request #16326 from owncloud/fix-16192Morris Jobke2015-05-202-3/+29
|\
| * include base dn test in functionality testArthur Schiwon2015-05-132-3/+29
* | 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-183-1/+19
|/
* check optional parameter before using it, fixes #16147Arthur Schiwon2015-05-071-2/+2
* fix filter index on selected groups is updated too earlyArthur Schiwon2015-05-061-2/+3
* fix broken group presentation in selected groups listArthur Schiwon2015-05-061-3/+6
* cleanupArthur Schiwon2015-05-051-1/+0
* Update wizardTabElementary.jscmeh2015-04-281-1/+1
* LDAP Wizard: have always-increasing 'nth Server' number per full page load, f...Arthur Schiwon2015-04-211-11/+23
* always open filter tab in raw mode, when 'Manually enter LDAP filters' is che...Arthur Schiwon2015-04-173-2/+8
* compile user and login filter on the first time automatically, if a suggestio...Arthur Schiwon2015-04-094-0/+10
* escape filter for outputArthur Schiwon2015-04-091-1/+1
* fix number and insert position when adding/copying a configArthur Schiwon2015-04-091-2/+2
* update back/continue buttons also on tab clickArthur Schiwon2015-04-093-3/+8
* newlines at end of fileArthur Schiwon2015-04-0910-10/+10
* docArthur Schiwon2015-04-091-2/+2
* run functionality checks also when host field changesArthur Schiwon2015-04-091-1/+1
* LDAP Wizard OverhaulArthur Schiwon2015-04-0943-1490/+4609
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-051-4/+10
* coding styleArthur Schiwon2015-01-152-5/+8
* update user or group count only, when the multiselect is closedArthur Schiwon2015-01-141-4/+34
* allow to read again objectclasses and groups under certain conditionsArthur Schiwon2015-01-142-2/+31
* JS cleanupArthur Schiwon2015-01-133-34/+26
* make scrutinizer happier and always count users on assisted mode, even with x...Arthur Schiwon2014-11-222-6/+6
* make updateCount work properly with new xp'd mode as well as withoutArthur Schiwon2014-11-212-7/+25
* trigger count on the correct filterArthur Schiwon2014-11-201-1/+1
* better readbility, no effective changesArthur Schiwon2014-11-201-5/+5
* use underscore.js for undefined checksArthur Schiwon2014-11-201-4/+4
* this happens already before counting, no need anymoreArthur Schiwon2014-11-201-2/+0
* JS docArthur Schiwon2014-11-202-0/+27
* detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon2014-11-202-33/+81
* detect user display name attribute and return user count depending on its pre...Arthur Schiwon2014-11-201-4/+11
* on xp'ed mode and switching configurations: save raw mode instead of toggling...Arthur Schiwon2014-10-292-14/+10
* remove debug outputArthur Schiwon2014-10-151-1/+0
* instead of dis/enabling tabs on save, cancel tab change. avoids noisy uiArthur Schiwon2014-10-151-5/+4
* show busy cursor and lock tabs on saveArthur Schiwon2014-10-151-9/+30