aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
...
* Use @return instead of @returnsLukas Reschke2014-05-111-4/+4
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-204/+231
* Merge pull request #6297 from leo-b/fix_ldap_errorsblizzz2014-04-231-4/+6
|\
| * "reset" ldap pagedSearch control by setting it to a high valueAlexander Bergolth2014-03-061-1/+1
| * only check ldap_errno if an ldap_* function actually failsroot2014-03-061-4/+6
* | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-221-3/+12
* | LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-221-0/+6
* | Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-171-2/+2
|\ \
| * | Fix PHPdoc in user_ldapBart Visscher2014-04-151-2/+2
* | | replace hardcoded limit of 400 with user controlled ldapPagingSize valueArthur Schiwon2014-04-091-2/+1
* | | Put inner loop into own method, let's see whether it makes scrutinizer happierArthur Schiwon2014-04-091-9/+18
* | | var count is assigned in the inner loop so it must be checked inside there to...Arthur Schiwon2014-04-091-1/+5
* | | initialize variableArthur Schiwon2014-04-091-0/+1
* | | LDAP: fix user report i.e. count for LDAP servers with really many usersArthur Schiwon2014-04-091-13/+25
* | | LDAP: make sure cache key for paged result cookie matches when limit or offse...Arthur Schiwon2014-04-091-2/+2
|/ /
* | Fix duplicate ipauniqueidRobin McCorkell2014-03-201-1/+1
* | Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell2014-03-191-2/+2
|/
* LDAP: improve compilation of filtersArthur Schiwon2014-02-191-0/+11
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+10
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\
| * Rephrase and clarify log messageArthur Schiwon2014-02-101-1/+1
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-8/+29
|/
* LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-081-27/+118
* LDAP: username2dn should only return DNs that belong to the current LDAP ser...Arthur Schiwon2013-11-251-1/+3
* replacing ownCloud by theme-able name or avoid it's usageThomas Müller2013-10-291-1/+1
* Port PR #5457 to masterArthur Schiwon2013-10-251-4/+11
* make sure the shared ldap connection is rebound to the configured user after ...Donald Buczek2013-10-251-1/+3
* merge master with resolved conflictsArthur Schiwon2013-10-231-1/+1
|\
| * LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @...Arthur Schiwon2013-10-191-1/+1
* | LDAP: move Configuration out of Connection into class of its own. The new wi...Arthur Schiwon2013-10-171-1/+1
|/
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-041-28/+42
* LDAP: coding styleArthur Schiwon2013-09-271-2/+4
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-3/+4
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-271-6/+7
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-271-4/+4
* LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a...Arthur Schiwon2013-09-271-11/+11
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* fix numRows usage in user_ldapJörn Friedrich Dreyer2013-06-241-4/+2
* LDAP: fix generation of alternate internal name on conflicts. Use also smalle...Arthur Schiwon2013-05-301-2/+2
* Merge branch 'master' into ldap_configurable_username_n_uuidArthur Schiwon2013-05-131-11/+11
|\
| * Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-071-11/+11
| |\
| | * Use !== and === in user_ldap app – Part 2kondou2013-04-201-11/+11
* | | LDAP: implement UUID and internal username overrideArthur Schiwon2013-05-081-1/+19
|/ /
* | LDAP: cachekey in set method needs to match with that one from getArthur Schiwon2013-05-031-1/+1
* | LDAP: remove restriction from group names to be in line with core behaviour a...Arthur Schiwon2013-05-031-1/+1
|/
* LDAP: avoid irritating log outputArthur Schiwon2013-03-191-1/+4
* LDAP: compatibility with Novell eDirectory UUIDArthur Schiwon2013-03-111-2/+2
* LDAP: escape some more chars for proper search filter, fixes #1673Arthur Schiwon2013-03-051-0/+3
* LDAP: error codes can be negative, tooArthur Schiwon2013-03-051-1/+1
* LDAP: sort users on server-sideArthur Schiwon2013-02-261-1/+10