aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use namespaced PHPUnit classesJeremy Benoist2017-12-181-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-23/+23
|
* Use an alternative way to detect imageJeremy Benoist2017-06-051-0/+25
| | | | | | | 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.
* Replace images with &Jeremy Benoist2017-06-011-3/+21
| | | | | | Images with `&` in the path weren’t well replaced because they might be with `&` in the html instead. Replacing `&` with `&` fix the problem.
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-1/+0
| | | | Fix #496
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-15/+14
| | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* Add instance url to the downloaded imagesJeremy Benoist2016-10-301-1/+3
|
* Fixing testsJeremy Benoist2016-10-301-0/+19
|
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+123