wallabag/src/Wallabag/CoreBundle/Helper
Jeremy Benoist 577c0b6dd8
Use an alternative way to detect image
When parsing content to retrieve images to save locally, we only check for the content-type of the image response.
In some case, that value is empty.
Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle.
We might get higher image supports using that alternative method.
2017-06-05 22:54:02 +02:00
..
ContentProxy.php No need to catch that Exception 2017-06-01 11:45:02 +02:00
DetectActiveTheme.php CS 2015-11-07 00:27:41 +01:00
DownloadImages.php Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
EntriesExport.php Add export notice at the end of the epub 2017-04-05 09:24:48 +02:00
HttpClientFactory.php Skip auth when no credentials are found 2017-05-09 22:53:42 +02:00
PreparePagerForEntries.php Page parameter was never used in the function 2017-06-01 09:29:18 +02:00
Redirect.php TagController: ignore ActionMarkAsRead when removing tag from entry 2017-05-31 00:36:46 +02:00
RuleBasedTagger.php Fix some Scrutinizer issues 2017-05-30 11:39:15 +02:00
TagsAssigner.php CS 2017-05-28 01:16:01 +02:00