wallabag/tests/Wallabag/CoreBundle
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
..
Command Isolated tests 2017-05-31 16:03:54 +02:00
Controller Rewrote code & fix tests 2017-06-01 11:31:45 +02:00
Event Fixing tests 2016-10-30 11:27:09 +01:00
fixtures Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
Form/DataTransformer Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
GuzzleSiteAuthenticator Skip auth when no credentials are found 2017-05-09 22:53:42 +02:00
Helper Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter CS & improve tags assertions 2017-05-31 10:38:15 +02:00
Tools Fix incorrect reading time calculation for entries in languages with 2016-11-28 01:15:06 +02:00
Twig Add simple stats in footer 2016-10-01 16:03:50 +02:00
WallabagCoreTestCase.php Isolated tests 2017-05-31 16:03:54 +02:00