Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-25 | 1 | -0/+26 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-24 | 5 | -11/+62 |
| | |||||
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵ | Arthur Schiwon | 2012-08-23 | 5 | -26/+140 |
| | | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-23 | 4 | -4/+23 |
| | |||||
* | 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 | 4 | -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 Schiwon | 2012-08-22 | 2 | -0/+12 |
| | | | | cuts off the last item. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-22 | 2 | -2/+17 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-21 | 2 | -0/+45 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-20 | 2 | -0/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-20 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-18 | 2 | -0/+41 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-17 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-16 | 3 | -0/+78 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-15 | 5 | -0/+126 |
| | |||||
* | LDAP: adjust usersInGroup to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -3/+12 |
| | |||||
* | LDAP: adjust getGroups to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -6/+15 |
| | |||||
* | adjust LDAP to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-13 | 2 | -0/+72 |
| | |||||
* | l10n directories have been missing | Thomas Mueller | 2012-08-13 | 1 | -0/+0 |
| | |||||
* | LDAP: don't give Test Connection button red background on fail, it is ↵ | Arthur Schiwon | 2012-08-09 | 1 | -1/+0 |
| | | | | becoming unreadable | ||||
* | LDAP: layout settings form. Hope it is now a bit clearer and prettier. | Arthur Schiwon | 2012-08-06 | 3 | -17/+27 |
| | |||||
* | LDAP: offer option to disable SSL certificate checks. Works around problems ↵ | Arthur Schiwon | 2012-08-05 | 3 | -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 lines | Arthur Schiwon | 2012-08-05 | 1 | -2/+0 |
| | |||||
* | LDAP: check for always available attribute on userExists, fixes oc-1440 | Arthur Schiwon | 2012-08-05 | 1 | -3/+3 |
| | |||||
* | 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 | 2 | -13/+28 |
| | | | | attributes properly | ||||
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 4 | -1/+71 |
| | |||||
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵ | Arthur Schiwon | 2012-07-26 | 5 | -34/+109 |
| | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. | ||||
* | LDAP: some cleanup | Arthur Schiwon | 2012-07-26 | 1 | -3/+0 |
| | |||||
* | 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 |
| | |||||
* | code style | 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: remove obsolete require_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -2/+3 |
| | |||||
* | LDAP: adjust test after refactoring | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -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 class | Arthur Schiwon | 2012-07-25 | 1 | -1/+14 |
| | |||||
* | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 3 | -44/+46 |
| |