summaryrefslogtreecommitdiff
path: root/jsonrpc.php
AgeCommit message (Expand)Author
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-16Rename Api classesFrederic Guillot
2016-02-20Split Board model into multiple classesFrederic Guillot
2016-01-22Add new API procedures for groups, roles and project permissionsFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-07-29Add first draft of the user apiFrederic Guillot
2015-05-25Add custom HTTP header for API authenticationFrederic Guillot
2015-05-24Add file procedures to the APIFrederic Guillot
2015-05-23API refactoringFrederic Guillot
2015-05-052nd Recurring Tasks CommitDavid-Norris
2015-04-18Fix PHP 5.3 compatiblityFrederic Guillot
2015-03-03Add missing swimlane REST APIFrancois Ferrand
2015-03-01Add api procedure to get the application versionFrederic Guillot
2015-02-27Improve pull-requestFrederic Guillot
2015-02-25Add REST api to manage actions.Francois Ferrand
2015-02-24Merge pull-request #657Frederic Guillot
2015-02-24Add project description field.Francois Ferrand
2015-02-24Add REST api to manage swimlanes.Francois Ferrand
2015-02-09added getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-07Rename subtask modelFrederic Guillot
2015-01-19Minor code improvements for the pull-requestFrederic Guillot
2015-01-16Add Json API to create LDAP user.Francois Ferrand
2014-12-31Acl refactoringFrédéric Guillot
2014-12-27Add more subscribersFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-09Fix value returned by createProject.Francois Ferrand
2014-11-30Add getTimezone() procedure to the APIFrédéric Guillot
2014-11-26Move subtask templates to a subfolderFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-23Create TaskPosition modelFrédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-10-12Move some Task model methods to the TaskFinder classFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-10-01Fix typoAleix Pol
2014-09-23Move task edit form to the task layoutFrédéric Guillot
2014-09-20Extract project permissions to a separate classFrédéric Guillot
2014-09-20Split Task model into smaller classesFrédéric Guillot
2014-09-17Improve API calls for project permissionsFrédéric Guillot
2014-09-17Improve board API callsFrédéric Guillot
2014-09-16Improve API calls for usersFrédéric Guillot
2014-09-16Improve API calls for commentsFrédéric Guillot
2014-09-15Run unit tests across different database backends + fix bugsFrédéric Guillot
2014-09-12Improve API calls for subtasksFrédéric Guillot
2014-09-11Improve API calls for categoriesFrédéric Guillot
2014-09-09Improve project api proceduresFrédéric Guillot