alltube/classes/Controller
Kumi 2b40b1b786
fix: improve stability and type-safety in FrontController
- Added assertion to ensure 'view' is an instance of Smarty to avoid potential type errors.
- Included plugin registration for 'filter_var' modifier to enhance view capabilities.
- Added a check for successful file_get_contents call to prevent potential errors when fetching thumbnails.
- Incorporated type assertion for 'projectDir' to enhance type safety and eliminate potential runtime errors.
2024-09-20 13:52:12 +02:00
..
BaseController.php Stronger typying now that we target PHP 7.4 2023-03-21 20:20:14 +01:00
DownloadController.php feat(download): add remux option for best audio quality 2024-07-22 11:25:18 +02:00
FrontController.php fix: improve stability and type-safety in FrontController 2024-09-20 13:52:12 +02:00
JsonController.php fixup! Prevent SSRF requests By validating the provided URL before passing it to youtube-dl 2022-02-27 23:36:51 +01:00