Merge pull request #1904 from wallabag/feature-public-mode

Share entry with a public URL
This commit is contained in:
Jeremy Benoist
2016-08-25 09:30:51 +02:00
committed by GitHub
33 changed files with 346 additions and 9 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 }