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/Helper
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
..
ContentProxy.php Use hash given url to avoid duplicate 2019-05-29 15:56:20 +02:00
CryptoProxy.php php-cs-fixer 2018-09-05 14:25:32 +02:00
DetectActiveTheme.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
DownloadImages.php Drop SimplePie 2019-05-29 17:05:12 +02:00
EntityTimestampsTrait.php Add EntityTimestampsTrait to handle dates 2017-07-06 09:01:51 +02:00
EntriesExport.php epub: fix exception when articles have the same title 2019-03-17 23:36:10 +01:00
FileCookieJar.php Use a custom cookiejar to avoid error when the cookie is badly saved 2019-07-24 10:42:20 +02:00
HttpClientFactory.php CS 2019-05-28 11:42:27 +02:00
PreparePagerForEntries.php Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Redirect.php php-cs-fixer 2018-09-05 14:25:32 +02:00
RuleBasedTagger.php Enable PHPStan 2019-01-18 15:25:50 +01:00
TagsAssigner.php php-cs-fixer 2018-09-05 14:25:32 +02:00
UrlHasher.php Change the way to define algorithm for hashing url 2019-05-24 15:17:46 +02:00