castopod/modules/Admin/Controllers
Yassine Doghri d783d16eb7 feat(episode): add form to allow editing episode's publication date to a past date
This allows podcasters to reorganize their published episodes as they see fit

closes #97
2022-10-14 14:37:03 +00:00
..
BaseController.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
ContributorController.php chore: update rector to latest and use parallel for faster processing 2022-09-28 14:00:46 +00:00
DashboardController.php fix: set storage limit as disk_total_space instead of free space 2022-09-07 08:27:28 +00:00
EpisodeController.php feat(episode): add form to allow editing episode's publication date to a past date 2022-10-14 14:37:03 +00:00
EpisodePersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
FediverseController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
MyAccountController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
NotificationController.php fix(notifications): notify actors after activities insert / update using model callback methods 2022-09-08 11:50:23 +00:00
PageController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PodcastController.php feat: add premium podcasts to manage subscriptions for premium episodes 2022-09-28 15:02:09 +00:00
PodcastImportController.php feat(rss): add rss feed route without the `.xml` extension 2022-10-14 12:50:25 +00:00
PodcastPersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PodcastPlatformController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
SchedulerController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
SettingsController.php feat: add premium podcasts to manage subscriptions for premium episodes 2022-09-28 15:02:09 +00:00
SoundbiteController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
UserController.php chore: update rector to latest and use parallel for faster processing 2022-09-28 14:00:46 +00:00
VideoClipsController.php fix(video-clips): update condition to check if ffmpeg is installed 2022-03-04 15:40:38 +00:00