castopod/app/Entities
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
..
.gitkeep feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
AnalyticsEpisodesByCountry.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsEpisodesByPlayer.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsPodcastsByCountry.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsPodcastsByPlayer.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsUnknownUseragents.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsWebsiteByBrowser.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsWebsiteByCountry.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
AnalyticsWebsiteByReferer.php feat: add analytics and unknown useragents 2020-10-15 14:40:51 +00:00
Category.php feat(rss): generate rss feed from podcast entity 2020-10-15 14:40:55 +00:00
Episode.php refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00
Language.php feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00
Podcast.php refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00