summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-251-0/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-245-11/+62
|
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵Arthur Schiwon2012-08-235-26/+140
| | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens).
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-234-4/+23
|
* LDAP: fix potentially unavailable LDAP resource, which can prevent ↵Arthur Schiwon2012-08-221-0/+3
| | | | successful login
* 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. ↵Arthur Schiwon2012-08-224-1/+192
| | | | post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs.
* LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵Arthur Schiwon2012-08-222-0/+12
| | | | cuts off the last item.
* [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 ↵Arthur Schiwon2012-08-091-1/+0
| | | | becoming unreadable
* 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 ↵Arthur Schiwon2012-08-053-1/+14
| | | | | | with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf.
* 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 ↵Arthur Schiwon2012-07-302-13/+28
| | | | attributes properly
* 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. ↵Arthur Schiwon2012-07-265-34/+109
| | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* 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: ↵Arthur Schiwon2012-07-252-0/+14
| | | | blank Users page when the module is not installed.
* 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 ↵Arthur Schiwon2012-07-255-372/+479
| | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
* 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
|