castopod/app/Views
Yassine Doghri e0da11517d refactor: update js files to typescript and replace parcel with rollup
- add basic rollup config to bundle minified and browser compatible js
- use babel to transpile
typescript files to js
- add static code checkers: eslint and stylelint
- update package.json
scripts
- update DEPENDENCIES.md file to include rollup and popper
- set html in rss feed
description fields
- update Podcast and Episode entities to add description_html attribute
generated by parsing markdown to html using parsedown

#9
2020-10-15 14:41:12 +00:00
..
_assets refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00
admin feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +00:00
auth feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +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 refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +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: enhance ui using javascript in admin area 2020-10-15 14:41:09 +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