summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Group_LDAPTest.php
Commit message (Collapse)AuthorAgeFilesLines
* tests for retrieving group members with numerical uidsArthur Schiwon2018-02-261-2/+85
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix unit tests after rebaseArthur Schiwon2017-11-091-46/+56
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust testsArthur Schiwon2017-11-091-15/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-12/+12
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-21/+319
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* Fix usersInGroup retrievalArthur Schiwon2017-04-251-0/+37
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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
| | | | | | | | | | | | | | | | | | | | | | | | This patch is based on the work of @dleeuw (https://github.com/dleeuw) (See https://github.com/nextcloud/server/issues/2640#issuecomment-269615883 for more details). The difference is user & group data will be written into cache to have better performance, and functions splited from primaryGroupID series to make them more readable. Fixed https://github.com/nextcloud/server/issues/2640 Signed-off-by: Xuanwo <xuanwo@yunify.com>
* | Change LDAP method namesMorris Jobke2017-04-121-4/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update tests for phunit 5.5Victor Dubiniuk2016-10-131-6/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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