aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-13/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+2
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-12/+12
* fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2024-08-271-2/+0
* fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-271-3/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* Use cache in LDAP backend's checkPasswordAkhil2024-08-161-11/+9
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-011-6/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-301-35/+4
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-1/+1
* fix: Remove obsolete resource typingCôme Chilliet2024-04-091-1/+1
* Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
* Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+4
* Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-1/+2
* Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-251-21/+15
* [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-231-2/+2
* Use the new IProvideEnabledStateBackend interface in user_ldapCôme Chilliet2023-05-231-5/+22
* also unmark deleted ldap user when checking the ldap entryRobin Appelman2023-03-021-2/+0
* Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-211-1/+6
|\
| * Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-241-2/+7
* | Fix return type for countUsers methodCôme Chilliet2022-10-251-2/+2
|/
* Use "use" to import namespacesCarl Schwan2022-03-141-1/+3
* Fix psalm issue about userCountsCarl Schwan2022-03-111-1/+2
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-1/+1
* Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet2021-11-231-7/+21
* Ignore cache in occ ldap:check-ldap commandCôme Chilliet2021-11-221-5/+6
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-141-14/+28
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix parameter types in docsJoas Schilling2021-03-171-5/+5
* clear LDAP cache after user deletionArthur Schiwon2020-06-081-0/+1
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-32/+31
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-12/+12
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* decouple userExists from userExistsOnLDAP checkArthur Schiwon2020-01-081-7/+13
* relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-081-29/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* invalidates user when plugin reported deletion successArthur Schiwon2019-06-261-3/+6
* ensures mapping of chosen useridArthur Schiwon2019-06-191-2/+20
* caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-181-1/+3
* set the loglevel in context, save the conditionArthur Schiwon2019-04-021-3/+1
* LDAP plugin: force createUser to return new user's DNVinicius Cubas Brand2019-03-211-1/+2
* fix user creation using LDAP PluginVinicius Cubas Brand2019-03-211-2/+10
* Check if user is null before getUsernameDaniel Kesselberg2018-09-161-5/+7
* don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-141-9/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-1/+5
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-031-3/+5