From 27f947412fcf7b04a55f7118ddd1029ab6db4b66 Mon Sep 17 00:00:00 2001 From: Nikolaos Georgakis Date: Tue, 7 Jun 2016 17:48:03 +0300 Subject: Expose SubTask Time Tracking though the API Also allow users to create Subtasks and Log Time for Subtasks through the User API Rebased to new API code --- app/Api/Middleware/AuthenticationApiMiddleware.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/Api/Middleware/AuthenticationApiMiddleware.php') diff --git a/app/Api/Middleware/AuthenticationApiMiddleware.php b/app/Api/Middleware/AuthenticationApiMiddleware.php index 5f63e1a1..b16e10b8 100644 --- a/app/Api/Middleware/AuthenticationApiMiddleware.php +++ b/app/Api/Middleware/AuthenticationApiMiddleware.php @@ -32,13 +32,20 @@ class AuthenticationApiMiddleware extends Base implements MiddlewareInterface 'getDefaultTaskColors', 'getColorList', 'getProjectById', + 'getSubTask', 'getTask', 'getTaskByReference', + 'getTimeSpent', 'getAllTasks', + 'getAllSubTasks', + 'hasTimer', + 'logStartTime', + 'logEndTime', 'openTask', 'closeTask', 'moveTaskPosition', 'createTask', + 'createSubtask', 'updateTask', 'getBoard', 'getProjectActivity', -- cgit v1.2.3