| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | LDAP: settings for group filter, fixes oc-587 | Arthur Schiwon | 2012-05-08 | 2 | -1/+2 |
* | , not . | Arthur Schiwon | 2012-05-08 | 1 | -1/+1 |
* | LDAP: make sure, configuration is read when a public method needs it | Arthur Schiwon | 2012-05-08 | 1 | -0/+3 |
* | LDAP: sqlite compatibility | Arthur Schiwon | 2012-05-08 | 1 | -2/+7 |
* | LDAP: write to log in case bind fails. | Arthur Schiwon | 2012-05-08 | 1 | -0/+1 |
* | LDAP: Fall back to Base DN if user/group base settings are blanked | Arthur Schiwon | 2012-05-07 | 1 | -2/+10 |
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
* | LDAP: check first, if requested attribute exists | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
* | LDAP: use the correct attribute for the display name | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
* | LDAP: also those functions were not meant to be static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: more cleanup | Arthur Schiwon | 2012-05-04 | 1 | -26/+2 |
* | LDAP: copyright stuff | Arthur Schiwon | 2012-05-04 | 1 | -0/+2 |
* | LDAP: cleanup | Arthur Schiwon | 2012-05-04 | 1 | -93/+0 |
* | LDAP: checkPassword ain't static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 2 | -49/+61 |
* | remove debug info | Arthur Schiwon | 2012-05-04 | 1 | -5/+0 |
* | LDAP: make oc_user_ldap::userExists make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -8/+9 |
* | LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -28/+11 |