summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Updating license headersJenkins for ownCloud2015-02-231-14/+24
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-7/+7
|\ \ | |/ |/|
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-7/+7
* | this must be larger then (>), since buggy behaviour occurs when the parameter...Arthur Schiwon2015-01-201-1/+1
|/
* fix retrieval of user groupsArthur Schiwon2015-01-121-1/+5
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-091-2/+27
|\
| * basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-201-2/+26
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-0/+1
* | Be less verbose when using a paged searchLyonel Vincent2014-12-241-1/+1
|/
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-191-218/+62
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
* add docArthur Schiwon2014-12-081-0/+1
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-081-2/+7
* Forward port of #12493Arthur Schiwon2014-12-041-1/+51
* fix counting when ldapPagingSize is 0Arthur Schiwon2014-11-211-6/+5