summaryrefslogtreecommitdiff
path: root/docs/api-json-rpc.markdown
AgeCommit message (Collapse)Author
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-29Update api documentationFrederic Guillot
2015-07-29Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and ↵Frederic Guillot
getColorList()
2015-07-29Add first draft of the user apiFrederic Guillot
2015-07-05Add urls in api response for tasks and projectsFrederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-20Allow sync of Github comments without common username and add unit testsFrederic Guillot
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵Frederic Guillot
to move a task
2015-06-13API: Add procedure 'getTaskByReference' and add 'reference' parameter for ↵Frederic Guillot
'createTask/updateTask' methods
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-05-31Update documentationFrederic Guillot
2015-05-25Fix typoFrédéric Guillot
2015-05-25Add custom HTTP header for API authenticationFrederic Guillot
2015-05-24Add file procedures to the APIFrederic Guillot
2015-05-23Add functional tests for task linksFrederic Guillot
2015-05-23API refactoringFrederic Guillot
2015-05-052nd Recurring Tasks CommitDavid-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-03Rename action TaskAssignColor to TaskAssignColorColumnFrederic Guillot
2015-04-03Ability to assign a task color based on an event.Manish Lad
Initially supported event: task moved to a column
2015-03-04Fix typosFrederic Guillot
2015-03-03Add missing swimlane REST APIFrancois Ferrand
Missing API to retrieve extra details were missing: getSwimlane($project_id, $name) getAllSwimlanes($project_id)
2015-03-01Add api procedure to get the application versionFrederic Guillot
2015-02-27Improve pull-requestFrederic Guillot
2015-02-25Add REST api to manage actions.Francois Ferrand
2015-02-24Merge pull-request #657Frederic Guillot
2015-02-24Add 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-24Add REST api to manage swimlanes.Francois Ferrand
2015-02-10Update api exampleFrederic Guillot
2015-02-09add docu getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-01Add column description (merge/change pull-request #549)Frederic Guillot
2015-01-27Merge pull request #555 from norcnorc/fix-json-rpc-subtask-user-parameterFrédéric Guillot
fix user parameter name for createSubtask, updateSubtask in json-RPC API
2015-01-27fix 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-26Fix 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-16Add 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-26Add swimlanesFrédéric Guillot
2014-11-30Add getTimezone() procedure to the APIFrédéric Guillot
2014-11-22addColumn() return the column_id nowFrédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-09-19Add API example in PythonFrédéric Guillot
2014-09-17Fix typos in API documentationFrédéric Guillot
2014-09-17Improve API calls for project permissionsFrédéric Guillot
2014-09-17Improve board API callsFrédéric Guillot
2014-09-16Improve API calls for usersFrédéric Guillot
2014-09-16Improve API calls for commentsFrédéric Guillot
2014-09-15Run unit tests across different database backends + fix bugsFrédéric Guillot
2014-09-12Improve API calls for subtasksFrédéric Guillot
2014-09-11Improve API calls for categoriesFrédéric Guillot
2014-09-09Start to implement task history and project activityFrédéric Guillot