summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP: fix debug message with undefined variableArthur Schiwon2012-08-291-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: implement getHome() function, use either username (default) or specify ...Arthur Schiwon2012-08-281-1/+3
* 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-252-27/+27
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that u...Arthur Schiwon2012-08-232-5/+101
* LDAP: fix potentially unavailable LDAP resource, which can prevent successful...Arthur Schiwon2012-08-221-0/+3
* LDAP: make refreshInterval for background jobs configurable in the DBArthur Schiwon2012-08-221-5/+6
* LDAP: bg jobs: sane default refresh intervalArthur Schiwon2012-08-221-1/+1
* LDAP: permanantly watch group members. Emit post_addToGroup resp. post_remove...Arthur Schiwon2012-08-221-0/+156
* LDAP: offer option to disable SSL certificate checks. Works around problems w...Arthur Schiwon2012-08-051-0/+9
* 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: add Test Configuration functionality in the settingsArthur Schiwon2012-07-261-0/+9
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-261-1/+58
* code styleArthur Schiwon2012-07-261-3/+3
* LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan...Arthur Schiwon2012-07-252-0/+14
* LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
* 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-252-0/+837