add task queue api

This commit is contained in:
j 2016-08-17 14:37:59 +02:00
commit e1cacdb67a
15 changed files with 257 additions and 7 deletions

View file

@ -62,6 +62,7 @@
"canReadText": {"guest": 0, "member": 0, "friend": 1, "staff": 1, "admin": 1},
"canRemoveItems": {"admin": true},
"canSeeAccessed": {"staff": true, "admin": true},
"canSeeAllTasks": {"staff": true, "admin": true},
"canSeeDebugMenu": {"staff": true, "admin": true},
"canSeeExtraItemViews": {"staff": true, "admin": true},
"canSeeMedia": {"staff": true, "admin": true},