summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37304 from nextcloud/backport/37006/stable26Arthur Schiwon2023-05-171-2/+0
|\
| * also unmark deleted ldap user when checking the ldap entryRobin Appelman2023-03-201-2/+0
* | Add comment about Manager instance not being sharedCôme Chilliet2023-05-021-0/+1
* | Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-05-022-21/+4
|/
* Do not send a pagination control with size = 0 if cookie is emptyCôme Chilliet2023-03-151-9/+13
* Remove redundant cast to string in user_ldapCôme Chilliet2023-01-021-2/+2
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-7/+2
* Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\
| * Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
* | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-208-69/+59
|\ \ | |/ |/|
| * Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-217-111/+156
| |\
| * | Fix return type for countUsers methodCôme Chilliet2022-10-254-10/+9
| * | Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-255-60/+51
* | | Fixed backup host logicCôme Chilliet2022-12-191-26/+24
* | | Make code clearer for background hostCôme Chilliet2022-12-191-8/+8
* | | Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-192-6/+18
* | | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-...Côme Chilliet2022-12-191-7/+14
|\ \ \
| * | | Cache the fetched list of groupsCôme Chilliet2022-11-171-7/+14
| | |/ | |/|
* | | Merge pull request #24574 from zenlord/ldapi-unix-socket-supportCôme Chilliet2022-12-084-74/+102
|\ \ \
| * | | Merge branch 'master' into ldapi-unix-socket-supportCôme Chilliet2022-11-2219-809/+570
| |\| |
| * | | Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-094-65/+93
* | | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+8
* | | | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeoutblizzz2022-11-302-0/+7
|\ \ \ \
| * | | | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-232-0/+7
| | |/ / | |/| |
* | | | 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