castopod/modules/Admin/Controllers
Yassine Doghri 82310a2e0b fix(platforms): convert special characters to htmlentities to validate url
remove validate_url custom validator and replace with CI4's valid_url_strict
2022-11-04 10:39:26 +00:00
..
AboutController.php refactor(migrations): set namespace to null to run all migrations during install and updates 2022-10-20 06:48:44 +00:00
BaseController.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +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 fix: validate slug length when submitting episode form + clean permalink edit prefix 2022-10-19 14:56:39 +00:00
EpisodePersonController.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
FediverseController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
NotificationController.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +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 fix: sort episodes by published_at with unpublished episodes at the begining 2022-10-18 17:25:49 +00:00
PodcastImportController.php fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
PodcastPersonController.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
PodcastPlatformController.php fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +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 build: set minimal php version to 8.1 2022-10-17 14:17:50 +00:00
SoundbiteController.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
VideoClipsController.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00