Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23329 from owncloud/fix-21555 | Thomas Müller | 2016-03-21 | 1 | -1/+16 |
|\ | | | | | Avatar must be saved after login is done and external storages set up… | ||||
| * | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-16 | 1 | -1/+16 |
| | | | | | | | | properly, fixes #21555 | ||||
* | | fix writing to cache when fallback server should be used immediately | Arthur Schiwon | 2016-03-16 | 1 | -2/+12 |
|/ | |||||
* | remove deprecated ldap_sort | Arthur Schiwon | 2016-03-10 | 3 | -30/+1 |
| | |||||
* | improve log output when no LDAP user was found on login attempt | Arthur Schiwon | 2016-03-05 | 1 | -0/+2 |
| | |||||
* | untangle different user manager instances, fixes #22770 | Arthur Schiwon | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 4 | -4/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -1/+5 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | take the first result of that array, if present. Fixes 2nd display name to ↵ | Arthur Schiwon | 2016-02-24 | 1 | -2/+2 |
| | | | | be 'Array', if cache is configured and enabled. | ||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22102 from owncloud/ldap_2nddispname-master | Thomas Müller | 2016-02-06 | 5 | -12/+41 |
|\ | | | | | [LDAP] add second field for additional/optional display name attribute | ||||
| * | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 5 | -12/+41 |
| | | |||||
* | | code changes for user_ldap Dynamic Group Membership | Alex Weirig | 2016-02-03 | 1 | -1/+5 |
|/ | | | | | | | | | | | Added new setting of “Dynamic Group Member URL” (ldapDynamicGroupMemberURL) - see LDAP settings advanced tab. Added public function getDynamicGroupMembers. Updated function _groupMembers. Updated function getUserGroups. | ||||
* | [user_ldap] properly decode cached objects | Morris Jobke | 2016-01-29 | 1 | -1/+1 |
| | | | | * fixes #21896 | ||||
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 4 | -25/+40 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -0/+3 |
| | |||||
* | Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displayname | Thomas Müller | 2016-01-20 | 1 | -0/+8 |
|\ | | | | | LDAP: do not attempt to process user records without display name, fi… | ||||
| * | LDAP: do not attempt to process user records without display name, fixes ↵ | Arthur Schiwon | 2016-01-11 | 1 | -0/+8 |
| | | | | | | | | fatal error | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -1/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 23 | -32/+35 |
|/ | |||||
* | Respect user enumeration | Ralph Krimmel | 2016-01-08 | 1 | -2/+19 |
| | | | | | Respect shareapi_allow_share_dialog_user_enumeration in user_ldap filter generation function to increase search performance in sharing dialog. | ||||
* | Merge pull request #17924 from owncloud/ldap-fix-appending-port | Thomas Müller | 2016-01-08 | 3 | -18/+15 |
|\ | | | | | ensure an LDAP URL is used, append the port to the host URL when necessary, and just in one place | ||||
| * | wizard should also detect protocol errors, as side effect enforces LDAPv3 | Arthur Schiwon | 2015-12-05 | 1 | -0/+3 |
| | | |||||
| * | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2015-12-05 | 3 | -18/+12 |
| | | |||||
* | | Make LDAP more robust to exceptions and log them properly | Morris Jobke | 2016-01-06 | 1 | -1/+1 |
| | | |||||
* | | fix find DN by UUID for AD | Arthur Schiwon | 2015-12-14 | 1 | -13/+56 |
| | | |||||
* | | look for DN changes before marking a user as deleted | Arthur Schiwon | 2015-12-11 | 2 | -1/+63 |
| | | |||||
* | | Merge pull request #18212 from ↵ | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | ryno83/treat_LDAP_users_not_available_by_user_filter_as_deleted treat LDAP users not available by user filter as deleted | ||||
| * | if define, check the userfilter if the user is still allowed | Renaud Fortier | 2015-08-11 | 1 | -1/+1 |
| | | |||||
* | | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #18294 from esakol/issue17173 | Thomas Müller | 2015-11-24 | 1 | -39/+67 |
|\ \ | | | | | | | Fix RHDS ldap paged search, Issue #17173 | ||||
| * | | Fix RHDS ldap paged search, Issue #17173 | Mario Kolling | 2015-11-09 | 1 | -39/+67 |
| | | | | | | | | | | | | Change-Id: Ic804ea95401a9b49cb2b0866af722aa0d3ee58c5 | ||||
* | | | remove uselessly used parameter, read all user attributes also when looking ↵ | Arthur Schiwon | 2015-11-06 | 1 | -2/+1 |
|/ / | | | | | | | up users in groups | ||||
* | | Merge pull request #20271 from owncloud/fix-18701 | Thomas Müller | 2015-11-06 | 1 | -20/+31 |
|\ \ | | | | | | | LDAP: attempt to connect to backup server again, if main server is no… | ||||
| * | | LDAP: attempt to connect to backup server again, if main server is not ↵ | Arthur Schiwon | 2015-11-03 | 1 | -20/+31 |
| | | | | | | | | | | | | available. Fixes #18701 | ||||
* | | | add port to host only, if an URL is used instead of a plain hostname | Arthur Schiwon | 2015-11-04 | 1 | -3/+7 |
|/ / | |||||
* | | Merge branch 'master' into fix-20151 | blizzz | 2015-11-02 | 2 | -0/+12 |
|\ \ | |||||
| * | | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-10-30 | 2 | -0/+12 |
| | | | |||||
* | | | add method to count users by loginname and use it for diagnose test, fixes ↵ | Arthur Schiwon | 2015-10-30 | 2 | -2/+16 |
|/ / | | | | | | | #20151 | ||||
* | | fix attribute casing to ensure array keys work | Arthur Schiwon | 2015-10-27 | 1 | -1/+2 |
| | | |||||
* | | fix update quota with known value | Arthur Schiwon | 2015-10-27 | 1 | -3/+3 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2015-10-26 | 6 | -0/+6 |
| | | |||||
* | | Merge pull request #19795 from owncloud/fix-language-level-compat | Thomas Müller | 2015-10-15 | 1 | -2/+3 |
|\ \ | | | | | | | Remove arbitrary expression in empty | ||||
| * | | Remove arbitrary expression in empty | Lukas Reschke | 2015-10-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4 Fixes https://github.com/owncloud/core/issues/19793 | ||||
* | | | Fix doc blocks of LDAP classes | Joas Schilling | 2015-10-15 | 7 | -28/+25 |
|/ / | |||||
* | | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 3 | -43/+50 |
|\ \ | | | | | | | allow an attribute to return more than one value | ||||
| * | | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-09 | 1 | -1/+3 |
| | | | |||||
| * | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 1 | -3/+3 |
| | | | |||||
| * | | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 3 | -12/+32 |
| | | | |||||
| * | | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 2 | -29/+14 |
| | | |