| Commit message (Expand) | Author | Age | Files | Lines |
* | [user_ldap] Add requesttoken | Lukas Reschke | 2013-02-12 | 2 | -0/+3 |
* | backport fix admin check | Frank Karlitschek | 2012-12-17 | 1 | -0/+3 |
* | LDAP: transliterate other latin characters to ASCII when creating owncloud na... | Arthur Schiwon | 2012-09-18 | 1 | -0/+4 |
* | LDAP: check for existing username from other backends when creating one for a... | Arthur Schiwon | 2012-08-29 | 2 | -24/+31 |
* | LDAP: sanitize base, user and group trees. fixes oc-1302 | Arthur Schiwon | 2012-08-03 | 1 | -3/+3 |
* | LDAP: don't die on unexpected collisions, handle empty display-name attribute... | Arthur Schiwon | 2012-07-30 | 2 | -11/+28 |
* | LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan... | Arthur Schiwon | 2012-07-25 | 1 | -0/+20 |
* | LDAP: compare base trees case insensitively | Arthur Schiwon | 2012-06-25 | 1 | -2/+2 |
* | LDAP: always sanitize DN and DN-containing attributes | Arthur Schiwon | 2012-06-25 | 1 | -3/+12 |
* | remove unnecessary closing PHP tag | Arthur Schiwon | 2012-06-22 | 1 | -3/+1 |
* | LDAP: cheaper userExists() implementation | Arthur Schiwon | 2012-06-22 | 1 | -1/+13 |
* | forgotten $, incorrect subtract | Arthur Schiwon | 2012-06-20 | 1 | -2/+2 |
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 1 | -2/+2 |
* | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-19 | 2 | -3/+11 |
* | LDAP: offer config option for Group Display Name attribute | Arthur Schiwon | 2012-06-11 | 2 | -1/+3 |
* | Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 | Arthur Schiwon | 2012-06-11 | 1 | -1/+1 |
|\ |
|
| * | Sanitzing user input | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
* | | ldap: check array for emptiness, not nullness | Arthur Schiwon | 2012-06-11 | 1 | -1/+1 |
|/ |
|
* | typo in var | Arthur Schiwon | 2012-06-08 | 1 | -1/+1 |
* | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 2 | -14/+39 |
* | ldap: enable the destructor | Arthur Schiwon | 2012-06-07 | 1 | -0/+5 |
* | ldap: correct query condition and determining of success | Arthur Schiwon | 2012-06-07 | 1 | -2/+12 |
* | ldap: check index carefully, can be 0 | Arthur Schiwon | 2012-06-07 | 1 | -1/+1 |
* | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 | Arthur Schiwon | 2012-06-06 | 1 | -1/+1 |
* | commited a bit too much before | Arthur Schiwon | 2012-06-04 | 1 | -1/+0 |
* | LDAP: link to documentation on settings page | Arthur Schiwon | 2012-06-04 | 1 | -1/+2 |
* | LDAP group backend: Set configured true when it is... fixe oc-887 | Arthur Schiwon | 2012-06-01 | 1 | -2/+2 |
* | LDAP group backend: If a group filter is not configured, do not do anything. ... | Arthur Schiwon | 2012-06-01 | 1 | -0/+19 |
* | LDAP: make queries compatible also with PostgreSQL | Arthur Schiwon | 2012-05-31 | 1 | -7/+12 |
* | LDAP: fix wrong value for input type | Arthur Schiwon | 2012-05-30 | 1 | -1/+1 |
* | LDAP: support for 'member' as group-member-association | Arthur Schiwon | 2012-05-30 | 2 | -2/+3 |
* | LDAP: we're 0.2 now | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
* | LDAP: only check once for name conflicts on update. Set a value on install as... | Arthur Schiwon | 2012-05-18 | 2 | -15/+24 |
* | LDAP: update meta info | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
* | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -2/+3 |
* | LDAP: don't make us of global constants (completing, was removed with latest ... | Arthur Schiwon | 2012-05-18 | 1 | -2/+2 |
* | LDAP: check wether applying naming rule would end up in conflicts on update, ... | Arthur Schiwon | 2012-05-18 | 3 | -23/+53 |
* | LDAP: follow user- and groupname char limitations for LDAP display names | Arthur Schiwon | 2012-05-17 | 1 | -7/+21 |
* | LDAP: remove unnecessary debug output | Arthur Schiwon | 2012-05-17 | 1 | -10/+0 |
* | LDAP: Fix case sensitivity issues with display name attribute | Arthur Schiwon | 2012-05-17 | 1 | -6/+8 |
* | ldap: unique index names for the database, fixes non-creating of indexes for ... | Arthur Schiwon | 2012-05-16 | 2 | -5/+5 |
* | LDAP: convert all DNs to lowercase so to make comparisons and everything work | Arthur Schiwon | 2012-05-15 | 1 | -0/+3 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 5 | -0/+0 |
* | LDAP: and don't forget the else part | Arthur Schiwon | 2012-05-14 | 1 | -1/+2 |
* | LDAP: don't store agent password in plain text | Arthur Schiwon | 2012-05-14 | 5 | -4/+17 |
* | LDAP: no whitespaces after the , in the DNs, resolves conflicts with some ser... | Arthur Schiwon | 2012-05-14 | 1 | -2/+15 |
* | LDAP: offer only ownCloud-enabled users for sharing | Arthur Schiwon | 2012-05-11 | 1 | -3/+7 |
* | LDAP: wrong assumptions for case (in)sensitivity, implement far better solution | Arthur Schiwon | 2012-05-11 | 2 | -15/+16 |
* | LDAP: don't fall over case insensitive LDAP attribute name | Arthur Schiwon | 2012-05-10 | 1 | -2/+19 |
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 5 | -8/+49 |