| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1765/+0 |
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+3 |
* | Move interface to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+1 |
* | Move LDAP Utility to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+1 |
* | lib/user | Joas Schilling | 2016-05-25 | 1 | -1/+2 |
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+3 |
* | Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditions | Thomas Müller | 2016-04-25 | 1 | -4/+6 |
|\ |
|
| * | Fix LDAP race conditions | Morris Jobke | 2016-04-20 | 1 | -4/+6 |
* | | on clone Connection, do not take over the existing LDAP resource | Arthur Schiwon | 2016-04-22 | 1 | -3/+1 |
|/ |
|
* | remove deprecated ldap_sort | Arthur Schiwon | 2016-03-10 | 1 | -8/+0 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | take the first result of that array, if present. Fixes 2nd display name to be... | Arthur Schiwon | 2016-02-24 | 1 | -2/+2 |
* | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -6/+11 |
* | Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displayname | Thomas Müller | 2016-01-20 | 1 | -0/+8 |
|\ |
|
| * | LDAP: do not attempt to process user records without display name, fixes fata... | Arthur Schiwon | 2016-01-11 | 1 | -0/+8 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+5 |
|/ |
|
* | Respect user enumeration | Ralph Krimmel | 2016-01-08 | 1 | -2/+19 |
* | fix find DN by UUID for AD | Arthur Schiwon | 2015-12-14 | 1 | -13/+56 |
* | look for DN changes before marking a user as deleted | Arthur Schiwon | 2015-12-11 | 1 | -0/+52 |
* | Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_... | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ |
|
| * | if define, check the userfilter if the user is still allowed | Renaud Fortier | 2015-08-11 | 1 | -1/+1 |
* | | Merge pull request #18294 from esakol/issue17173 | Thomas Müller | 2015-11-24 | 1 | -39/+67 |
|\ \ |
|
| * | | Fix RHDS ldap paged search, Issue #17173 | Mario Kolling | 2015-11-09 | 1 | -39/+67 |
* | | | remove uselessly used parameter, read all user attributes also when looking u... | Arthur Schiwon | 2015-11-06 | 1 | -2/+1 |
|/ / |
|
* | | Merge branch 'master' into fix-20151 | blizzz | 2015-11-02 | 1 | -0/+5 |
|\ \ |
|
| * | | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-10-30 | 1 | -0/+5 |
* | | | add method to count users by loginname and use it for diagnose test, fixes #2... | Arthur Schiwon | 2015-10-30 | 1 | -0/+14 |
|/ / |
|
* | | fix attribute casing to ensure array keys work | Arthur Schiwon | 2015-10-27 | 1 | -1/+2 |
* | | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 1 | -35/+35 |
|\ \ |
|
| * | | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-09 | 1 | -1/+3 |
| * | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 1 | -3/+3 |
| * | | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 1 | -5/+18 |
| * | | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 1 | -28/+13 |
* | | | Merge pull request #19489 from owncloud/fix-18297 | Thomas Müller | 2015-10-07 | 1 | -0/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix possible infinite loop when reading groups in the wizard | Arthur Schiwon | 2015-10-05 | 1 | -0/+24 |
* | | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
|/ / |
|
* | | memberOf resembles a DN as well and is actively used | Arthur Schiwon | 2015-09-28 | 1 | -1/+3 |
* | | read all relevant user attributes on login and user search, in one query. sav... | Arthur Schiwon | 2015-09-23 | 1 | -1/+28 |
|/ |
|
* | Merge pull request #17526 from owncloud/fix-17516 | Morris Jobke | 2015-07-27 | 1 | -0/+11 |
|\ |
|
| * | LDAP: when checking group for matching filter, also take base DN into conside... | Arthur Schiwon | 2015-07-09 | 1 | -0/+11 |
* | | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 1 | -3/+2 |
* | | ensure groups match filter when using memberOf to read users group, refs #17119 | Arthur Schiwon | 2015-06-26 | 1 | -0/+27 |
|/ |
|
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 1 | -0/+27 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+24 |
* | support paged results against 389ds. | Arthur Schiwon | 2015-03-12 | 1 | -3/+6 |
* | set up paged search when limit is 0 | Arthur Schiwon | 2015-03-05 | 1 | -0/+11 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+14 |
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
|\ |
|
| * | and escape the search term | Arthur Schiwon | 2015-01-29 | 1 | -1/+1 |