aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Group_LDAPTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-27/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-201-0/+27
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-111-2/+85
* refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-101-13/+10
* refactor(tests): simplify code, reduce duplicationArthur Schiwon2023-10-091-425/+257
* test(Group LDAP): add test for getting groups of OfflineUserArthur Schiwon2023-10-091-0/+45
* Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-3/+3
* Fix LDAP recursive nested group supportCôme Chilliet2022-10-201-15/+14
* Fix user_ldap testsCarl Schwan2022-10-201-8/+3
* Add testing of nested group membershipCôme Chilliet2022-10-201-11/+31
* Refactor group membership listing for nested groupsCôme Chilliet2022-10-201-1/+3
* Add tests for nested groupsCôme Chilliet2022-10-201-8/+45
* Fix typos in apps/ subdirectoryluz paz2022-09-051-4/+4
* Fix user_ldap unit testsCôme Chilliet2022-04-011-2/+2
* Fix unit testsCôme Chilliet2022-03-031-14/+20
* fix caching of objectsid searchesArthur Schiwon2021-09-211-0/+32
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* php-cs happynessArthur Schiwon2020-11-271-47/+47
* add unit testsArthur Schiwon2020-11-271-0/+173
* when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-191-6/+36
* 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