| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | LDAP: don't fall over case insensitive LDAP attribute name | Arthur Schiwon | 2012-05-10 | 1 | -2/+19 |
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 5 | -8/+49 |
* | LDAP: settings for group filter, fixes oc-587 | Arthur Schiwon | 2012-05-08 | 2 | -1/+2 |
* | , not . | Arthur Schiwon | 2012-05-08 | 1 | -1/+1 |
* | LDAP: make sure, configuration is read when a public method needs it | Arthur Schiwon | 2012-05-08 | 1 | -0/+3 |
* | LDAP: sqlite compatibility | Arthur Schiwon | 2012-05-08 | 1 | -2/+7 |
* | LDAP: write to log in case bind fails. | Arthur Schiwon | 2012-05-08 | 1 | -0/+1 |
* | LDAP: Fall back to Base DN if user/group base settings are blanked | Arthur Schiwon | 2012-05-07 | 1 | -2/+10 |
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
* | LDAP: check first, if requested attribute exists | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
* | LDAP: use the correct attribute for the display name | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
* | LDAP: also those functions were not meant to be static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: more cleanup | Arthur Schiwon | 2012-05-04 | 1 | -26/+2 |
* | LDAP: copyright stuff | Arthur Schiwon | 2012-05-04 | 1 | -0/+2 |
* | LDAP: cleanup | Arthur Schiwon | 2012-05-04 | 1 | -93/+0 |
* | LDAP: checkPassword ain't static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 2 | -49/+61 |
* | remove debug info | Arthur Schiwon | 2012-05-04 | 1 | -5/+0 |
* | LDAP: make oc_user_ldap::userExists make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -8/+9 |
* | LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -28/+11 |
* | LDAP: central function for user and group list retrieval (will replace retrie... | Arthur Schiwon | 2012-05-04 | 1 | -0/+21 |
* | ups, we don't have a CSS file therefore | Arthur Schiwon | 2012-05-03 | 1 | -1/+0 |
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -5/+5 |
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | port appconfig | Frank Karlitschek | 2012-05-02 | 4 | -32/+32 |
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+1 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | LDAP: remove Notices on settings | Arthur Schiwon | 2012-05-01 | 1 | -2/+2 |
* | LDAP: decent behaviour and log message when there is no connection to the LDA... | Arthur Schiwon | 2012-05-01 | 1 | -2/+11 |
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well... | Arthur Schiwon | 2012-04-25 | 4 | -53/+509 |
* | use uniquemember instead of deprecated memberuid to identify LDAP group membe... | Arthur Schiwon | 2012-04-25 | 2 | -4/+33 |
* | don't forget new JS file | Arthur Schiwon | 2012-04-25 | 1 | -0/+3 |
* | LDPA: group settings into basic and advanced to look less crowded. Still need... | Arthur Schiwon | 2012-04-25 | 2 | -15/+25 |
* | LDAP: optimize LDAP requests for users and groups. Settings are still to do, ... | Arthur Schiwon | 2012-04-23 | 2 | -18/+46 |
* | only retrieve requested attributes | Arthur Schiwon | 2012-04-23 | 1 | -1/+1 |
* | don't forget to declare class properties | Arthur Schiwon | 2012-04-23 | 1 | -0/+1 |
* | LDAP: don't forget to unbind | Arthur Schiwon | 2012-04-16 | 1 | -0/+11 |
* | checked, works for me | Arthur Schiwon | 2012-04-16 | 1 | -1/+0 |
* | group ldap: check configuration | Arthur Schiwon | 2012-04-16 | 1 | -2/+16 |
* | group LDAP: implement groupExists function, needed for Sharing | Arthur Schiwon | 2012-04-16 | 1 | -0/+9 |
* | OC_Group does expect object, not string | Arthur Schiwon | 2012-04-16 | 1 | -1/+1 |
* | minor code beautification | Arthur Schiwon | 2012-04-16 | 1 | -2/+3 |
* | use the right attribute for member retrieval | Arthur Schiwon | 2012-04-16 | 1 | -1/+2 |
* | a string be a string | Arthur Schiwon | 2012-04-16 | 1 | -1/+1 |