Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-08clear LDAP cache after user deletionArthur Schiwon
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-01-08decouple userExists from userExistsOnLDAP checkArthur Schiwon
2020-01-08relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-06-26invalidates user when plugin reported deletion successArthur Schiwon
2019-06-19ensures mapping of chosen useridArthur Schiwon
2019-06-18caches the displayname after an LDAP plugin set itArthur Schiwon
2019-04-02set the loglevel in context, save the conditionArthur Schiwon
2019-03-21LDAP plugin: force createUser to return new user's DNVinicius Cubas Brand
2019-03-21fix user creation using LDAP PluginVinicius Cubas Brand
2018-09-16Check if user is null before getUsernameDaniel Kesselberg
2018-08-14don't force LDAP updates on userExists anymoreArthur Schiwon
2018-07-05allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon
2018-07-03let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-05more consistent namingArthur Schiwon
2018-04-05LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2018-01-26do not catch ServerNotAvailableArthur Schiwon
2017-11-09move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon
2017-11-06Update license headersMorris Jobke
2017-11-03Plugins infrastructure in User_LDAPVinicius Cubas Brand
2017-09-29fix LDAP User deletion (cleanup)Arthur Schiwon
2017-09-01listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon
2017-09-01simplify returning the homePath and fixing #4117Arthur Schiwon
2017-07-25Fix commentsMorris Jobke
2017-04-24Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz
2017-04-12Change LDAP method namesMorris Jobke
2017-04-12Update comments to NextcloudMorris Jobke
2017-03-31restore ldap_password_renew_prRoger Szabo
2017-01-30LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon
2016-11-29log exception about user not present on LDAP on login only if loglevel is set...Arthur Schiwon
2016-11-23restore ldap_password_prroot
2016-10-13Harden emptyVictor Dubiniuk
2016-10-07cache loginName2UserName and cover the method with unit testsArthur Schiwon
2016-08-29fix a few minor code smellsJörn Friedrich Dreyer
2016-07-28Merge pull request #590 from nextcloud/fixing-undefined-OfflineUser-composeAn...Morris Jobke
2016-07-27[stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #...Thomas Müller
2016-07-27comments amendedroot
2016-07-22New LDAPProvider for user_ldaproot
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-07-04check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm