summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* Move Access to PSR-4Joas Schilling2016-05-251-1765/+0
* Move Connection to PSR-4Joas Schilling2016-05-251-2/+3
* Move interface to PSR-4Joas Schilling2016-05-251-0/+1
* Move LDAP Utility to PSR-4Joas Schilling2016-05-251-0/+1
* lib/userJoas Schilling2016-05-251-1/+2
* Move lib\user to PSR-4Joas Schilling2016-05-251-2/+3
* Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-251-4/+6
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-201-4/+6
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-221-3/+1
|/
* remove deprecated ldap_sortArthur Schiwon2016-03-101-8/+0
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* take the first result of that array, if present. Fixes 2nd display name to be...Arthur Schiwon2016-02-241-2/+2
* Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-6/+11
* Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displaynameThomas Müller2016-01-201-0/+8
|\
| * LDAP: do not attempt to process user records without display name, fixes fata...Arthur Schiwon2016-01-111-0/+8
* | Happy new year!Thomas Müller2016-01-121-2/+5
|/
* Respect user enumerationRalph Krimmel2016-01-081-2/+19
* fix find DN by UUID for ADArthur Schiwon2015-12-141-13/+56
* look for DN changes before marking a user as deletedArthur Schiwon2015-12-111-0/+52
* Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_...Thomas Müller2015-12-071-1/+1
|\
| * if define, check the userfilter if the user is still allowedRenaud Fortier2015-08-111-1/+1
* | Merge pull request #18294 from esakol/issue17173Thomas Müller2015-11-241-39/+67
|\ \
| * | Fix RHDS ldap paged search, Issue #17173Mario Kolling2015-11-091-39/+67
* | | remove uselessly used parameter, read all user attributes also when looking u...Arthur Schiwon2015-11-061-2/+1
|/ /
* | Merge branch 'master' into fix-20151blizzz2015-11-021-0/+5
|\ \
| * | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-10-301-0/+5
* | | add method to count users by loginname and use it for diagnose test, fixes #2...Arthur Schiwon2015-10-301-0/+14
|/ /
* | fix attribute casing to ensure array keys workArthur Schiwon2015-10-271-1/+2
* | Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-131-35/+35
|\ \
| * | adjust fetchList with a single requested attribute accordinglyArthur Schiwon2015-10-091-1/+3
| * | treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-081-3/+3
| * | adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-081-5/+18
| * | allow an attribute to return more than one valueArthur Schiwon2015-10-071-28/+13
* | | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-071-0/+24
|\ \ \ | |/ / |/| |
| * | fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-051-0/+24
* | | update licence headers via scriptMorris Jobke2015-10-051-0/+1
|/ /
* | memberOf resembles a DN as well and is actively usedArthur Schiwon2015-09-281-1/+3
* | read all relevant user attributes on login and user search, in one query. sav...Arthur Schiwon2015-09-231-1/+28
|/
* Merge pull request #17526 from owncloud/fix-17516Morris Jobke2015-07-271-0/+11
|\
| * LDAP: when checking group for matching filter, also take base DN into conside...Arthur Schiwon2015-07-091-0/+11
* | Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-161-3/+2
|\ \ | |/ |/|
| * Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-161-3/+2
* | ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon2015-06-261-0/+27
|/
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-0/+27
* Update license headersJenkins for ownCloud2015-03-261-13/+24
* support paged results against 389ds.Arthur Schiwon2015-03-121-3/+6
* set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+14
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-1/+1
|\
| * and escape the search termArthur Schiwon2015-01-291-1/+1