castopod/modules/Admin/Controllers
Yassine Doghri 6e9451a110 fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table
update discord logo
2022-01-04 16:37:59 +00:00
..
BaseController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
ContributorController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
EpisodeController.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
EpisodePersonController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
FediverseController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
HomeController.php refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure 2021-12-29 11:54:22 +00:00
MyAccountController.php feat(admin): update admin layout for better ux + update brand pine colors 2021-12-29 11:55:41 +00:00
PageController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
PersonController.php feat(media): save audio, images, transcripts and chapters to media for episode and persons 2021-12-29 12:10:13 +00:00
PodcastController.php feat(media): save audio, images, transcripts and chapters to media for episode and persons 2021-12-29 12:10:13 +00:00
PodcastImportController.php fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table 2022-01-04 16:37:59 +00:00
PodcastPersonController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
PodcastPlatformController.php fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table 2022-01-04 16:37:59 +00:00
SchedulerController.php feat(video-clip): generate video clips in the bg using a cron job + add video clip page + tidy up UI 2021-12-29 12:10:13 +00:00
SettingsController.php feat(pwa): add service-worker + webmanifest for each podcasts to have them install on devices 2021-12-29 12:09:31 +00:00
SoundbiteController.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00
UserController.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
VideoClipsController.php feat(soundbites): add soundbite list and creation forms with audio-clipper component 2022-01-03 13:52:07 +00:00