summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-051-0/+1
* fix(ldap): store last known user groupsArthur Schiwon2023-10-301-0/+4
* nice up the code handling AccountManagerMarc Hefter2023-04-061-1/+0
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-061-1/+1
* handling updateProfile with array of valuesMarc Hefter2023-04-061-0/+1
* added user profile scope settingMarc Hefter2023-04-061-0/+1
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-061-0/+1
* feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-061-0/+7
* Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
* 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-191-3/+9
* Merge pull request #24574 from zenlord/ldapi-unix-socket-supportCôme Chilliet2022-12-081-1/+8
|\
| * Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-091-1/+8
* | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeoutblizzz2022-11-301-0/+4
|\ \
| * | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-231-0/+4
| |/
* | 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
|/
* Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
* Fix unit testsCôme Chilliet2022-03-031-7/+31
* Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet2022-03-031-2/+2
* Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-081-1/+1
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-3/+6
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-141-34/+36
* Add return type for writeToCacheDaniel Kesselberg2021-06-151-4/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* do not die after LDAP auth failed with expired accArthur Schiwon2021-03-011-3/+6
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-111-0/+1
* tidy up Group_LDAPArthur Schiwon2020-06-081-0/+5
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-58/+55
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
* Update license headersChristoph Wurst2019-12-051-3/+3
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+1
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-0/+3
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+2
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-9/+0
* Only bind if configuration for the first server is availableJulius Härtl2018-07-131-1/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-0/+10
* Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz2018-06-281-0/+3
|\
| * lower log level for quota manipulation casesArthur Schiwon2018-06-281-0/+3
* | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-8/+4
|/