Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
Commits on Source (4)
-
- add podcast:id tag - add podcast:funding tag - add podcast:social tag - add podcast:previousUrl tag - add missing platforms with icons - update platforms table to include social and funding platforms - rename platform_links table to podcasts_platforms - move podcast import methods from podcast controller - update import functionality to insert platforms from rss closes #73, #75, #76, #80
-
-
Yassine Doghri authored
-
semantic-release-bot authored
# [1.0.0-alpha.20](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2020-11-24) ### Bug Fixes * **import:** use <image><url> tag when no <itunes:image> is present ([20e607af](https://code.podlibre.org/podlibre/castopod/commit/20e607afb755bc75056041738fa7cbf6723d754c)) ### Features * **rss:** add podcast-namespace tags for platforms + previousUrl tag ([dbba8dc5](https://code.podlibre.org/podlibre/castopod/commit/dbba8dc58133967c778514268cbfed8098ed1dbc)), closes [#73](https://code.podlibre.org/podlibre/castopod/issues/73) [#75](https://code.podlibre.org/podlibre/castopod/issues/75) [#76](https://code.podlibre.org/podlibre/castopod/issues/76) [#80](https://code.podlibre.org/podlibre/castopod/issues/80)
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Config/Routes.php 39 additions, 17 deletionsapp/Config/Routes.php
- app/Controllers/Admin/Podcast.php 0 additions, 228 deletionsapp/Controllers/Admin/Podcast.php
- app/Controllers/Admin/PodcastImport.php 329 additions, 0 deletionsapp/Controllers/Admin/PodcastImport.php
- app/Controllers/Admin/PodcastPlatform.php 29 additions, 21 deletionsapp/Controllers/Admin/PodcastPlatform.php
- app/Controllers/Platform.php 24 additions, 0 deletionsapp/Controllers/Platform.php
- app/Database/Migrations/2020-06-05-190000_add_platforms.php 12 additions, 14 deletionsapp/Database/Migrations/2020-06-05-190000_add_platforms.php
- app/Database/Migrations/2020-06-08-160000_add_podcasts_platforms.php 14 additions, 9 deletions...e/Migrations/2020-06-08-160000_add_podcasts_platforms.php
- app/Database/Seeds/PlatformSeeder.php 193 additions, 25 deletionsapp/Database/Seeds/PlatformSeeder.php
- app/Entities/Platform.php 3 additions, 2 deletionsapp/Entities/Platform.php
- app/Entities/Podcast.php 65 additions, 8 deletionsapp/Entities/Podcast.php
- app/Helpers/rss_helper.php 65 additions, 0 deletionsapp/Helpers/rss_helper.php
- app/Helpers/svg_helper.php 2 additions, 2 deletionsapp/Helpers/svg_helper.php
- app/Language/en/Breadcrumb.php 9 additions, 8 deletionsapp/Language/en/Breadcrumb.php
- app/Language/en/Platforms.php 5 additions, 0 deletionsapp/Language/en/Platforms.php
- app/Language/en/PodcastNavigation.php 4 additions, 2 deletionsapp/Language/en/PodcastNavigation.php
- app/Language/fr/Breadcrumb.php 9 additions, 8 deletionsapp/Language/fr/Breadcrumb.php
- app/Language/fr/Platforms.php 5 additions, 0 deletionsapp/Language/fr/Platforms.php
app/Controllers/Admin/PodcastImport.php
0 → 100644
app/Controllers/Platform.php
0 → 100644