Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | Remove spaces around | operator in doc block. | Andreas Fischer | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -11/+11 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -23/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php | ||||
* | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -0/+11 |
| | | | | using scrutinizer patch | ||||
* | fix return value when a search string was passed to return integer instead ↵ | Arthur Schiwon | 2014-04-08 | 1 | -1/+2 |
| | | | | of array | ||||
* | implement countUsersInGroup in LDAP group backend | Arthur Schiwon | 2014-04-08 | 1 | -1/+81 |
| | |||||
* | make getGroupsChunk() protected instead of private | Alexander Bergolth | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | adapt coding style | Alexander Bergolth | 2014-03-13 | 1 | -15/+15 |
| | |||||
* | fix another oversight... sigh.. | root | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | getGroups(): fix overall max search limit for paged searches | root | 2014-03-04 | 1 | -3/+3 |
| | |||||
* | getGroups() $limit was not handled correctly | root | 2014-03-04 | 1 | -2/+7 |
| | |||||
* | merge functionality of getAllGroups into getGroups | root | 2014-03-04 | 1 | -15/+18 |
| | |||||
* | add getAllGroups() that uses a paged search if available | root | 2014-03-04 | 1 | -0/+34 |
| | | | | | this circumvents server side search limits (active directory has a limit of 1000 by default) | ||||
* | replace spaces with tabs | root | 2014-02-21 | 1 | -5/+5 |
| | | | | use true instead of 1 | ||||
* | fix coding style to blizzz happy.. ;-) | root | 2014-02-12 | 1 | -8/+10 |
| | |||||
* | fix indentation | root | 2013-12-11 | 1 | -42/+42 |
| | | | | | | use identity test where appropriate use camelcase variable names _getGroupsByMember is a private function | ||||
* | remove debug output | root | 2013-12-10 | 1 | -3/+0 |
| | |||||
* | combineFilterWithAnd recently moved to Access | root | 2013-12-08 | 1 | -3/+3 |
| | |||||
* | add support for nested groups | root | 2013-12-06 | 1 | -10/+69 |
| | |||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -6/+12 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -63/+66 |
| | | | | inheriting it. | ||||
* | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 1 | -6/+6 |
| | |||||
* | Typo, fixes #2690 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | LDAP: check first whether group exists in this backend before doing other ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+9 |
| | | | | operations | ||||
* | LDAP: implementation of displayNamesInGroup | Arthur Schiwon | 2013-03-05 | 1 | -3/+14 |
| | |||||
* | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -6/+12 |
| | |||||
* | LDAP: make it possible to define attributes that should be considered on ↵ | Arthur Schiwon | 2013-01-31 | 1 | -6/+4 |
| | | | | searches | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| |