Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust unit test | Arthur Schiwon | 2015-06-30 | 1 | -0/+4 |
| | |||||
* | if possible, getUserGroups should get memberships using memberOf virtual ↵ | Arthur Schiwon | 2015-06-03 | 1 | -0/+59 |
| | | | | attribute | ||||
* | Fixes returns of group memberships and counting if all members have the ↵ | Arthur Schiwon | 2015-05-19 | 1 | -0/+70 |
| | | | | specific groups as primary set. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -19/+20 |
| | |||||
* | offset needs to be considered in computed limit | Arthur Schiwon | 2015-03-23 | 1 | -0/+14 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+20 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -1/+6 |
|\ | | | | | Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups | ||||
| * | fix counting of users in primary group | Arthur Schiwon | 2015-01-28 | 1 | -1/+6 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -20/+19 |
|/ | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -1/+2 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -3/+1 |
| | |||||
* | add one simple cache test | Arthur Schiwon | 2014-10-17 | 1 | -4/+29 |
| | |||||
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -1/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | adjust group tests | Arthur Schiwon | 2014-06-03 | 1 | -2/+9 |
| | |||||
* | add tests for LDAP | Arthur Schiwon | 2014-04-08 | 1 | -0/+115 |
| | |||||
* | remove outdated (thus failing) and anyway insufficient group tests - for now | Arthur Schiwon | 2013-09-27 | 1 | -46/+0 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -8/+8 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | LDAP: adjust test after refactoring | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | group LDAP: simple basic tests | Arthur Schiwon | 2012-04-15 | 1 | -0/+6 |
| | |||||
* | group LDAP: implemented inGroup() | Arthur Schiwon | 2012-04-15 | 1 | -0/+4 |
| | |||||
* | test for ldap group backend | Arthur Schiwon | 2012-04-14 | 1 | -0/+36 |