MyShaarli/application/legacy
ArthurHoaro d33cffdb2e Fix: encoding in legacy route login redirection to post bookmark
When a bookmark is post from a logged out user, he is first redirected to the login page with 'returnurl' containing the link, then redirected again when the login is processed.
We need to reencode the posted URL, otherwise the browser does not handle the fragment as a part of the posted parameter.
2020-09-03 18:46:10 +02:00
..
LegacyController.php Fix: encoding in legacy route login redirection to post bookmark 2020-09-03 18:46:10 +02:00
LegacyLinkDB.php Process Daily RSS feed through Slim controller 2020-07-23 21:19:21 +02:00
LegacyLinkFilter.php Introduce Bookmark object and Service layer to retrieve them 2020-01-17 18:42:11 +01:00
LegacyRouter.php Process main page (linklist) through Slim controller 2020-07-23 21:19:21 +02:00
LegacyUpdater.php Multiple small fixes 2020-07-23 21:19:21 +02:00
UnknowLegacyRouteException.php Process main page (linklist) through Slim controller 2020-07-23 21:19:21 +02:00