summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2014-11-29Change minimum requirements and add FreeBSD installation guideFrédéric Guillot
2014-11-29Update cli docFré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-11-18docs, update: tell users to copy entire `data` dirGeorge Angelopoulos
Previously, the document told users to only copy `data/db.sqlite`. However, if there are attachments uploaded (stored in `data/files`), they will be lost. To solve this, this commit changes the doc so it tells users to copy the entire `data` dir.
2014-11-15Attach events only for board controllerFrédéric Guillot
2014-11-06Update install doc to use composerFrédéric Guillot
2014-11-01Fix typo in documentationFrédéric Guillot
2014-11-01Fix typo in Docker documentationFrédéric Guillot
2014-11-01Move the FAQ to the directory docsFrédéric Guillot
2014-10-26Update documentationFrédéric Guillot
2014-10-25Add screenshot to the docFrédéric Guillot
2014-10-25Finish github webhooks integrationFrédéric Guillot
2014-10-25Change Vagrant config to have multiple boxesFrédéric Guillot
2014-10-24Rename Locales and Templates folders to be more consistentFrédéric Guillot
2014-10-13Add Docker config file and documentationFrédéric Guillot
2014-10-13Add documentation about KanbanFrédéric Guillot
2014-10-13Add contributor guideFrédéric Guillot
2014-10-07Add comment creation form to the task summary page (pull-request #300)Frédéric Guillot
2014-10-05Projects are not anymore visible to everybody by defaultFrédéric Guillot
2014-09-22Move task webhook to the controller webhookFrédéric Guillot
2014-09-20Improve installation docFrédéric Guillot
2014-09-19Add API example in PythonFrédéric Guillot
2014-09-18Add doc for projects modificationFrédéric Guillot
2014-09-18Add screenshots for automatic actions documentationFrédéric Guillot
2014-09-18Add documentation about board public accessFrédéric Guillot
2014-09-17Add documentation to create projectsFrédéric Guillot
2014-09-17Add documentation to create tasksFrédéric Guillot
2014-09-17Add install procedure for Centos 7Frédéric Guillot
2014-09-17Add documentation to execute automatic testsFrédéric Guillot
2014-09-17Fix typos in API documentationFrédéric Guillot