summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-6/+6
* Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-6/+21
* Fix unit testsCôme Chilliet2022-03-031-1/+1
* Remove redundant is_array checkCôme Chilliet2022-03-031-11/+9
* Merge pull request #29329 from nextcloud/fix/noid/groups-unwarranted-membersJohn Molakvoæ2021-12-201-2/+14
|\
| * fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon2021-11-191-2/+14
* | Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-3/+3
|/
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-141-3/+3
* fix caching of objectsid searchesArthur Schiwon2021-09-211-4/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* fix detecting cyclic group membershipsArthur Schiwon2021-02-231-10/+21
* fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
* check number of members after potential resolving of rdnsArthur Schiwon2020-11-271-4/+5
* use faster and less hungry foreachArthur Schiwon2020-11-271-10/+8
* moved the array_reduce to fix large search caseTobias Perschon2020-11-271-10/+17
* flatten result array as expected by following codeArthur Schiwon2020-11-261-2/+7
* when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-191-1/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-111-11/+20
* LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-111-0/+29
* use break not continue in switch to avoid warningArthur Schiwon2020-08-101-5/+5
* added "zimbraMailForwardingAddress" as a Group-Member association attribute t...Tobias Perschon2020-08-071-83/+126
* Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-061-197/+154
|\
| * tidy up Group_LDAPArthur Schiwon2020-06-081-197/+154
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-241-3/+4
|/
* simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
* Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
* formattingArthur Schiwon2020-04-231-37/+59
* consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-171-5/+25
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-83/+82
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Fix multiline commentsChristoph Wurst2020-04-081-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-33/+33
* Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz2020-01-141-8/+27
|\
| * ensure that only valid group members are returnedArthur Schiwon2020-01-131-8/+27
* | cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-081-1/+1
|/
* Update license headersChristoph Wurst2019-12-051-2/+3
* uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
* Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
* ensures mapping of chosen useridArthur Schiwon2019-06-191-1/+1
* fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-1/+27
* Cache cleaning when subadmin adds user to groupVinicius Cubas Brand2019-03-211-0/+2
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-60/+76
* Reduce queries to LDAP by caching nested groupsRoland Tapken2019-03-051-6/+18
* user_ldap: really resolve nested groupsRoland Tapken2019-03-051-14/+19