Commit Graph

143 Commits

Author SHA1 Message Date
David-Norris 58a0db28cc 2nd Recurring Tasks Commit
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-05-05 23:40:05 -04:00
Frederic Guillot d356a5e5ef Add installation instructions for Windows/Apache 2015-04-23 22:52:57 -04:00
Frederic Guillot f190be9e2d Add Sendgrid integration (incoming email handling) 2015-04-19 19:23:42 -04:00
Frederic Guillot ac86c3100a Add Mailgun integration (incoming emails) 2015-04-19 16:01:41 -04:00
Frederic Guillot 392133d9ba Fix typo in documentation 2015-04-19 14:50:52 -04:00
Frederic Guillot 1891e87d03 Add Postmark integration (inbound emails for task creation) 2015-04-19 14:48:12 -04:00
Frederic Guillot 370b5a0fd7 Add Slack and Hipchat integrations for each projects 2015-04-18 18:44:45 -04:00
Frederic Guillot 94865a7c03 Update install doc 2015-04-18 11:09:29 -04:00
Frederic Guillot 219a43d7d6 Update docs 2015-04-16 19:04:39 -04:00
Frederic Guillot f5b4b237a8 Remove info box about screenshots 2015-04-13 22:33:31 -04:00
Frederic Guillot 3b403a1a4b Add screenshot support for tasks (copy/paste images directly) 2015-04-12 18:44:42 -04:00
Frederic Guillot 9ca2ba2127 Add burndown chart 2015-04-11 23:01:17 -04:00
Frederic Guillot d748b4f4c0 Improve doc to build assets 2015-04-11 16:53:07 -04:00
Frederic Guillot 52bc2efc65 Fix typo 2015-04-11 15:36:46 -04:00
Frederic Guillot b4c6f0b255 Improve email documentation 2015-04-11 15:30:01 -04:00
Frederic Guillot e41495a06c Add config file documentation 2015-04-06 19:43:41 -04:00
Frederic Guillot 13ea77f018 Fix bug with notifications and subtask restriction 2015-04-06 18:41:51 -04:00
Frederic Guillot 1f1a0553b0 Add more documentation 2015-04-05 22:19:49 -04:00
Frederic Guillot a264a53e3b Rename action TaskAssignColor to TaskAssignColorColumn 2015-04-03 18:56:05 -04:00
Manish Lad 248c160534 Ability to assign a task color based on an event.
Initially supported event: task moved to a column
2015-04-03 22:43:02 +01:00
Frederic Guillot 65acf68dc6 Update doc 2015-04-02 20:11:52 -04:00
Frederic Guillot abeeba7167 Add two factor authentication 2015-03-31 22:48:14 -04:00
Frederic Guillot 7cbae61dbd Add Hipchat integration 2015-03-29 13:51:51 -04:00
Frederic Guillot 5536f6c6ce Add Slack integration 2015-03-28 21:37:53 -04:00
Frederic Guillot 26fea9b96b Add task transitions csv export 2015-03-28 12:39:46 -04:00
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