aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+8
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-7/+7
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+1
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-301-34/+4
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+1
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-301-2/+2
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-41/+71
* fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-3/+0
* fix: Fix small psalm errors in FTP and LDAP connectionsCôme Chilliet2024-04-091-2/+1
* fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-091-1/+5
* fix: Remove obsolete resource typingCôme Chilliet2024-04-091-36/+15
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-011-0/+1
* fix(ldap): store last known user groupsArthur Schiwon2023-10-091-0/+4
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-0/+1
|\
| * [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-231-0/+1
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-1/+1
|/
* 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