summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35230 from nextcloud/fix/user_ldap-log-backup-switchCôme Chilliet2022-11-241-7/+12
|\
| * Improve a bit codestyleCôme Chilliet2022-11-221-3/+2
| * Log as warning instead of info when main LDAP server is unreachableCôme Chilliet2022-11-211-1/+1
| * Log switching to LDAP backup host because main one is not availableCôme Chilliet2022-11-171-5/+11
* | Cache display name even if it was not filledCôme Chilliet2022-11-171-3/+4
|/
* [LDAP] always create instance of own user managerArthur Schiwon2022-11-101-0/+27
* Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typingVincent Petry2022-11-042-106/+101
|\
| * Fix $host var handling to avoid passing null to ldap_connectCôme Chilliet2022-10-251-2/+2
| * Clean up LDAP Wizard typingCôme Chilliet2022-10-202-104/+99
* | Merge pull request #34691 from nextcloud/profiler/ldap-backtraceCarl Schwan2022-10-252-2/+4
|\ \
| * | Add backtrace to ldap profiler collectorCarl Schwan2022-10-202-2/+4
| |/
* | Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-242-3/+24
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-216-38/+121
|\ \ | |/ |/|
| * [LDAP] throw exception only against prov apiArthur Schiwon2022-10-181-1/+20
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-186-38/+102
* | Merge pull request #30223 from nextcloud/nested_ldap_groupsCôme Chilliet2022-10-203-194/+160
|\ \
| * | 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-202-14/+14
| * | 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-202-1/+13
| * | 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
| |/
* | Cleanup typing and improve loggingCôme Chilliet2022-10-203-44/+55
* | Fix ldap_parse_result callCôme Chilliet2022-10-201-4/+13
* | Adapt interface to new search signatureCôme Chilliet2022-10-201-1/+1
* | Pass paging information directly to search and get rid of adapterCôme Chilliet2022-10-205-188/+19
* | Renamed ambiguous $limit parameter to pageSizeCôme Chilliet2022-10-201-9/+9
* | Unfold call to ldap_parse_result. Handle cookie outside of adapter.Côme Chilliet2022-10-204-115/+36
* | Do not init a paged search for read operationsCôme Chilliet2022-10-201-19/+2
* | Remove useless getReadArgs/setReadArgs methods from PagedResultsCôme Chilliet2022-10-203-31/+1
* | Remove dead code in paged result handlingCôme Chilliet2022-10-205-64/+7
|/
* Avoid double ldap_unbind in Wizard.phpCôme Chilliet2022-10-111-1/+0
* Fix code style with codesnifferCôme Chilliet2022-10-111-18/+18
* Fix typos in apps/ subdirectoryluz paz2022-09-055-10/+10
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-4/+4
|\
| * Port existing server code to new interfaceCarl Schwan2022-08-081-4/+4