castopod/app
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
..
Config feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Controllers feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Database feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Entities feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Filters feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Helpers feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Javascript/assets/styles feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Language feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Libraries feat(rss): generate rss feed from podcast entity 2020-10-15 14:40:55 +00:00
Models feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
Views feat: add user permissions and basic groups to handle authorizations 2020-10-15 14:41:06 +00:00
.htaccess feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Common.php feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00