summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* group LDAP: simple basic testsArthur Schiwon2012-04-151-0/+6
* group LDAP: usersInGroup not getUsersInGroupArthur Schiwon2012-04-152-3/+11
* don't forget changes in lib_ldap for last commitArthur Schiwon2012-04-151-7/+11
* group LDAP: implemented getUsersInGroup()Arthur Schiwon2012-04-151-8/+18
* group LDAP: implemented getUserGroups()Arthur Schiwon2012-04-151-0/+11
* typoArthur Schiwon2012-04-151-1/+1
* group LDAP: implemented inGroup()Arthur Schiwon2012-04-153-4/+65
* few pieces of documentationArthur Schiwon2012-04-141-0/+17
* give back expected result types as long as logic is not there yetArthur Schiwon2012-04-141-0/+3
* test for ldap group backendArthur Schiwon2012-04-141-0/+36
* starting to create the ldap group backend (with some inspiration from Yoann G...Arthur Schiwon2012-04-143-0/+183
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
* LDAP: don't keep possibly outdated passwordsArthur Schiwon2012-04-141-4/+0