summaryrefslogtreecommitdiff
path: root/app/Auth/Ldap.php
AgeCommit message (Collapse)Author
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-18Remove useless class and add new plugin hooksFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-11Improve LDAP authFrederic Guillot
2015-09-20Fix some phpdoc and remove useless codeFrederic Guillot
2015-09-12Improve LDAP authentication classFrederic Guillot
2015-09-06Add LDAP group syncFrederic Guillot
2015-09-06Add unit tests for LDAP and ReverseProxy authFrederic Guillot
2015-09-06Change travis configFrederic Guillot
2015-09-05Improve unit testsFrederic Guillot
2015-07-18Add new config option to disable automatic creation of LDAP accountsFrederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-19Fix query to check user by name and email.Francois Ferrand
2015-02-20Lowercase LDAP usernames by default for authenticationFrederic Guillot
2015-02-07Reduce complexity and duplication in LDAP::lookup()Colin Williams
2015-01-19Minor code improvements for the pull-requestFrederic Guillot
2015-01-16Add Json API to create LDAP user.Francois Ferrand
This allows setting up permissions before the LDAP users actually connect to Kanboard, and even importing the permissions from other tools.
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2014-12-27Add more subscribersFrédéric Guillot
2014-12-06Add support for ldap_start_tls()Frédéric Guillot
2014-11-26Fix some Scrutinizer issuesFrédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot
2014-09-12Split LDAP findUser() method into smaller functionsFrédéric Guillot
2014-08-19Add multiple LDAP binding typeFrédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot