Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP: check if index is set, fix Notices | Arthur Schiwon | 2012-10-15 | 1 | -1/+2 |
| | |||||
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 1 | -1/+7 |
| | |||||
* | LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ↵ | Arthur Schiwon | 2012-09-21 | 1 | -19/+38 |
| | | | | to a performance boost. Imorives UX especially on directories with tons of users, solves complains on ML and probably fixes oc.1080 | ||||
* | LDAP: add forgotten class, fixes oc-1803 | Arthur Schiwon | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ↵ | Arthur Schiwon | 2012-09-19 | 1 | -2/+2 |
| | | | | user and would lead to server error. Fixes oc-1625 | ||||
* | LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ↵ | Arthur Schiwon | 2012-09-17 | 1 | -1/+1 |
| | | | | when they were added to SQL queries. | ||||
* | LDAP: fix debug message with undefined variable | Arthur Schiwon | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | LDAP: fix potential infinite loop introduced with ↵ | Arthur Schiwon | 2012-08-29 | 1 | -14/+0 |
| | | | | 4c4aa92eef858a2a96bb5676304acbcaafaa56f2, as side effect optimize groupExists-method. | ||||
* | LDAP: Remove unnecessary debug output, fixes a Notice | Arthur Schiwon | 2012-08-29 | 1 | -1/+0 |
| | |||||
* | LDAP: check for existing username from other backends when creating one for ↵ | Arthur Schiwon | 2012-08-29 | 1 | -26/+18 |
| | | | | an LDAP user or group. Led also to some code cleanup. Fixes oc-1551 in master. | ||||
* | LDAP: implement getHome() function, use either username (default) or specify ↵ | Arthur Schiwon | 2012-08-28 | 1 | -1/+3 |
| | | | | an LDAP attribute value to use | ||||
* | LDAP: transliterate other latin characters to ASCII when creating owncloud ↵ | Arthur Schiwon | 2012-08-27 | 1 | -0/+4 |
| | | | | names. Already created usernames are not being affected. | ||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 2 | -27/+27 |
| | |||||
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵ | Arthur Schiwon | 2012-08-23 | 2 | -5/+101 |
| | | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). | ||||
* | LDAP: fix potentially unavailable LDAP resource, which can prevent ↵ | Arthur Schiwon | 2012-08-22 | 1 | -0/+3 |
| | | | | successful login | ||||
* | LDAP: make refreshInterval for background jobs configurable in the DB | Arthur Schiwon | 2012-08-22 | 1 | -5/+6 |
| | |||||
* | LDAP: bg jobs: sane default refresh interval | Arthur Schiwon | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | LDAP: permanantly watch group members. Emit post_addToGroup resp. ↵ | Arthur Schiwon | 2012-08-22 | 1 | -0/+156 |
| | | | | 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: offer option to disable SSL certificate checks. Works around problems ↵ | Arthur Schiwon | 2012-08-05 | 1 | -0/+9 |
| | | | | | | 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 lines | Arthur Schiwon | 2012-08-05 | 1 | -2/+0 |
| | |||||
* | add missing \ | Arthur Schiwon | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302 | Arthur Schiwon | 2012-08-05 | 1 | -2/+4 |
| | |||||
* | LDAP: don't die on unexpected collisions, handle empty display-name ↵ | Arthur Schiwon | 2012-07-30 | 1 | -8/+16 |
| | | | | attributes properly | ||||
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 1 | -0/+9 |
| | |||||
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵ | Arthur Schiwon | 2012-07-26 | 1 | -1/+58 |
| | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. | ||||
* | code style | Arthur Schiwon | 2012-07-26 | 1 | -3/+3 |
| | |||||
* | LDAP: check if php-ldap is installed. If not, give an error output. FIX: ↵ | Arthur Schiwon | 2012-07-25 | 2 | -0/+14 |
| | | | | blank Users page when the module is not installed. | ||||
* | LDAP: replace deprecated constant | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | LDAP: remove debug output | Arthur Schiwon | 2012-07-25 | 1 | -4/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -5/+5 |
| | |||||
* | LDAP: silence warning, but handle the error | Arthur Schiwon | 2012-07-25 | 1 | -1/+6 |
| | |||||
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵ | Arthur Schiwon | 2012-07-25 | 2 | -0/+837 |
Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. |