From 73c47d9461cbfea88c84f3f2b01cdeb2d22c2f87 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Jun 2015 19:38:23 -0400 Subject: Add RSS feed for users and change address of project feeds --- app/Model/Acl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Model') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 8cfc7120..90944128 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -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' => '*', ); /** -- cgit v1.2.3