aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+5
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-12/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-6/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-301-41/+4
* fix: Remove obsolete resource typingCôme Chilliet2024-04-091-2/+2
* fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-201-2/+2
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-011-1/+17
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix(LDAP): prevent incomplete displaynames…Arthur Schiwon2023-11-071-2/+2
* Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-161-2/+33
|\
| * Fix LDAP LoginListener by adding new group relationships to caches before fir...Côme Chilliet2023-10-121-2/+33
* | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-111-4/+41
* | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-101-7/+5
* | fix(ldap): store last known user groupsArthur Schiwon2023-10-091-2/+23
|/
* Add batch methods in user backendsCarl Schwan2023-09-051-2/+4
* Add check-group commandCôme Chilliet2023-08-101-7/+26
* Clear up return typesCôme Chilliet2023-04-271-3/+8
* Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-11/+2
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-4/+13
* Cache display name even if it was not filledCôme Chilliet2022-11-171-3/+4
* Fix psalmCarl Schwan2022-10-201-1/+4
* Check if cache is present with issetCarl Schwan2022-10-201-1/+1
* Bring back small fixes by CarlCôme Chilliet2022-10-201-8/+6
* Fix LDAP recursive nested group supportCôme Chilliet2022-10-201-4/+7
* Revert Carl changes on apps/user_ldap/lib/Group_LDAP.phpCarl Schwan2022-10-201-27/+12
* Fix user_ldap testsCarl Schwan2022-10-201-9/+9
* Add back runtime cache for intermediate ldap read resultsCarl Schwan2022-10-201-2/+10
* Only cache base inGroup searchCarl Schwan2022-10-201-8/+15
* Add missing copyright author in Group_LDAPCôme Chilliet2022-10-201-0/+1
* Removed unused use declarationCôme Chilliet2022-10-201-1/+0
* Fix types in docblocksCôme Chilliet2022-10-201-0/+1
* Refactor group membership listing for nested groupsCôme Chilliet2022-10-201-147/+67
* Small optimisation of _groupMembersCôme Chilliet2022-10-201-2/+7
* Refactor _groupMembers to correctly use cache on intermediate resultsCôme Chilliet2022-10-201-35/+28
* Fix merging list with nullCarl Schwan2022-10-201-1/+2
* Unify a bit the types of the fetcherCarl Schwan2022-10-201-16/+17
* Add more type hintingCarl Schwan2022-10-201-31/+43
* Cache intermediatesArthur Schiwon2022-10-201-1/+7
* Refactor code to split common loopArthur Schiwon2022-10-201-37/+15
* Make it possible to return nested records whem walking over groupsArthur Schiwon2022-10-201-4/+43
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* 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
|/