summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Expand)Author
2016-01-11Move swimlane validator methodsFrederic Guillot
2016-01-11Move task link validator methodsFrederic Guillot
2016-01-10Fix bug: Automatic action listeners were using the same instanceFrederic Guillot
2016-01-09Add forgot password featureFrederic Guillot
2016-01-07Remove HTMLToMarkdown dependencyFrederic Guillot
2016-01-07Move Gitlab webhook to an external pluginFrederic Guillot
2016-01-07Move bitbucket webhook to an external pluginFrederic Guillot
2016-01-06Fix phpdocFrederic Guillot
2016-01-06Move Github Webhook to external pluginFrederic Guillot
2016-01-05Improve 2FAFrederic Guillot
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-30Use SHA-1 for session hash to avoid incompatibility between platformsFrederic Guillot
2015-12-30Remove arguments of beforeAction() methodFrederic Guillot
2015-12-30Fix compatiblity issue with FreeBSD for session.hash_functionFrederic Guillot
2015-12-22Added the possiblity to define custom routes from pluginsFrederic Guillot
2015-12-15Show profile link for @username mentionsFrederic Guillot
2015-12-13Add new boolean value for CSV importFrederic Guillot
2015-12-06Add debug log for session invalidationFrederic Guillot
2015-12-06Update plugin docFrederic Guillot
2015-12-06Add new method to flush session variablesFrederic Guillot
2015-12-06Add more unit testsFrederic Guillot
2015-12-05Remove unused use statementsFrederic Guillot
2015-12-05Fix phpdocFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-27Add generic authorization classFrederic Guillot
2015-11-27Add generic LDAP client libraryFrederic Guillot
2015-11-26Add filter by task linkOlivier Maridat
2015-11-21Avoid Safari to append .html at the end of downloaded filesFrederic Guillot
2015-11-20Make CSV export compatible with PHP 5.3Frederic Guillot
2015-11-15Use PHP7 function random_bytes() to generate tokens if availableFrederic Guillot
2015-11-15Code cleanupFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-11-14Improve error handling of pluginsFrederic Guillot
2015-11-14Fix bug in daily project summary CSV exportFrederic Guillot
2015-10-25Move some classes to namespace Core\HttpFrederic Guillot
2015-10-25Move token generation to Security namespaceFrederic Guillot
2015-10-22Make unit tests pass under WindowsFrederic Guillot
2015-10-17Remove exit expression in database providerFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic Guillot
2015-10-17Throw exception for page not foundFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-16Move DateParser class to Core namespaceFrederic Guillot
2015-10-16Make mail transports pluggable and move integrations to pluginsFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-12Add user CSV importFrederic Guillot
2015-10-11Fix some phpdocFrederic Guillot
2015-10-10Allow plugins to override CSP rulesFrederic Guillot
2015-10-08Add proxy support for http clientFrederic Guillot