summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/group_ldap.php
Commit message (Collapse)AuthorAgeFilesLines
* adjust unit testArthur Schiwon2015-06-301-0/+4
|
* if possible, getUserGroups should get memberships using memberOf virtual ↵Arthur Schiwon2015-06-031-0/+59
| | | | attribute
* Fixes returns of group memberships and counting if all members have the ↵Arthur Schiwon2015-05-191-0/+70
| | | | specific groups as primary set.
* Update license headersJenkins for ownCloud2015-03-261-19/+20
|
* offset needs to be considered in computed limitArthur Schiwon2015-03-231-0/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+20
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-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 groupArthur Schiwon2015-01-281-1/+6
| |
* | Updating license headersJenkins for ownCloud2015-02-231-20/+19
|/
* inject DB Connection to user managerArthur Schiwon2015-01-071-1/+2
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-3/+1
|
* add one simple cache testArthur Schiwon2014-10-171-4/+29
|
* support for AD primary groupsArthur Schiwon2014-07-081-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 testsArthur Schiwon2014-06-031-2/+9
|
* add tests for LDAPArthur Schiwon2014-04-081-0/+115
|
* remove outdated (thus failing) and anyway insufficient group tests - for nowArthur Schiwon2013-09-271-46/+0
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-1/+1
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
|
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-8/+8
|
* adding space between) and {Thomas Mueller2012-09-071-2/+2
|
* Space before tab fixesBart Visscher2012-08-291-1/+1
|
* LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
|
* group LDAP: simple basic testsArthur Schiwon2012-04-151-0/+6
|
* group LDAP: implemented inGroup()Arthur Schiwon2012-04-151-0/+4
|
* test for ldap group backendArthur Schiwon2012-04-141-0/+36