summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/group_ldap.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-458/+0
|
* Fix LDAP race conditionsMorris Jobke2016-04-201-4/+0
| | | | | | | | * 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
* fix unit testsArthur Schiwon2016-02-031-4/+9
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+7
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* Update license headersLukas Reschke2015-10-261-0/+1
|
* Adjust unit testsLukas Reschke2015-10-161-8/+3
|
* adjust testsArthur Schiwon2015-10-091-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* read all relevant user attributes on login and user search, in one query. ↵Arthur Schiwon2015-09-231-1/+5
| | | | saves us some.
* Properly nest groups when using memberOf to detect group membership, fixes ↵Frédéric Fortier2015-08-031-4/+3
| | | | #17759
* 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