aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
* port 95cee0e from stable45Arthur Schiwon2012-11-211-1/+14
* port dd694b5 from stable45Arthur Schiwon2012-11-211-11/+6
* LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-211-0/+13
* LDAP: cherrypick objectGUID handling from stable45, was part of PR 344Arthur Schiwon2012-11-121-1/+35
* Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-051-2/+3
* Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-051-3/+8
* LDAP: make filter in readAttribute configurableArthur Schiwon2012-10-271-2/+6
* LDAP: improve slicingArthur Schiwon2012-10-271-3/+8
* LDAP: add error handling for failed searchesArthur Schiwon2012-10-271-0/+5
* remove TODO comment, it's doneArthur Schiwon2012-10-271-1/+0
* LDAP: let result processing in Access::search slice the array for not-paginat...Arthur Schiwon2012-10-271-2/+9
* LDAP: sourced out paged search init into initPagedSearch method, making searc...Arthur Schiwon2012-10-271-28/+46
* LDAP: add support for paged searches.Arthur Schiwon2012-10-261-20/+115
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* LDAP: check if index is set, fix NoticesArthur Schiwon2012-10-151-1/+2
* LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-011-1/+7
* LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ...Arthur Schiwon2012-09-211-19/+38
* LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ...Arthur Schiwon2012-09-171-1/+1
* LDAP: fix potential infinite loop introduced with 4c4aa92eef858a2a96bb5676304...Arthur Schiwon2012-08-291-14/+0
* LDAP: Remove unnecessary debug output, fixes a NoticeArthur Schiwon2012-08-291-1/+0
* LDAP: check for existing username from other backends when creating one for a...Arthur Schiwon2012-08-291-26/+18
* LDAP: transliterate other latin characters to ASCII when creating owncloud na...Arthur Schiwon2012-08-271-0/+4
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-19/+19
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that u...Arthur Schiwon2012-08-231-5/+76
* remove accidentally added blank linesArthur Schiwon2012-08-051-2/+0
* add missing \Arthur Schiwon2012-08-051-1/+1
* LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302Arthur Schiwon2012-08-051-2/+4
* LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon2012-07-301-8/+16
* LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan...Arthur Schiwon2012-07-251-0/+4
* LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
* code styleArthur Schiwon2012-07-251-5/+5
* LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-251-0/+592