summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* LDAP: don't fall over case insensitive LDAP attribute nameArthur Schiwon2012-05-101-2/+19
|
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-085-8/+49
|
* LDAP: settings for group filter, fixes oc-587Arthur Schiwon2012-05-082-1/+2
|
* , not .Arthur Schiwon2012-05-081-1/+1
|
* LDAP: make sure, configuration is read when a public method needs itArthur Schiwon2012-05-081-0/+3
|
* LDAP: sqlite compatibilityArthur Schiwon2012-05-081-2/+7
|
* LDAP: write to log in case bind fails.Arthur Schiwon2012-05-081-0/+1
|
* LDAP: Fall back to Base DN if user/group base settings are blankedArthur Schiwon2012-05-071-2/+10
|
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* LDAP: check first, if requested attribute existsArthur Schiwon2012-05-041-1/+1
|
* LDAP: use the correct attribute for the display nameArthur Schiwon2012-05-041-1/+1
|
* LDAP: also those functions were not meant to be staticArthur Schiwon2012-05-041-2/+2
|
* LDAP: more cleanupArthur Schiwon2012-05-041-26/+2
|
* LDAP: copyright stuffArthur Schiwon2012-05-041-0/+2
|
* LDAP: cleanupArthur Schiwon2012-05-041-93/+0
|
* LDAP: checkPassword ain't staticArthur Schiwon2012-05-041-2/+2
|
* LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAPArthur Schiwon2012-05-042-49/+61
|
* remove debug infoArthur Schiwon2012-05-041-5/+0
|
* LDAP: make oc_user_ldap::userExists make use of central OC_LDAPArthur Schiwon2012-05-041-8/+9
|
* LDAP: make oc_user_ldap::getUsers make use of central OC_LDAPArthur Schiwon2012-05-041-28/+11
|
* LDAP: central function for user and group list retrieval (will replace ↵Arthur Schiwon2012-05-041-0/+21
| | | | retrieveList from group part)
* ups, we don't have a CSS file thereforeArthur Schiwon2012-05-031-1/+0
|
* ported oc_dbFrank Karlitschek2012-05-031-5/+5
|
* port oc_preferencesFrank Karlitschek2012-05-021-2/+2
|
* port appconfigFrank Karlitschek2012-05-024-32/+32
|
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+1
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-011-1/+1
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
|
* LDAP: remove Notices on settingsArthur Schiwon2012-05-011-2/+2
|
* LDAP: decent behaviour and log message when there is no connection to the ↵Arthur Schiwon2012-05-011-2/+11
| | | | LDAP server