index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonrpc.php
Age
Commit message (
Collapse
)
Author
2015-02-09
added getProjectActivity + getOverdueTasks to API
BlueTeck
2015-02-07
Rename subtask model
Frederic Guillot
2015-01-19
Minor code improvements for the pull-request
Frederic Guillot
2015-01-16
Add 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.
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-27
Add more subscribers
Frédéric Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot
2014-12-26
Add swimlanes
Frédéric Guillot
2014-12-09
Fix value returned by createProject.
Francois Ferrand
2014-11-30
Add getTimezone() procedure to the API
Frédéric Guillot
2014-11-26
Move subtask templates to a subfolder
Frédéric Guillot
2014-11-23
Create TaskModification model
Frédéric Guillot
2014-11-23
Create TaskPosition model
Frédéric Guillot
2014-11-22
Improve API to return id instead of a boolean
Frédéric Guillot
2014-11-22
Move task creation to a seperate class
Frédéric Guillot
2014-11-21
Create TaskStatus model
Frédéric Guillot
2014-11-14
Use Pimple instead of Core\Registry and add Monolog for logging
Frédéric Guillot
2014-11-09
Add projects to the dashboard and rename some methods
Frédéric Guillot
2014-10-12
Move some Task model methods to the TaskFinder class
Frédéric Guillot
2014-10-04
Improve settings page and move some config parameters to the database
Frédéric Guillot
2014-10-01
Fix typo
Aleix Pol
2014-09-23
Move task edit form to the task layout
Frédéric Guillot
2014-09-20
Extract project permissions to a separate class
Frédéric Guillot
2014-09-20
Split Task model into smaller classes
Frédéric Guillot
2014-09-17
Improve API calls for project permissions
Frédéric Guillot
2014-09-17
Improve board API calls
Frédéric Guillot
2014-09-16
Improve API calls for users
Frédéric Guillot
2014-09-16
Improve API calls for comments
Frédéric Guillot
2014-09-15
Run unit tests across different database backends + fix bugs
Frédéric Guillot
2014-09-12
Improve API calls for subtasks
Frédéric Guillot
2014-09-11
Improve API calls for categories
Frédéric Guillot
2014-09-09
Improve project api procedures
Frédéric Guillot
2014-09-09
The color is not mandatory for task creation through the API
Frédéric Guillot
2014-09-05
Start to improve task Api operations and doc
Frédéric Guillot
2014-09-04
Task move position refactoring
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-07-21
Improve webhooks to call external url on task creation/modification
Frédéric Guillot
2014-07-01
Add openTask jsonrpc API.
Francois Ferrand
2014-07-01
Add closeTask jsonrpc API.
Francois Ferrand
2014-06-26
Merge pull-request #145 (Json-RPC fix)
Frédéric Guillot
2014-06-20
First API implementation
Frédéric Guillot