Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -901/+0 |
| | |||||
* | Fixed dynamic group ldap access (#23450) | blizzz | 2016-05-17 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | * Fixed dynamic group ldap access getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method * Fixing group handling added back the cache processing and fixed * fixed possible indention problem spaces -> tab conversion * formatting, white-space changes only | ||||
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 1 | -1/+1 |
| | | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx | ||||
* | Fix LDAP race conditions | Morris Jobke | 2016-04-20 | 1 | -15/+17 |
| | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | change error logging | alexweirig | 2016-02-03 | 1 | -1/+1 |
| | | | replaced variable with print_r call | ||||
* | Fixed undefined variable $dnGroup and variable name | alexweirig | 2016-02-03 | 1 | -7/+7 |
| | | | | | I renamed $memberURL into $dynamicGroup and print that variable in the writeLog. I think this makes more sense. | ||||
* | Refactored code to avoid performance problem | alexweirig | 2016-02-03 | 1 | -41/+37 |
| | | | | | Moved the dynamic group processing to the top and removed condition in memberOf processing. Also, changed variable name $value to $memberUrl | ||||
* | code changes for user_ldap Dynamic Group Membership | Alex Weirig | 2016-02-03 | 1 | -4/+89 |
| | | | | | | | | | | | Added new setting of “Dynamic Group Member URL” (ldapDynamicGroupMemberURL) - see LDAP settings advanced tab. Added public function getDynamicGroupMembers. Updated function _groupMembers. Updated function getUserGroups. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | remove uselessly used parameter, read all user attributes also when looking ↵ | Arthur Schiwon | 2015-11-06 | 1 | -2/+3 |
| | | | | up users in groups | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix style | Lukas Reschke | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Revert "adjust to nested group fix | Frédéric Fortier | 2015-10-16 | 1 | -6/+1 |
| | | | | This reverts commit 845485cfe, which fixes #19816 regression. | ||||
* | fix primary group retrieval | Arthur Schiwon | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | adjust to nested group fix | Arthur Schiwon | 2015-09-23 | 1 | -1/+6 |
| | |||||
* | Merge pull request #18042 from GreenArchon/master | Morris Jobke | 2015-08-26 | 1 | -3/+32 |
|\ | | | | | Properly nest groups when using memberOf to detect group membership, … | ||||
| * | fix more review comments for #18042 / #17759 | Frédéric Fortier | 2015-08-07 | 1 | -4/+3 |
| | | |||||
| * | Take review comments into consideration for pr #18042 / issue #17759 | Frédéric Fortier | 2015-08-04 | 1 | -16/+13 |
| | | |||||
| * | Properly nest groups when using memberOf to detect group membership, fixes ↵ | Frédéric Fortier | 2015-08-03 | 1 | -3/+36 |
| | | | | | | | | #17759 | ||||
* | | Merge pull request #17526 from owncloud/fix-17516 | Morris Jobke | 2015-07-27 | 1 | -1/+6 |
|\ \ | |/ |/| | LDAP: when checking group for matching filter, also take base DN into… | ||||
| * | LDAP: when checking group for matching filter, also take base DN into ↵ | Arthur Schiwon | 2015-07-09 | 1 | -1/+6 |
| | | | | | | | | consideration. Fixes #17516 | ||||
* | | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 1 | -4/+2 |
|\ \ | |/ |/| | Do not use OC*::mb_*_replace(), they are useless | ||||
| * | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 1 | -4/+2 |
| | | |||||
* | | ensure groups match filter when using memberOf to read users group, refs #17119 | Arthur Schiwon | 2015-06-26 | 1 | -1/+3 |
|/ | |||||
* | if possible, getUserGroups should get memberships using memberOf virtual ↵ | Arthur Schiwon | 2015-06-03 | 1 | -2/+29 |
| | | | | attribute | ||||
* | add primary group users to resultset before caching | Arthur Schiwon | 2015-05-19 | 1 | -1/+2 |
| | |||||
* | Fixes returns of group memberships and counting if all members have the ↵ | Arthur Schiwon | 2015-05-19 | 1 | -9/+7 |
| | | | | specific groups as primary set. | ||||
* | move away from deprecated consts | Arthur Schiwon | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+19 |
| | |||||
* | offset needs to be considered in computed limit | Arthur Schiwon | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -22/+65 |
|\ | | | | | Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups | ||||
| * | and escape the search term | Arthur Schiwon | 2015-01-29 | 1 | -0/+3 |
| | | |||||
| * | :lipstick: | Arthur Schiwon | 2015-01-28 | 1 | -4/+4 |
| | | |||||
| * | fix counting of users in primary group | Arthur Schiwon | 2015-01-28 | 1 | -23/+63 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+19 |
|/ | |||||
* | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 1 | -7/+29 |
| | |||||
* | fix retrievel of group members and cache group members | Arthur Schiwon | 2014-10-17 | 1 | -2/+25 |
| | | | | fix changed variable name | ||||
* | Log warning when no uid was found for user | Vincent Petry | 2014-10-09 | 1 | -0/+4 |
| | | | | | | | | In some incomplete setups (like mine) it can happen that the uid attribute of users is missing. To be able to find out that something is wrong, a debug message is now logged when it has not been found. | ||||
* | Revert "[WIP] fix retrieval of group members and cache group members" | Vincent Petry | 2014-10-09 | 1 | -25/+2 |
| | |||||
* | fix changed variable name | Arthur Schiwon | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | fix retrievel of group members and cache group members | Arthur Schiwon | 2014-09-18 | 1 | -2/+25 |
| | |||||
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -37/+198 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing | ||||
* | also adapt result check from readAttribute | Arthur Schiwon | 2014-06-27 | 1 | -2/+1 |
| | |||||
* | specify no attribute for group exists check, as done with users | Arthur Schiwon | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 |
| | | | | * test case added to avoid adding them later |