Yassine Doghri
27c48b8fa9
feat(ux): remove admin dashboard and redirect directly to podcast list
...
As there is currently no info on the dashboard, it is unnecessary for now
2021-05-03 15:32:55 +00:00
Yassine Doghri
ed6e953010
refactor: add php_codesniffer to define castopod's coding style based on psr-1
...
- add .editorconfig file
- format all files to comply with castopod's coding style
- switch parsedown dependency with commonmark library to better follow commonmark spec for markdown
- add prettier command to format all project files at once
closes #16
2020-10-15 14:41:22 +00:00
Yassine Doghri
c63a077618
feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login
...
- overwrite myth/auth config with castopod app needs
- create custom views for users authentication
- add admin area bootstrapped by admin controller
- shift podcast and episodes crud to admin area
- reorganize view layouts
- update docs for database migration
- add myth-auth to DEPENDENCIES.md
closes #11
2020-10-15 14:41:03 +00:00