1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00
wallabag/src/Wallabag/CoreBundle
Jeremy Benoist 9a80dcf11e
Use a custom cookiejar to avoid error when the cookie is badly saved
It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents.
To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues.

Also updated deps
2019-07-24 10:42:20 +02:00
..
Command Fixed typo in wallabag name 2019-07-10 09:59:07 +02:00
Controller Add ability to import/export tagging rules 2019-07-08 09:38:32 +02:00
DataFixtures Add ability to manually define the reading speed 2019-07-08 20:18:59 +02:00
DependencyInjection Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Doctrine Remove custom Postgres class 2018-11-28 22:04:54 +01:00
Entity Add ability to import/export tagging rules 2019-07-08 09:38:32 +02:00
Event Ensure language is valid 2018-10-13 09:39:00 +02:00
Form Merge pull request #4053 from wallabag/feature/manual-input-reading-speed 2019-07-09 11:53:20 +02:00
GuzzleSiteAuthenticator Adding more tests to cover different scenario 2019-04-24 15:28:15 +02:00
Helper Use a custom cookiejar to avoid error when the cookie is badly saved 2019-07-24 10:42:20 +02:00
Operator CS 2017-10-09 16:47:15 +02:00
ParamConverter Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Repository Fix typo & CS 2019-06-05 17:09:05 +02:00
Resources Use a custom cookiejar to avoid error when the cookie is badly saved 2019-07-24 10:42:20 +02:00
Tools Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Twig Use Twig 2.0 2019-06-21 12:46:53 +02:00
WallabagCoreBundle.php Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00