Commit Graph

118 Commits

Author SHA1 Message Date
Frederic Guillot 95bac2d7e9 Merge pull-request 665 2015-03-04 21:38:48 -05:00
Frederic Guillot 436fda0167 Fix typos 2015-03-04 21:06:56 -05:00
Francois Ferrand efbcc22f5a Add missing swimlane REST API
Missing API to retrieve extra details were missing:
  getSwimlane($project_id, $name)
  getAllSwimlanes($project_id)
2015-03-03 16:35:45 +01:00
Frederic Guillot 23f8f2c576 Add api procedure to get the application version 2015-03-01 20:25:46 -05:00
Frederic Guillot db59460da1 Improve pull-request 2015-02-27 19:15:23 -05:00
Francois Ferrand 34a0216ca7 Add REST api to manage actions. 2015-02-25 11:35:31 +01:00
Frederic Guillot 4fc518b2c9 Merge pull-request #657 2015-02-24 21:12:19 -05:00
demaya 8e854a13fc Added my german article series about Kanboard 2015-02-24 21:33:07 +01:00
Francois Ferrand dedf425e81 Add project description field.
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 14:21:23 +01:00
Francois Ferrand 9f0e13b764 Add REST api to manage swimlanes. 2015-02-24 12:04:38 +01:00
Frederic Guillot 19d061db71 Update documentation 2015-02-21 21:05:56 -05:00
Frederic Guillot 38f6f640e1 Add links to the package 'Kanboard on Yunohost' 2015-02-21 15:09:45 -05:00
Frederic Guillot 8b73025f18 Improve translation documentation 2015-02-21 14:47:03 -05:00
Frederic Guillot 7c2bf746f2 Lowercase LDAP usernames by default for authentication 2015-02-20 19:42:27 -05:00
Frederic Guillot 57613d1853 Update api example 2015-02-10 20:19:08 -05:00
BlueTeck 6fbcbfb001 add docu getProjectActivity + getOverdueTasks to API 2015-02-09 20:48:13 -05:00
Frederic Guillot 6f94ce6af3 Add Bitbucket webhook 2015-02-08 21:13:59 -05:00
Frederic Guillot 4f11b4bad9 Regenerate assets and add a documentation for that 2015-02-07 14:54:35 -05:00
Frederic Guillot 418c8e8c04 Update translation doc 2015-02-07 14:47:47 -05:00
Frederic Guillot 40ca850707 Add column description (merge/change pull-request #549) 2015-02-01 14:19:49 -05:00
Frédéric Guillot f56ee7467e Merge pull request #555 from norcnorc/fix-json-rpc-subtask-user-parameter
fix user parameter name for createSubtask, updateSubtask in json-RPC API
2015-01-27 19:53:33 -05:00
norcnorc 081b76c21f fix incorrect user parameter name for createSubtask, updateSubtask in json-RPC API
Changing the documentation and python example to match what the server code says: "user_id", not "assignee_id".
2015-01-27 18:10:06 +01:00
Frederic Guillot 29606b34cb Added automatic download and installation of Composer and PHPUnit for Vagrant (merge #550) 2015-01-26 21:08:29 -05:00
Oliver Bertuch c0e5a469b6 Fix JSON API Documentation for getAllTasks() parameters.
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-26 11:49:38 +01:00
Frederic Guillot 525d31d1bf Merge pull-request #524 2015-01-19 21:42:11 -05:00
Frederic Guillot 2bdd6a6b35 Make Kanboard compatible with PHP 5.3.3 2015-01-18 21:55:08 -05:00
Frederic Guillot 4b89b90df2 Add contributor 2015-01-18 20:07:13 -05:00
Iterate From 0 abcb24aedd Added instructions for installation from port 2015-01-18 22:32:09 +01:00
Francois Ferrand 969d60ab41 Add Json API to create LDAP user.
This allows setting up permissions before the LDAP users actually connect
to Kanboard, and even importing the permissions from other tools.
2015-01-16 17:13:36 +01:00
Frederic Guillot fd22b95575 Improve doc about creating projects 2015-01-13 18:28:12 -05:00
Frederic Guillot 46fd893bd6 Add Heroku one-click install button 2015-01-12 22:25:44 -05:00
Frederic Guillot b470b67260 Update docs 2015-01-10 12:51:38 -05:00
Frederic Guillot 0a7c5bd4e1 Add Gitlab documentation 2015-01-08 21:36:55 -05:00
Frederic Guillot d1d04d6fee Add subtasks export and move export actions to a specific controller 2015-01-04 21:14:57 -05:00
Frederic Guillot 07b07c7697 Update docs 2015-01-03 19:41:30 -05:00
Frédéric Guillot cf821e117c Add swimlanes 2014-12-26 17:43:13 -05:00
Frédéric Guillot 515e29461f Change default mail from 2014-12-06 19:15:38 -05:00
Frédéric Guillot 18bba79413 Add support for ldap_start_tls() 2014-12-06 13:23:48 -05:00
Frédéric Guillot 81df6a36b4 Add getTimezone() procedure to the API 2014-11-30 19:43:34 -05:00
Frédéric Guillot 4bba5be037 Change minimum requirements and add FreeBSD installation guide 2014-11-29 21:28:58 -05:00
Frédéric Guillot b97a4fedcc Update cli doc 2014-11-29 14:20:59 -05:00
Frédéric Guillot 4d007ec39f addColumn() return the column_id now 2014-11-22 19:15:50 -05:00
Frédéric Guillot 77e10d2582 Improve API to return id instead of a boolean 2014-11-22 18:22:10 -05:00
George Angelopoulos 3c6dc94786 docs, update: tell users to copy entire `data` dir
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-18 08:57:37 +02:00
Frédéric Guillot af93754ec9 Attach events only for board controller 2014-11-15 18:42:49 -05:00
Frédéric Guillot 30c7e96169 Update install doc to use composer 2014-11-06 07:09:50 -05:00
Frédéric Guillot 4962652334 Fix typo in documentation 2014-11-01 20:58:44 -04:00
Frédéric Guillot 2237def25d Fix typo in Docker documentation 2014-11-01 18:23:15 -04:00
Frédéric Guillot 78610b0a97 Move the FAQ to the directory docs 2014-11-01 18:12:23 -04:00
Frédéric Guillot d97e1bd4cf Update documentation 2014-10-26 19:58:47 -04:00