Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Update api example | Frederic Guillot | |
2015-02-09 | add docu getProjectActivity + getOverdueTasks to API | BlueTeck | |
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 | 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-16 | Add Json API to create LDAP user. | Francois Ferrand | |
This allows setting up permissions before the LDAP users actually connect to Kanboard, and even importing the permissions from other tools. | |||
2014-12-26 | Add swimlanes | Frédéric Guillot | |
2014-11-30 | Add getTimezone() procedure to the API | Frédéric Guillot | |
2014-11-22 | addColumn() return the column_id now | Frédéric Guillot | |
2014-11-22 | Improve API to return id instead of a boolean | Frédéric Guillot | |
2014-09-19 | Add API example in Python | Frédéric Guillot | |
2014-09-17 | Fix typos in API documentation | Frédéric Guillot | |
2014-09-17 | Improve API calls for project permissions | Frédéric Guillot | |
2014-09-17 | Improve board API calls | Frédéric Guillot | |
2014-09-16 | Improve API calls for users | Frédéric Guillot | |
2014-09-16 | Improve API calls for comments | Frédéric Guillot | |
2014-09-15 | Run unit tests across different database backends + fix bugs | Frédéric Guillot | |
2014-09-12 | Improve API calls for subtasks | Frédéric Guillot | |
2014-09-11 | Improve API calls for categories | Frédéric Guillot | |
2014-09-09 | Start to implement task history and project activity | Frédéric Guillot | |
2014-09-09 | Improve project api procedures | Frédéric Guillot | |
2014-09-05 | Start to improve task Api operations and doc | Frédéric Guillot | |
2014-09-04 | Task move position refactoring | Frédéric Guillot | |
2014-07-22 | Update JSON API documentation | Frédéric Guillot | |
2014-06-25 | Update API documentation | Frédéric Guillot | |
2014-06-24 | Start to write the API documentation | Frédéric Guillot | |