Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-14 | Add new role Project Administrator | Frederic Guillot | |
2015-08-01 | Add bruteforce protection | Frederic Guillot | |
2015-07-29 | Update api documentation | Frederic Guillot | |
2015-07-29 | Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and ↵ | Frederic Guillot | |
getColorList() | |||
2015-07-29 | Add first draft of the user api | Frederic Guillot | |
2015-07-05 | Add urls in api response for tasks and projects | Frederic Guillot | |
2015-06-27 | Remove column default_project_id for users because it's useless now | Frederic Guillot | |
2015-06-20 | Allow sync of Github comments without common username and add unit tests | Frederic Guillot | |
2015-06-16 | API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵ | Frederic Guillot | |
to move a task | |||
2015-06-13 | API: Add procedure 'getTaskByReference' and add 'reference' parameter for ↵ | Frederic Guillot | |
'createTask/updateTask' methods | |||
2015-06-13 | API: new procedure 'removeAllFiles' and contract change for 'createFile' | Frederic Guillot | |
2015-05-31 | Update documentation | Frederic Guillot | |
2015-05-25 | Fix typo | Frédéric Guillot | |
2015-05-25 | Add custom HTTP header for API authentication | Frederic Guillot | |
2015-05-24 | Add file procedures to the API | Frederic Guillot | |
2015-05-23 | Add functional tests for task links | Frederic Guillot | |
2015-05-23 | API refactoring | Frederic Guillot | |
2015-05-05 | 2nd Recurring Tasks Commit | David-Norris | |
New Trigger (move from first column) New method to get last column of a board Locales updated API changes (createTask, updateTask) API Docs & Examples | |||
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-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 | 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-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 | |