summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-11-25Add groups (teams)Frederic Guillot
2015-11-22Add Bosnian translation (pull-request #1470)Frederic Guillot
2015-11-21Remove workaround for 'INSERT ON DUPLICATE KEY UPDATE...'Frederic Guillot
2015-11-21Make test case pass under WindowsFrederic Guillot
2015-11-20Fix unit testFrederic Guillot
2015-11-20Make CSV export compatible with PHP 5.3Frederic Guillot
2015-11-15Projects with duplicate name are now allowedFrederic Guillot
2015-11-15Add unit test for TaskAssignCategoryLinkFrederic Guillot
2015-11-15Rewrite of session managementFrederic 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-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Add metadata for users, tasks and projectsFrederic Guillot
2015-10-17Move ProjectActivitySubscriber to a new notification typeFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic 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-11Improve LDAP authFrederic Guillot
2015-10-07Duplicate a project with tasks will copy the new tasks in the same columnsFrederic Guillot
2015-10-05.htaccess: Add compatibility for apache 2.4Jan Wagner
2015-10-03Fix issue when unlinking Gitlab accountFrederic Guillot
2015-10-03Add more unit testsFrederic Guillot
2015-10-03Add unit test for FileStorageFrederic Guillot
2015-10-03Fix bug with due date greater than year 2038Frederic Guillot
See: https://en.wikipedia.org/wiki/Year_2038_problem
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-10-01Fix Postgres issue "Cardinality violation" when there is multiple ↵Frederic Guillot
"is_milestone_of" links
2015-09-30Make sure there is always a trailing slash for application_urlFrederic Guillot
2015-09-26Show complexity sum across all swimlanesFrederic Guillot
2015-09-23Change interface for objectStorageFrederic Guillot
2015-09-22Allow to extend automatic actions from pluginsFrederic Guillot
2015-09-22Add unit test for Slack webhookFrederic Guillot
2015-09-21Add plugin hooks for assetsFrederic Guillot
2015-09-20Add formattersFrederic 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-20Fix Mysql error about gitlab_id when creating remote userFrederic Guillot
2015-09-18Add some testsFrederic Guillot
2015-09-16Add abstract storage layerFrederic Guillot
2015-09-14Fix issue: task time tracking is not updated when deleting a subtaskFrederic Guillot
2015-09-14Add event subtask.deleteFrederic 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