alltube/classes
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
..
Controller fix: improve stability and type-safety in FrontController 2024-09-20 13:52:12 +02:00
Exception Lint 2023-03-03 00:18:00 +01:00
Factory Lint 2023-03-03 00:18:00 +01:00
Middleware fix(csp): refine img-src policy to improve security 2024-07-21 11:44:19 +02:00
Robo/Plugin/Commands "git describe" needs to be non-interactive so we can get its output 2023-03-11 14:37:28 +01:00
Stream Stronger typying now that we target PHP 7.4 2023-03-21 20:20:14 +01:00
App.php Make the watch route generate a full YouTube URL (fixes #402) 2022-02-27 23:32:08 +01:00
Config.php Switch to yt-dlp (fixes #432) 2023-03-30 21:41:08 +02:00
ErrorHandler.php Lint 2023-03-03 00:18:00 +01:00
Locale.php ucfirst Smarty modifier is deprecated 2023-03-21 20:25:47 +01:00
LocaleManager.php Stronger typying now that we target PHP 7.4 2023-03-21 20:20:14 +01:00
UglyRouter.php Make UglyRouter compatible with routes with parameters (#399) 2022-02-23 21:30:58 +01:00