fix: rename podcast name to podcast handle to clarify field usage
- podcast name was too vague and didn't come clearly for users: handle is more relevant - update package.json dependencies and remove unnused packages closes #126
Showing
- .devcontainer/devcontainer.json 1 addition, 0 deletions.devcontainer/devcontainer.json
- app/Config/Routes.php 3 additions, 3 deletionsapp/Config/Routes.php
- app/Controllers/Admin/PodcastController.php 2 additions, 2 deletionsapp/Controllers/Admin/PodcastController.php
- app/Controllers/Admin/PodcastImportController.php 3 additions, 3 deletionsapp/Controllers/Admin/PodcastImportController.php
- app/Controllers/EpisodeController.php 2 additions, 2 deletionsapp/Controllers/EpisodeController.php
- app/Controllers/FeedController.php 2 additions, 2 deletionsapp/Controllers/FeedController.php
- app/Controllers/HomeController.php 1 addition, 1 deletionapp/Controllers/HomeController.php
- app/Controllers/PodcastController.php 7 additions, 5 deletionsapp/Controllers/PodcastController.php
- app/Controllers/StatusController.php 2 additions, 2 deletionsapp/Controllers/StatusController.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 2 additions, 2 deletionsapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Entities/Episode.php 6 additions, 6 deletionsapp/Entities/Episode.php
- app/Entities/Podcast.php 5 additions, 5 deletionsapp/Entities/Podcast.php
- app/Helpers/rss_helper.php 1 addition, 1 deletionapp/Helpers/rss_helper.php
- app/Helpers/url_helper.php 3 additions, 3 deletionsapp/Helpers/url_helper.php
- app/Language/en/ActivityPub.php 3 additions, 3 deletionsapp/Language/en/ActivityPub.php
- app/Language/en/Contributor.php 1 addition, 1 deletionapp/Language/en/Contributor.php
- app/Language/en/Podcast.php 3 additions, 3 deletionsapp/Language/en/Podcast.php
- app/Language/en/PodcastImport.php 0 additions, 2 deletionsapp/Language/en/PodcastImport.php
- app/Language/en/Status.php 4 additions, 4 deletionsapp/Language/en/Status.php
- app/Language/fr/ActivityPub.php 3 additions, 3 deletionsapp/Language/fr/ActivityPub.php
Loading
Please register or sign in to comment