MyShaarli/application/front/controller/visitor
ArthurHoaro 7e3dc0ba98 Better handling of plugin incompatibility
If a PHP is raised while executing plugin hook, Shaarli will display an error instead of rendering the error page (or just ending in fatal error for default hooks).
Also added phpErrorHandler which is handled differently that regular errorHandler by Slim.:
2020-08-27 12:04:36 +02:00
..
BookmarkListController.php Better support for notes permalink 2020-07-28 20:46:11 +02:00
DailyController.php Better support for notes permalink 2020-07-28 20:46:11 +02:00
ErrorController.php Move error handling to dedicated controller instead of middleware 2020-08-21 10:50:44 +02:00
FeedController.php New basePath: fix officiel plugin paths and vintage template 2020-07-26 14:43:10 +02:00
InstallController.php Remove anonymous permission and initialize bookmarks on login 2020-08-01 11:10:57 +02:00
LoginController.php Fix redirection after post install login 2020-07-27 12:34:17 +02:00
OpenSearchController.php Process main page (linklist) through Slim controller 2020-07-23 21:19:21 +02:00
PictureWallController.php New basePath: fix officiel plugin paths and vintage template 2020-07-26 14:43:10 +02:00
PublicSessionFilterController.php Move all admin controller into a dedicated group 2020-08-13 11:08:13 +02:00
ShaarliVisitorController.php Better handling of plugin incompatibility 2020-08-27 12:04:36 +02:00
TagCloudController.php New basePath: fix officiel plugin paths and vintage template 2020-07-26 14:43:10 +02:00
TagController.php Multiple small fixes 2020-07-23 21:19:21 +02:00