summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Group_LDAPTest.php
Commit message (Expand)AuthorAgeFilesLines
* do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-111-2/+20
* LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-111-0/+2
* Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-061-36/+37
|\
| * tidy up Group_LDAPArthur Schiwon2020-06-081-36/+37
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-241-0/+6
|/
* Update license headers for 19Christoph Wurst2020-04-291-2/+0
* formattingArthur Schiwon2020-04-231-18/+18
* read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-171-24/+48
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-18/+17
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-12/+12
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-12/+12
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-58/+58
* adjust testsArthur Schiwon2020-01-081-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-15/+15
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+39
* remove unused use statementArthur Schiwon2019-03-061-1/+0
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-24/+32
* Fixed unit test: groupsMatchFilter will not be called multiple times anymore.Roland Tapken2019-03-051-1/+1
* tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
* Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
* fix unit tests after rebaseArthur Schiwon2017-11-091-46/+56
* adjust testsArthur Schiwon2017-11-091-15/+18
* Update license headersMorris Jobke2017-11-061-0/+3
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-12/+12
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-21/+319
* Fix usersInGroup retrievalArthur Schiwon2017-04-251-0/+37
* Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-251-0/+105
|\
| * user_ldap: Add support for gidNumberXuanwo2017-04-251-0/+105
* | Change LDAP method namesMorris Jobke2017-04-121-4/+4
|/
* Update tests for phunit 5.5Victor Dubiniuk2016-10-131-6/+8
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* Fix the User_LDAP appJoas Schilling2016-09-121-2/+0
* Fix getMock user_ldapRoeland Jago Douma2016-09-061-1/+2
* New LDAPProvider for user_ldaproot2016-07-221-1/+2
* Fix apps/Joas Schilling2016-07-211-2/+4
* Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
* Update license headersLukas Reschke2016-05-261-2/+2
* Move tests/ to PSR-4Joas Schilling2016-05-251-0/+457