index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Auth
/
Ldap.php
Age
Commit message (
Collapse
)
Author
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-10-11
Improve LDAP auth
Frederic Guillot
2015-09-20
Fix some phpdoc and remove useless code
Frederic Guillot
2015-09-12
Improve LDAP authentication class
Frederic Guillot
2015-09-06
Add LDAP group sync
Frederic Guillot
2015-09-06
Add unit tests for LDAP and ReverseProxy auth
Frederic Guillot
2015-09-06
Change travis config
Frederic Guillot
2015-09-05
Improve unit tests
Frederic Guillot
2015-07-18
Add new config option to disable automatic creation of LDAP accounts
Frederic Guillot
2015-04-03
Various fixes for PHPAnalyzer
Frederic Guillot
2015-03-19
Fix query to check user by name and email.
Francois Ferrand
2015-02-20
Lowercase LDAP usernames by default for authentication
Frederic Guillot
2015-02-07
Reduce complexity and duplication in LDAP::lookup()
Colin Williams
2015-01-19
Minor code improvements for the pull-request
Frederic Guillot
2015-01-16
Add 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-04
Allow users to override the timezone and the language
Frederic Guillot
2014-12-27
Add more subscribers
Frédéric Guillot
2014-12-06
Add support for ldap_start_tls()
Frédéric Guillot
2014-11-26
Fix some Scrutinizer issues
Frédéric Guillot
2014-09-28
Move methods getIpAddress() and getUserAgent() to the Request class
Frédéric Guillot
2014-09-12
Split LDAP findUser() method into smaller functions
Frédéric Guillot
2014-08-19
Add multiple LDAP binding type
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot