-
- Downloads
feat: add podcast banner field for each podcast + refactor images configuration
- rename image fields on podcast, episode and persons for better clarity - set different sizes config for podcast cover, banner and persons avatars - add tiny size for covers - fix responsive on admin forms
Showing
- app/Config/Images.php 47 additions, 26 deletionsapp/Config/Images.php
- app/Controllers/CreditsController.php 2 additions, 2 deletionsapp/Controllers/CreditsController.php
- app/Controllers/EpisodeController.php 6 additions, 6 deletionsapp/Controllers/EpisodeController.php
- app/Controllers/MapMarkerController.php 1 addition, 1 deletionapp/Controllers/MapMarkerController.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 14 additions, 2 deletionsapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 2 additions, 2 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Database/Migrations/2020-12-25-120000_add_persons.php 2 additions, 2 deletionsapp/Database/Migrations/2020-12-25-120000_add_persons.php
- app/Entities/Episode.php 21 additions, 16 deletionsapp/Entities/Episode.php
- app/Entities/Image.php 57 additions, 133 deletionsapp/Entities/Image.php
- app/Entities/Person.php 15 additions, 16 deletionsapp/Entities/Person.php
- app/Entities/Podcast.php 61 additions, 13 deletionsapp/Entities/Podcast.php
- app/Helpers/id3_helper.php 1 addition, 1 deletionapp/Helpers/id3_helper.php
- app/Helpers/rss_helper.php 5 additions, 6 deletionsapp/Helpers/rss_helper.php
- app/Libraries/PodcastEpisode.php 2 additions, 2 deletionsapp/Libraries/PodcastEpisode.php
- app/Models/EpisodeModel.php 2 additions, 2 deletionsapp/Models/EpisodeModel.php
- app/Models/PersonModel.php 2 additions, 2 deletionsapp/Models/PersonModel.php
- app/Models/PodcastModel.php 25 additions, 17 deletionsapp/Models/PodcastModel.php
- app/Resources/js/modules/EpisodesMap.ts 1 addition, 1 deletionapp/Resources/js/modules/EpisodesMap.ts
- app/Resources/styles/custom.css 15 additions, 0 deletionsapp/Resources/styles/custom.css
- app/Validation/FileRules.php 8 additions, 6 deletionsapp/Validation/FileRules.php
Loading
Please register or sign in to comment