Share entry with a public URL

This commit is contained in:
Nicolas Lœuillet
2016-04-10 17:33:15 +02:00
parent 1bee9e0760
commit f3d0cb9106
5 changed files with 116 additions and 1 deletions

View File

@ -60,6 +60,7 @@ security:
- { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: /(unread|starred|archive).xml$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/share, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/settings, roles: ROLE_SUPER_ADMIN }
- { path: ^/annotations, roles: ROLE_USER }
- { path: ^/, roles: ROLE_USER }