summaryrefslogtreecommitdiff
path: root/app/common.php
AgeCommit message (Collapse)Author
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-10Try to load config.php from /data if not availableFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-26Add page to show the list of pluginsFrederic Guillot
2015-09-20Add sub namespace for pluginsFrederic Guillot
2015-09-13First draft for plugins systemFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-14Add Gantt chart for projectsFrederic Guillot
2015-07-19Split task controller into smaller classesFrederic Guillot
2015-07-19Prompt user when moving or duplicate a task to another projectFrederic Guillot
2015-07-16Store redirect login url in session instead of using url parameterFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-07-12Change routesFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-10Require autoloader relative from the current directoryYannick Ihmels
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-07Fix typoFrederic Guillot
2015-05-07Set DB_PORT constant from DATABASE_URL env variableFrederic Guillot
2015-01-12Add Heroku one-click install buttonFrederic Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Add more subscribersFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-06Try another composer configFrédéric Guillot
2014-11-06Change composer include filesFrédéric Guillot
2014-11-04Switch to composerFrédéric Guillot
2014-09-16Don't load Javascript assets for public board accessFrédéric Guillot
2014-09-15Run unit tests across different database backends + fix bugsFrédéric Guillot
2014-09-10Fix Mysql and Postgresql bugFrédéric Guillot
2014-08-20Improve default email domain for reverse-prxy authFrédéric Guillot
2014-08-19Add multiple LDAP binding typeFré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-16Various minor fixesFré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-05Add Postgresql supportFré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