Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-23 | Add installation instructions for Windows/Apache | Frederic Guillot | |
2015-04-19 | Add Sendgrid integration (incoming email handling) | Frederic Guillot | |
2015-04-19 | Add Mailgun integration (incoming emails) | Frederic Guillot | |
2015-04-19 | Fix typo in documentation | Frederic Guillot | |
2015-04-19 | Add Postmark integration (inbound emails for task creation) | Frederic Guillot | |
2015-04-18 | Add Slack and Hipchat integrations for each projects | Frederic Guillot | |
2015-04-18 | Update install doc | Frederic Guillot | |
2015-04-16 | Update docs | Frederic Guillot | |
2015-04-13 | Remove info box about screenshots | Frederic Guillot | |
2015-04-12 | Add screenshot support for tasks (copy/paste images directly) | Frederic Guillot | |
2015-04-11 | Add burndown chart | Frederic Guillot | |
2015-04-11 | Improve doc to build assets | Frederic Guillot | |
2015-04-11 | Fix typo | Frederic Guillot | |
2015-04-11 | Improve email documentation | Frederic Guillot | |
2015-04-06 | Add config file documentation | Frederic Guillot | |
2015-04-06 | Fix bug with notifications and subtask restriction | Frederic Guillot | |
2015-04-05 | Add more documentation | Frederic Guillot | |
2015-04-03 | Rename action TaskAssignColor to TaskAssignColorColumn | Frederic Guillot | |
2015-04-03 | Ability to assign a task color based on an event. | Manish Lad | |
Initially supported event: task moved to a column | |||
2015-04-02 | Update doc | Frederic Guillot | |
2015-03-31 | Add two factor authentication | Frederic Guillot | |
2015-03-29 | Add Hipchat integration | Frederic Guillot | |
2015-03-28 | Add Slack integration | Frederic Guillot | |
2015-03-28 | Add task transitions csv export | Frederic Guillot | |
2015-03-04 | Merge pull-request 665 | Frederic Guillot | |
2015-03-04 | Fix typos | Frederic Guillot | |
2015-03-03 | Add missing swimlane REST API | Francois Ferrand | |
Missing API to retrieve extra details were missing: getSwimlane($project_id, $name) getAllSwimlanes($project_id) | |||
2015-03-01 | Add api procedure to get the application version | Frederic Guillot | |
2015-02-27 | Improve pull-request | Frederic Guillot | |
2015-02-25 | Add REST api to manage actions. | Francois Ferrand | |
2015-02-24 | Merge pull-request #657 | Frederic Guillot | |
2015-02-24 | Added my german article series about Kanboard | demaya | |
2015-02-24 | Add project description field. | Francois Ferrand | |
Description is shown in a popup when hovering the 'information' icon, like column description, which is shown in project list on dashboard and in board's title. This is useful to document the categories and colors used in the project. | |||
2015-02-24 | Add REST api to manage swimlanes. | Francois Ferrand | |
2015-02-21 | Update documentation | Frederic Guillot | |
2015-02-21 | Add links to the package 'Kanboard on Yunohost' | Frederic Guillot | |
2015-02-21 | Improve translation documentation | Frederic Guillot | |
2015-02-20 | Lowercase LDAP usernames by default for authentication | Frederic Guillot | |
2015-02-10 | Update api example | Frederic Guillot | |
2015-02-09 | add docu getProjectActivity + getOverdueTasks to API | BlueTeck | |
2015-02-08 | Add Bitbucket webhook | Frederic Guillot | |
2015-02-07 | Regenerate assets and add a documentation for that | Frederic Guillot | |
2015-02-07 | Update translation doc | Frederic Guillot | |
2015-02-01 | Add column description (merge/change pull-request #549) | Frederic Guillot | |
2015-01-27 | Merge pull request #555 from norcnorc/fix-json-rpc-subtask-user-parameter | Frédéric Guillot | |
fix user parameter name for createSubtask, updateSubtask in json-RPC API | |||
2015-01-27 | fix incorrect user parameter name for createSubtask, updateSubtask in ↵ | norcnorc | |
json-RPC API Changing the documentation and python example to match what the server code says: "user_id", not "assignee_id". | |||
2015-01-26 | Added automatic download and installation of Composer and PHPUnit for ↵ | Frederic Guillot | |
Vagrant (merge #550) | |||
2015-01-26 | Fix JSON API Documentation for getAllTasks() parameters. | Oliver Bertuch | |
Documentation told us to use parameter "status", but it actually has to be "status_id". This adds corrections to kanboard.py, too. It adds missing getTimezone() to kanboard.py, too. | |||
2015-01-19 | Merge pull-request #524 | Frederic Guillot | |
2015-01-18 | Make Kanboard compatible with PHP 5.3.3 | Frederic Guillot | |