summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-025-18/+36
|
* LDAP: reset resource on failed bindArthur Schiwon2012-07-021-4/+4
| | | | check for resource
* LDAP: compare base trees case insensitivelyArthur Schiwon2012-06-251-2/+2
|
* fix syntax error after mergeArthur Schiwon2012-06-251-3/+0
|
* LDAP: cheaper userExists() implementation, fixes oc-1012Arthur Schiwon2012-06-251-0/+3
|
* LDAP: always sanitize DN and DN-containing attributesArthur Schiwon2012-06-251-3/+12
|
* Spelling fixesBart Visscher2012-06-221-3/+2
|
* Merge resource error-suppressing fixBart Visscher2012-06-221-5/+17
|\
| * Check for valid LDAP-resource before querying.Benjamin Diele2012-05-281-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 tagArthur Schiwon2012-06-221-3/+1
| |
* | LDAP: cheaper userExists() implementationArthur Schiwon2012-06-221-1/+13
| |
* | forgotten $, incorrect subtractArthur Schiwon2012-06-201-2/+2
| |
* | LDAP: only map users within the User Base TreeArthur Schiwon2012-06-202-3/+11
| |
* | Make some apps compatibleLukas Reschke2012-06-113-3/+5
| |
* | First try of implementing assignHTMLLukas Reschke2012-06-111-1/+1
| |
* | ldap: check array for emptiness, not nullnessArthur Schiwon2012-06-111-1/+1
| |
* | Sanitzing user inputLukas Reschke2012-06-101-1/+1
| |
* | Don't use substr to get first char of stringBart Visscher2012-06-081-2/+2
| |
* | typo in varArthur Schiwon2012-06-081-1/+1
| |
* | LDAP: cache the results, reduce LDAP searchesArthur Schiwon2012-06-072-14/+39
| |
* | ldap: enable the destructorArthur Schiwon2012-06-071-0/+5
| |
* | ldap: remove unused private functionsArthur Schiwon2012-06-071-24/+0
| |
* | ldap: correct query condition and determining of successArthur Schiwon2012-06-071-2/+12
| |
* | ldap: check index carefully, can be 0Arthur Schiwon2012-06-071-1/+1
| |
* | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914Arthur Schiwon2012-06-061-1/+1
| |
* | commited a bit too much beforeArthur Schiwon2012-06-041-1/+0
| |
* | LDAP: link to documentation on settings pageArthur Schiwon2012-06-041-1/+2
| |
* | LDAP group backend: Set configured true when it is... fixe oc-887Arthur Schiwon2012-06-011-2/+2
| |
* | LDAP group backend: If a group filter is not configured, do not do anything. ↵Arthur Schiwon2012-06-011-0/+19
| | | | | | | | Fixes oc-867
* | LDAP: make queries compatible also with PostgreSQLArthur Schiwon2012-05-311-7/+12
| |
* | LDAP: fix wrong value for input typeArthur Schiwon2012-05-301-1/+1
|/
* remove not needed includesFrank Karlitschek2012-05-281-4/+1
|
* LDAP: support for 'member' as group-member-associationArthur Schiwon2012-05-262-2/+3
|
* LDAP: we're 0.2 nowArthur Schiwon2012-05-181-1/+1
|
* LDAP: only check once for name conflicts on update. Set a value on install ↵Arthur Schiwon2012-05-182-15/+24
| | | | as well
* LDAP: update meta infoArthur Schiwon2012-05-181-1/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-2/+3
| | | | ownCloud 4
* LDAP: don't make us of global constants (completing, was removed with latest ↵Arthur Schiwon2012-05-181-2/+2
| | | | additions to update.php)
* LDAP: check wether applying naming rule would end up in conflicts on update, ↵Arthur Schiwon2012-05-183-23/+53
| | | | if so don't do it
* LDAP: follow user- and groupname char limitations for LDAP display namesArthur Schiwon2012-05-171-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 outputArthur Schiwon2012-05-171-10/+0
|
* LDAP: Fix case sensitivity issues with display name attributeArthur Schiwon2012-05-171-6/+8
|
* ldap: unique index names for the database, fixes non-creating of indexes for ↵Arthur Schiwon2012-05-162-5/+5
| | | | the second table and potential issues in the app
* LDAP: convert all DNs to lowercase so to make comparisons and everything workArthur Schiwon2012-05-151-0/+3
|
* removing executable bit - againThomas Mueller2012-05-155-0/+0
|
* LDAP: and don't forget the else partArthur Schiwon2012-05-141-1/+2
|
* LDAP: don't store agent password in plain textArthur Schiwon2012-05-145-4/+17
|
* LDAP: no whitespaces after the , in the DNs, resolves conflicts with some ↵Arthur Schiwon2012-05-141-2/+15
| | | | servers
* LDAP: offer only ownCloud-enabled users for sharingArthur Schiwon2012-05-111-3/+7
|
* LDAP: wrong assumptions for case (in)sensitivity, implement far better solutionArthur Schiwon2012-05-112-15/+16
|