Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 5 | -18/+36 |
| | |||||
* | LDAP: reset resource on failed bind | Arthur Schiwon | 2012-07-02 | 1 | -4/+4 |
| | | | | check for resource | ||||
* | LDAP: compare base trees case insensitively | Arthur Schiwon | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | fix syntax error after merge | Arthur Schiwon | 2012-06-25 | 1 | -3/+0 |
| | |||||
* | LDAP: cheaper userExists() implementation, fixes oc-1012 | Arthur Schiwon | 2012-06-25 | 1 | -0/+3 |
| | |||||
* | LDAP: always sanitize DN and DN-containing attributes | Arthur Schiwon | 2012-06-25 | 1 | -3/+12 |
| | |||||
* | Spelling fixes | Bart Visscher | 2012-06-22 | 1 | -3/+2 |
| | |||||
* | Merge resource error-suppressing fix | Bart Visscher | 2012-06-22 | 1 | -5/+17 |
|\ | |||||
| * | Check for valid LDAP-resource before querying. | Benjamin Diele | 2012-05-28 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | Check if we have get valid link identifier from self::getConnectionResource() before using ldap_search() and ldap_get_entries(), otherwise return an empty array. Signed-off-by: Benjamin Diele <benjamin@diele.be> | ||||
* | | 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 |
| | | |||||
* | | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-20 | 2 | -3/+11 |
| | | |||||
* | | Make some apps compatible | Lukas Reschke | 2012-06-11 | 3 | -3/+5 |
| | | |||||
* | | First try of implementing assignHTML | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | | |||||
* | | ldap: check array for emptiness, not nullness | Arthur Schiwon | 2012-06-11 | 1 | -1/+1 |
| | | |||||
* | | Sanitzing user input | Lukas Reschke | 2012-06-10 | 1 | -1/+1 |
| | | |||||
* | | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -2/+2 |
| | | |||||
* | | 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: remove unused private functions | Arthur Schiwon | 2012-06-07 | 1 | -24/+0 |
| | | |||||
* | | 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 |
| | | | | | | | | Fixes oc-867 | ||||
* | | 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 |
|/ | |||||
* | remove not needed includes | Frank Karlitschek | 2012-05-28 | 1 | -4/+1 |
| | |||||
* | LDAP: support for 'member' as group-member-association | Arthur Schiwon | 2012-05-26 | 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 ↵ | Arthur Schiwon | 2012-05-18 | 2 | -15/+24 |
| | | | | as well | ||||
* | 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 |
| | | | | ownCloud 4 | ||||
* | LDAP: don't make us of global constants (completing, was removed with latest ↵ | Arthur Schiwon | 2012-05-18 | 1 | -2/+2 |
| | | | | additions to update.php) | ||||
* | LDAP: check wether applying naming rule would end up in conflicts on update, ↵ | Arthur Schiwon | 2012-05-18 | 3 | -23/+53 |
| | | | | if so don't do it | ||||
* | LDAP: follow user- and groupname char limitations for LDAP display names | Arthur Schiwon | 2012-05-17 | 1 | -7/+21 |
| | | | | WARNING: may affect existing installations if display names included unallowed characters. Allowed are only a-zA-Z0-9._-@ This fix is however needed, because names with unallowed characters may cause conflicts | ||||
* | 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 |
| | | | | the second table and potential issues in the app | ||||
* | 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 ↵ | Arthur Schiwon | 2012-05-14 | 1 | -2/+15 |
| | | | | servers | ||||
* | 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 |
| |