diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-09 21:34:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-09 21:34:02 -0400 |
commit | 0152f533cf205f577726f9b46e5d094b32a984d4 (patch) | |
tree | 3c9294879916c6d3d34e18825f19175653128db6 /app/Api/Middleware | |
parent | a1e2b0f1b88ed445a9dd960d9431fdbcf983fb33 (diff) | |
parent | 79088a7f658c15c6399aefed90f318bf54944d23 (diff) |
Merge pull-request #2312
Diffstat (limited to 'app/Api/Middleware')
-rw-r--r-- | app/Api/Middleware/AuthenticationApiMiddleware.php | 7 |
1 files changed, 7 insertions, 0 deletions
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', |