Add RSS feed for users and change address of project feeds

This commit is contained in:
Frederic Guillot
2015-06-19 19:38:23 -04:00
parent ff85518fa8
commit 73c47d9461
11 changed files with 94 additions and 28 deletions

View File

@@ -21,10 +21,10 @@ class Acl extends Base
'user' => array('google', 'github'),
'task' => array('readonly'),
'board' => array('readonly'),
'project' => array('feed'),
'webhook' => '*',
'app' => array('colors'),
'webhook' => '*',
'ical' => '*',
'feed' => '*',
);
/**