summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Collapse)Author
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
- Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid
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
2015-10-03Fix a couple of issues for PHP 7.0Frederic Guillot
2015-10-03Add unit test for FileStorageFrederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-09-26Add getPluginHomepage()Frederic Guillot
2015-09-26Add page to show the list of pluginsFrederic Guillot
2015-09-23Change interface for objectStorageFrederic Guillot
2015-09-22Add config parameter PLUGINS_DIRFrederic Guillot
2015-09-20Add php docblocksFrederic Guillot
2015-09-20Fix some phpdoc and remove useless codeFrederic Guillot
2015-09-20Move timetable to a pluginFrederic Guillot
Plugin repository: https://github.com/kanboard/plugin-timetable
2015-09-20Move subtask forecast to a pluginFrederic Guillot
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-20Add sub namespace for pluginsFrederic Guillot
2015-09-20Add abstract cache layerFrederic Guillot
2015-09-16Fix regression due to previous code changeFrederic Guillot
2015-09-16Add abstract storage layerFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
2015-09-13First draft for plugins systemFrederic Guillot
2015-09-05Creating another task stay in the popoverFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-08-01Add config parameter to define session durationFrederic Guillot
2015-07-19Fix minor issuesFrederic Guillot
2015-07-18Add new search attributes: created, modified and updatedFrederic Guillot
2015-07-18Add new search attribute for swimlaneFrederic 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-16Refactoring of Google Authentication (new callback url)Frederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-05Set the assignee as organizer for ical eventsFrederic Guillot
2015-07-04Allow search by task idFrederic Guillot
2015-07-04Add search attribute to search by referenceFrederic Guillot
2015-07-01Add project and column attributes for advanced searchFrederic Guillot