Add iCalendar public access for projects

This commit is contained in:
Frederic Guillot
2015-05-17 22:09:44 -04:00
parent 16973bb222
commit ac6e7bdfbf
7 changed files with 236 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ class Acl extends Base
'project' => array('feed'),
'webhook' => '*',
'app' => array('colors'),
'ical' => '*',
);
/**