summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-111-0/+12
* make tests deal with missing bcmathArthur Schiwon2014-07-111-1/+1
* warn and continue gracefully if bcmath is not installedArthur Schiwon2014-07-101-0/+6
* support for AD primary groupsArthur Schiwon2014-07-081-5/+89
* adjust access constructor to masterArthur Schiwon2014-06-251-1/+1
* Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon2014-06-251-5/+14
* Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon2014-06-201-1/+1
* fix typo in var nameArthur Schiwon2014-06-051-1/+1
* get rid of @read in PHP doc after rebaseArthur Schiwon2014-06-031-3/+3
* LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-031-9/+24
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-39/+39
* Fix whitespace issuesRobin McCorkell2014-05-161-5/+5
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-15/+15
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-17/+17
* Use array as typeLukas Reschke2014-05-121-1/+1
* 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