summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* 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-224-1/+192
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-222-0/+12
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-222-2/+17
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-212-0/+45
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-202-0/+25
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-202-0/+8
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-182-0/+41
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-172-2/+8
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-163-0/+78
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-155-0/+126
* LDAP: adjust usersInGroup to updated interfaceArthur Schiwon2012-08-141-3/+12
* LDAP: adjust getGroups to updated interfaceArthur Schiwon2012-08-141-6/+15
* adjust LDAP to updated interfaceArthur Schiwon2012-08-141-2/+10
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-132-0/+72
* l10n directories have been missingThomas Mueller2012-08-131-0/+0
* LDAP: don't give Test Connection button red background on fail, it is becomin...Arthur Schiwon2012-08-091-1/+0
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-063-17/+27
* LDAP: offer option to disable SSL certificate checks. Works around problems w...Arthur Schiwon2012-08-053-1/+14
* remove accidentally added blank linesArthur Schiwon2012-08-051-2/+0
* LDAP: check for always available attribute on userExists, fixes oc-1440Arthur Schiwon2012-08-051-3/+3
* 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-302-13/+28
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-264-1/+71
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-265-34/+109
* LDAP: some cleanupArthur Schiwon2012-07-261-3/+0
* 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
* code styleArthur Schiwon2012-07-251-1/+1
* LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
* code styleArthur Schiwon2012-07-251-5/+5
* LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
* code styleArthur Schiwon2012-07-251-1/+1
* code styleArthur Schiwon2012-07-251-1/+1
* remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
* code styleArthur Schiwon2012-07-251-1/+0
* code styleArthur Schiwon2012-07-251-2/+3
* LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
* 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-255-372/+479
* LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-253-44/+46
* Support for OCA namespaceArthur Schiwon2012-07-252-1/+2
* LDAP: switch user backend from extending class OC_User_Backend to implementin...Arthur Schiwon2012-07-251-1/+24
* LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-025-18/+36