summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* move log constants to ILoggerArthur Schiwon2018-04-261-5/+6
* more consistent namingArthur Schiwon2018-04-051-1/+1
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-051-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* do not catch ServerNotAvailableArthur Schiwon2018-01-261-2/+5
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-061-3/+4
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+60
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-13/+11
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-1/+28
* simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-311-18/+5
* Fix commentsMorris Jobke2017-07-251-1/+1
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-3/+20
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-311-3/+20
* | Change LDAP method namesMorris Jobke2017-04-121-1/+1
* | Update comments to NextcloudMorris Jobke2017-04-111-3/+3
|/
* LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon2017-01-301-4/+3
* log exception about user not present on LDAP on login only if loglevel is set...Arthur Schiwon2016-11-291-8/+11