summaryrefslogtreecommitdiff
path: root/config.default.php
AgeCommit message (Collapse)Author
2015-09-12Improve LDAP authentication classFrederic Guillot
2015-09-06Add LDAP group syncFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-01Enable support for Github Enterprise when using Github AuthenticationFrederic Guillot
2015-08-01Add config parameter to disable/enable RememberMe authenticationFrederic Guillot
2015-08-01Add config parameter to define session durationFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-18Add new config option to disable automatic creation of LDAP accountsFrederic Guillot
2015-07-16Add config parameter to hide login formFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-06-13Add Sendgrid as mail transportFrederic Guillot
2015-06-07Add Mailgun API as mail transportFrederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-25Add custom HTTP header for API authenticationFrederic Guillot
2015-03-30Improve pull-request #738Frederic Guillot
2015-03-25Set default value fro MARKDOWN_ESCAPEDSemyon Novikov
2015-03-25Add option for toggling html escapes inside markdown fieldsSemyon Novikov
2015-03-21Add option to enable/disable iframe inclusion http headerFrederic Guillot
2015-03-05Add config parameter for custom database portFrederic Guillot
2015-02-20Lowercase LDAP usernames by default for authenticationFrederic Guillot
2015-01-28Prefix DEBUG_FILE with __DIR__Frederic Guillot
2015-01-25Add new constants: FILES_DIR and DEBUG_FILEFrederic 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.
2014-12-31Add debug optionFrédéric Guillot
2014-12-06Change default mail fromFrédéric Guillot
2014-12-06Add support for ldap_start_tls()Frédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-09-20Add configuration option to enable/disable 'Strict-Transport-Security' HTTP ↵Frédéric Guillot
header
2014-09-15Tiny postgres fixes (pull-request #263)Frédéric Guillot
2014-08-20support specifying default email domain for reverse proxy setupAshish Kulkarni
2014-08-19Add multiple LDAP binding typeFrédéric Guillot
2014-08-18Display a link to the task for email notificationsFrédéric Guillot
2014-08-17Add secure connection TLS/SSL for the SMTP transportFrédéric Guillot
2014-08-17Highlight recently modified tasks on board (pull-request #201)Frédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot
2014-08-15Add email notificationsFrédéric Guillot
2014-08-13Add ReverseProxy authentication (pull-request #199)Frédéric Guillot
2014-07-04Merge pull request #161 from Typz/ldapFrédéric Guillot
Implement LDAP user lookup.
2014-07-03Add option to disable SSL certificate verification for LDAP.Francois Ferrand
2014-06-30Merge pull-request: Github authentication #162Frédéric Guillot
2014-06-30Implement LDAP user lookup.Francois Ferrand
This is required to improve compatibility when the DN cannot be easily computed from the user name. Additionally, this allows automatically getting the full name and email address from LDAP.
2014-05-22Code refactoring (add autoloader and change files organization)Frédéric Guillot
2014-05-03Add Google authenticationFrédéric Guillot
2014-04-20Add default config fileFrédéric Guillot