| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 15 | -21/+21 |
* | Translation string corrected > 1 user | Alan Tygel | 2016-12-21 | 1 | -1/+1 |
* | restore ldap_password_pr | root | 2016-11-23 | 1 | -0/+15 |
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+1 |
* | Hide the LDAP password in the client side | Juan Pablo Villafáñez | 2016-08-19 | 2 | -2/+2 |
* | LDAP Wizard: reset connection status indicator when switching LDAP config | Arthur Schiwon | 2016-04-25 | 1 | -0/+11 |
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
* | Fix race condition when switching filter mode. Fixes #22278 | Arthur Schiwon | 2016-02-12 | 4 | -5/+32 |
* | Merge pull request #22102 from owncloud/ldap_2nddispname-master | Thomas Müller | 2016-02-06 | 1 | -0/+13 |
|\ |
|
| * | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -0/+13 |
* | | code changes for user_ldap Dynamic Group Membership | Alex Weirig | 2016-02-03 | 1 | -0/+13 |
|/ |
|
* | ensure multiselect always receives an array when setting its value, fixes #18734 | Arthur Schiwon | 2015-12-07 | 1 | -1/+5 |
* | changed 1.000 to 1,000 | sylvain | 2015-11-12 | 1 | -1/+1 |
* | make all the buttons beautiful | Arthur Schiwon | 2015-11-05 | 3 | -4/+18 |
* | add tooltip to ldap server wizard | Hendrik Leppelsack | 2015-10-29 | 1 | -0/+1 |
* | [IE9] Prevent LDAP password field to become plain text | Vincent Petry | 2015-10-16 | 1 | -0/+4 |
* | LDAP Wizard: enable/disable test login name button depending on whether a log... | Arthur Schiwon | 2015-09-24 | 1 | -1/+12 |
* | Remove another occurance of ldap_nocase | Lennart Rosam | 2015-08-19 | 1 | -14/+0 |
* | Merge pull request #16326 from owncloud/fix-16192 | Morris Jobke | 2015-05-20 | 2 | -3/+29 |
|\ |
|
| * | include base dn test in functionality test | Arthur Schiwon | 2015-05-13 | 2 | -3/+29 |
* | | throw exception on LDAP error 1, which we usually do not see and is pretty ge... | Arthur Schiwon | 2015-05-18 | 1 | -0/+6 |
* | | catch unallowed anonymous auth attempt and show specific error | Arthur Schiwon | 2015-05-18 | 3 | -1/+19 |
|/ |
|
* | check optional parameter before using it, fixes #16147 | Arthur Schiwon | 2015-05-07 | 1 | -2/+2 |
* | fix filter index on selected groups is updated too early | Arthur Schiwon | 2015-05-06 | 1 | -2/+3 |
* | fix broken group presentation in selected groups list | Arthur Schiwon | 2015-05-06 | 1 | -3/+6 |
* | cleanup | Arthur Schiwon | 2015-05-05 | 1 | -1/+0 |
* | Update wizardTabElementary.js | cmeh | 2015-04-28 | 1 | -1/+1 |
* | LDAP Wizard: have always-increasing 'nth Server' number per full page load, f... | Arthur Schiwon | 2015-04-21 | 1 | -11/+23 |
* | always open filter tab in raw mode, when 'Manually enter LDAP filters' is che... | Arthur Schiwon | 2015-04-17 | 3 | -2/+8 |
* | compile user and login filter on the first time automatically, if a suggestio... | Arthur Schiwon | 2015-04-09 | 4 | -0/+10 |
* | escape filter for output | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | fix number and insert position when adding/copying a config | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
* | update back/continue buttons also on tab click | Arthur Schiwon | 2015-04-09 | 3 | -3/+8 |
* | newlines at end of file | Arthur Schiwon | 2015-04-09 | 10 | -10/+10 |
* | doc | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
* | run functionality checks also when host field changes | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 43 | -1490/+4609 |
* | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-05 | 1 | -4/+10 |
* | coding style | Arthur Schiwon | 2015-01-15 | 2 | -5/+8 |
* | update user or group count only, when the multiselect is closed | Arthur Schiwon | 2015-01-14 | 1 | -4/+34 |
* | allow to read again objectclasses and groups under certain conditions | Arthur Schiwon | 2015-01-14 | 2 | -2/+31 |
* | JS cleanup | Arthur Schiwon | 2015-01-13 | 3 | -34/+26 |
* | make scrutinizer happier and always count users on assisted mode, even with x... | Arthur Schiwon | 2014-11-22 | 2 | -6/+6 |
* | make updateCount work properly with new xp'd mode as well as without | Arthur Schiwon | 2014-11-21 | 2 | -7/+25 |
* | trigger count on the correct filter | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
* | better readbility, no effective changes | Arthur Schiwon | 2014-11-20 | 1 | -5/+5 |
* | use underscore.js for undefined checks | Arthur Schiwon | 2014-11-20 | 1 | -4/+4 |
* | this happens already before counting, no need anymore | Arthur Schiwon | 2014-11-20 | 1 | -2/+0 |
* | JS doc | Arthur Schiwon | 2014-11-20 | 2 | -0/+27 |