Age | Commit message (Expand) | Author |
2016-05-28 | Rename all models | Frederic Guillot |
2016-05-28 | Remove model base class | Frederic Guillot |
2016-05-04 | Added automated action to change task color based on the priority | Frederic Guillot |
2016-04-09 | Filter refactoring | Frederic Guillot |
2016-03-04 | Create Import namespace and move classes | Frederic Guillot |
2016-02-20 | Split Board model into multiple classes | Frederic Guillot |
2016-01-24 | Add configurable task priority | Frederic Guillot |
2016-01-24 | Add project owner | Frederic Guillot |
2016-01-11 | Move project validator methods | Frederic Guillot |
2015-12-05 | Rewrite of the authentication and authorization system | Frederic Guillot |
2015-11-15 | Projects with duplicate name are now allowed | Frederic Guillot |
2015-10-25 | Move token generation to Security namespace | Frederic Guillot |
2015-10-13 | Change namespace to add Kanboard as prefix | Frederic Guillot |
2015-09-20 | Add formatters | Frederic Guillot |
2015-09-18 | Add some tests | Frederic Guillot |
2015-09-18 | User-Api: add getMyPorjects (#1233) | Timo Litzbarski |
2015-08-22 | Add global Gantt chart for all projects | Frederic Guillot |
2015-08-18 | Add start and end date for projects | Frederic Guillot |
2015-08-16 | Add project users overview | Frederic Guillot |
2015-06-27 | PicoDb update | Frederic Guillot |
2015-06-24 | Add timer for subtasks and remove settings for subtask time tracking | Frederic Guillot |
2015-05-24 | Fix PhpAnalyzer issues | Frederic Guillot |
2015-05-18 | Add ical export for users | Frederic Guillot |
2015-04-19 | Add Mailgun integration (incoming emails) | Frederic Guillot |
2015-04-19 | Add Postmark integration (inbound emails for task creation) | Frederic Guillot |
2015-01-31 | Add table/pagination to the project list | Frederic Guillot |
2015-01-25 | Fix bug duplicate project with a too long name | Frederic Guillot |
2015-01-25 | Do not show inactive projects info on the dashboard and update picodb (merge ... | Frederic Guillot |
2015-01-18 | Pagination refactoring | Frederic Guillot |
2015-01-02 | Cleanup and fixes | Frédéric Guillot |
2015-01-02 | Fix bugs, improve perfs and use SimpleLogger instead of Monolog | Frédéric Guillot |
2014-12-31 | Acl refactoring | Frédéric Guillot |
2014-12-28 | Add default project categories in settings | Frédéric Guillot |
2014-12-27 | Move events handling to Symfony\EventDispatcher | Frédéric Guillot |
2014-12-09 | Change API::getProjectByName() to reflect the documentation | Frédéric Guillot |
2014-11-25 | Automatically add the logged user during project creation | Frédéric Guillot |
2014-11-15 | Add pagination and sorting to the dashboard | Frédéric Guillot |
2014-11-14 | Use Pimple instead of Core\Registry and add Monolog for logging | Frédéric Guillot |
2014-11-09 | Improve css for tables | Frédéric Guillot |
2014-11-09 | Add projects to the dashboard and rename some methods | Frédéric Guillot |
2014-10-12 | Project activity refactoring and listeners improvements | Frédéric Guillot |
2014-10-12 | Move some Task model methods to the TaskFinder class | Frédéric Guillot |
2014-10-05 | Regular users are able to create private projects | Frédéric Guillot |
2014-10-04 | Improve settings page and move some config parameters to the database | Frédéric Guillot |
2014-09-28 | Add support for Github Issue Webhooks | Frédéric Guillot |
2014-09-20 | Extract project permissions to a separate class | Frédéric Guillot |
2014-09-18 | Fix bug: update of the last_modified field for projects | Frédéric Guillot |
2014-09-15 | Run unit tests across different database backends + fix bugs | Frédéric Guillot |
2014-09-12 | Add settings field to control project columns (pull-request #244) | Frédéric Guillot |
2014-09-12 | Remove some code duplication (validation rules) | Frédéric Guillot |