MyShaarli/application/front/controller/visitor
ArthurHoaro 72fbbcd679 Security: fix multiple XSS vulnerabilities + fix search tags with special chars
XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list.

Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
2020-10-06 17:30:18 +02:00
..
BookmarkListController.php Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
DailyController.php Fix subfolder configuration in unit tests 2020-09-12 21:39:01 +02:00
ErrorController.php Move error handling to dedicated controller instead of middleware 2020-08-21 10:50:44 +02:00
ErrorNotFoundController.php Properly handle 404 errors 2020-09-12 12:42:19 +02:00
FeedController.php Improve backward compatibility for LegacyRouter 2020-09-03 10:09:36 +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 Fix invalid redirection using the path of an external domain 2020-09-22 15:37:26 +02:00
TagCloudController.php Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
TagController.php Multiple small fixes 2020-07-23 21:19:21 +02:00