summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2015-09-12Improve LDAP authentication classFrederic Guillot
2015-09-06Add LDAP group syncFrederic Guillot
2015-09-06Add unit tests for LDAP and ReverseProxy authFrederic Guillot
2015-09-06Enable LDAP extension for travis-ciFrederic Guillot
2015-09-06Change travis configFrederic Guillot
2015-09-05Improve unit testsFrederic Guillot
2015-09-05Improve pull-request about swimlane descriptionFrederic Guillot
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-08-28Fix postgres issuesFrederic Guillot
2015-08-23Fix unit testFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-22Add new automated action to change task color based on the task linkFrederic Guillot
2015-08-20Show closed tasks on the Gantt chart and fix rounding for task progressFrederic Guillot
2015-08-19Add search in task title when using an integer only inputFrederic Guillot
2015-08-19Show all tasks when using no search criteriaFrederic Guillot
2015-08-18Add start and end date for projectsFrederic Guillot