castopod/app/Views
Yassine Doghri d58e51874a feat: add user permissions and basic groups to handle authorizations
- add AuthSeeder to bootstrap authorization data and remove UserSeeder
- create a superadmin group having all authorizations
- refactor routes and controller methods to separate get and post requests
- refactor admin views with a title section in layout
- add contributors section to podcasts to manage contributions (add, edit roles and remove)

closes #3, #18
2020-10-15 14:41:06 +00:00
..
admin feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
auth feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
episodes feat(rss): generate rss feed from podcast entity 2020-10-15 14:40:55 +00:00
errors feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
_layout.php feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login 2020-10-15 14:41:03 +00:00
_message_block.php feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
episode.php feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login 2020-10-15 14:41:03 +00:00
home.php feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login 2020-10-15 14:41:03 +00:00
podcast.php feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login 2020-10-15 14:41:03 +00:00