summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Expand)Author
2016-01-16Minor code improvementsFrederic Guillot
2016-01-16Remove global variableFrederic Guillot
2016-01-16Remove globalFrederic Guillot
2016-01-16Show template rendering time in debug logFrederic Guillot
2016-01-16Remove ProjectAnalytic classFrederic Guillot
2016-01-15Move analytic logic to separate classesFrederic Guillot
2016-01-14Do not cache app settings in sessionFrederic Guillot
2016-01-14Move validator methodsFrederic Guillot
2016-01-13Move some validators to separate classesFrederic Guillot
2016-01-13Change private properties to protectedFrederic Guillot
2016-01-11Move project validator methodsFrederic Guillot
2016-01-11Minor fixesFrederic Guillot
2016-01-11Move subtask validator methodsFrederic Guillot
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