MyShaarli/application/front/controller/visitor
ArthurHoaro 36e6d88dbf Feature: add weekly and monthly view/RSS feed for daily page
- Heavy refactoring of DailyController
  - Add a banner like in tag cloud to display monthly and weekly links
  - Translations: t() now supports variables with optional first letter
uppercase

Fixes #160
2020-10-27 19:45:02 +01:00
..
BookmarkListController.php Feature: Share private bookmarks using a URL containing a private key 2020-10-27 19:32:57 +01:00
DailyController.php Feature: add weekly and monthly view/RSS feed for daily page 2020-10-27 19:45:02 +01:00
ErrorController.php Dislay an error if an exception occurs in the error handler 2020-10-20 18:32:46 +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 Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
LoginController.php Use PSR-3 logger for login attempts 2020-10-20 11:47:07 +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 Inject ROOT_PATH in plugin instead of regenerating it everywhere 2020-10-16 13:06:06 +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