diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-19 19:38:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-19 19:38:23 -0400 |
commit | 73c47d9461cbfea88c84f3f2b01cdeb2d22c2f87 (patch) | |
tree | c7749fee7885ecfe6f12ae53a55c615ef0191971 /app/Model | |
parent | ff85518fa8f6dc48ac5dedb4847c6bb24ea35b2f (diff) |
Add RSS feed for users and change address of project feeds
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Acl.php | 4 |
1 files changed, 2 insertions, 2 deletions
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' => '*', ); /** |