| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a... | Arthur Schiwon | 2013-09-27 | 1 | -11/+11 |
* | LDAP: case insensitive replace for more robustness | Arthur Schiwon | 2013-08-27 | 1 | -1/+1 |
* | fix numRows usage in user_ldap | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -4/+2 |
* | LDAP: fix generation of alternate internal name on conflicts. Use also smalle... | Arthur Schiwon | 2013-05-30 | 1 | -2/+2 |
* | Merge branch 'master' into ldap_configurable_username_n_uuid | Arthur Schiwon | 2013-05-13 | 1 | -11/+11 |
|\ |
|
| * | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 1 | -11/+11 |
| |\ |
|
| | * | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -11/+11 |
* | | | LDAP: implement UUID and internal username override | Arthur Schiwon | 2013-05-08 | 1 | -1/+19 |
|/ / |
|
* | | LDAP: cachekey in set method needs to match with that one from get | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
* | | LDAP: remove restriction from group names to be in line with core behaviour a... | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
|/ |
|
* | LDAP: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 |
* | LDAP: compatibility with Novell eDirectory UUID | Arthur Schiwon | 2013-03-11 | 1 | -2/+2 |
* | LDAP: escape some more chars for proper search filter, fixes #1673 | Arthur Schiwon | 2013-03-05 | 1 | -0/+3 |
* | LDAP: error codes can be negative, too | Arthur Schiwon | 2013-03-05 | 1 | -1/+1 |
* | LDAP: sort users on server-side | Arthur Schiwon | 2013-02-26 | 1 | -1/+10 |
* | Join short comment lines | Bart Visscher | 2013-02-15 | 1 | -4/+2 |
* | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -17/+45 |
* | LDAP: format dn before using it, not other way round. fixes #1605 | Arthur Schiwon | 2013-02-13 | 1 | -1/+1 |
* | adjust copyright | Arthur Schiwon | 2013-02-10 | 1 | -1/+1 |
* | LDAP: change generation of internal names. Use UUID for users. Change to sequ... | Arthur Schiwon | 2013-02-10 | 1 | -19/+100 |
* | LDAP: make it possible to define attributes that should be considered on sear... | Arthur Schiwon | 2013-01-31 | 1 | -0/+44 |
* | LDAP: fix parameter passed not as expected | Arthur Schiwon | 2013-01-16 | 1 | -1/+1 |
* | dechex not necessary, do not waste time with it | Arthur Schiwon | 2013-01-08 | 1 | -1/+1 |
* | Code style | Arthur Schiwon | 2013-01-08 | 1 | -6/+10 |
* | support LDAP search using multiple base DNs also with paged results, implemen... | Arthur Schiwon | 2013-01-04 | 1 | -33/+50 |
* | support multiple base DNs | Arthur Schiwon | 2013-01-03 | 1 | -5/+42 |
* | More style fixes | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -9/+9 |
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | Merge pull request #584 from wardragon/ldap_access_userExists_fix | blizzz | 2012-12-12 | 1 | -3/+3 |
|\ |
|
| * | Exclude LDAP backend from global user searches | Lorenzo M. Catucci | 2012-12-07 | 1 | -3/+3 |
* | | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d... | Arthur Schiwon | 2012-12-03 | 1 | -4/+11 |
|/ |
|
* | port 95cee0e from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -1/+14 |
* | port dd694b5 from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -11/+6 |
* | LDAP: escape values in the DN, fixes #419 | Arthur Schiwon | 2012-11-21 | 1 | -0/+13 |
* | LDAP: cherrypick objectGUID handling from stable45, was part of PR 344 | Arthur Schiwon | 2012-11-12 | 1 | -1/+35 |
* | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-05 | 1 | -2/+3 |
* | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-05 | 1 | -3/+8 |
* | LDAP: make filter in readAttribute configurable | Arthur Schiwon | 2012-10-27 | 1 | -2/+6 |
* | LDAP: improve slicing | Arthur Schiwon | 2012-10-27 | 1 | -3/+8 |
* | LDAP: add error handling for failed searches | Arthur Schiwon | 2012-10-27 | 1 | -0/+5 |
* | remove TODO comment, it's done | Arthur Schiwon | 2012-10-27 | 1 | -1/+0 |
* | LDAP: let result processing in Access::search slice the array for not-paginat... | Arthur Schiwon | 2012-10-27 | 1 | -2/+9 |
* | LDAP: sourced out paged search init into initPagedSearch method, making searc... | Arthur Schiwon | 2012-10-27 | 1 | -28/+46 |
* | LDAP: add support for paged searches. | Arthur Schiwon | 2012-10-26 | 1 | -20/+115 |
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
* | LDAP: check if index is set, fix Notices | Arthur Schiwon | 2012-10-15 | 1 | -1/+2 |
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 1 | -1/+7 |
* | LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ... | Arthur Schiwon | 2012-09-21 | 1 | -19/+38 |