summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-04-11Improve email documentationFrederic Guillot
2015-04-06Add config file documentationFrederic Guillot
2015-04-06Fix bug with notifications and subtask restrictionFrederic Guillot
2015-04-05Add more documentationFrederic Guillot
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-04-02Update docFrederic Guillot
2015-03-31Add two factor authenticationFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot
2015-03-28Add task transitions csv exportFrederic Guillot
2015-03-04Merge pull-request 665Frederic Guillot
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-24Added my german article series about Kanboarddemaya
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-21Update documentationFrederic Guillot
2015-02-21Add links to the package 'Kanboard on Yunohost'Frederic Guillot
2015-02-21Improve translation documentationFrederic Guillot
2015-02-20Lowercase LDAP usernames by default for authenticationFrederic Guillot
2015-02-10Update api exampleFrederic Guillot
2015-02-09add docu getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-08Add Bitbucket webhookFrederic Guillot
2015-02-07Regenerate assets and add a documentation for thatFrederic Guillot
2015-02-07Update translation docFrederic Guillot
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-26Added automatic download and installation of Composer and PHPUnit for ↵Frederic Guillot
Vagrant (merge #550)
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-19Merge pull-request #524Frederic Guillot
2015-01-18Make Kanboard compatible with PHP 5.3.3Frederic Guillot
2015-01-18Add contributorFrederic Guillot
2015-01-18Added instructions for installation from portIterate From 0
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.
2015-01-13Improve doc about creating projectsFrederic Guillot
2015-01-12Add Heroku one-click install buttonFrederic Guillot
2015-01-10Update docsFrederic Guillot
2015-01-08Add Gitlab documentationFrederic Guillot
2015-01-04Add subtasks export and move export actions to a specific controllerFrederic Guillot
2015-01-03Update docsFrederic Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-06Change default mail fromFrédéric Guillot
2014-12-06Add support for ldap_start_tls()Frédéric Guillot
2014-11-30Add getTimezone() procedure to the APIFrédéric Guillot