summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
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