aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* 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 retrie...Arthur Schiwon2012-05-041-0/+21
* 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 LDA...Arthur Schiwon2012-05-011-2/+11
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
* LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well...Arthur Schiwon2012-04-254-53/+509
* use uniquemember instead of deprecated memberuid to identify LDAP group membe...Arthur Schiwon2012-04-252-4/+33
* don't forget new JS fileArthur Schiwon2012-04-251-0/+3
* LDPA: group settings into basic and advanced to look less crowded. Still need...Arthur Schiwon2012-04-252-15/+25
* LDAP: optimize LDAP requests for users and groups. Settings are still to do, ...Arthur Schiwon2012-04-232-18/+46
* only retrieve requested attributesArthur Schiwon2012-04-231-1/+1
* don't forget to declare class propertiesArthur Schiwon2012-04-231-0/+1
* LDAP: don't forget to unbindArthur Schiwon2012-04-161-0/+11
* checked, works for meArthur Schiwon2012-04-161-1/+0
* group ldap: check configurationArthur Schiwon2012-04-161-2/+16
* group LDAP: implement groupExists function, needed for SharingArthur Schiwon2012-04-161-0/+9
* OC_Group does expect object, not stringArthur Schiwon2012-04-161-1/+1
* minor code beautificationArthur Schiwon2012-04-161-2/+3
* use the right attribute for member retrievalArthur Schiwon2012-04-161-1/+2
* a string be a stringArthur Schiwon2012-04-161-1/+1