aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Subscriber/DownloadImagesSubscriber.php
Commit message (Collapse)AuthorAgeFilesLines
* WIPfederationThomas Citharel2017-06-231-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-73/+44
| | | | 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 translations & migrationJeremy Benoist2016-10-311-12/+4
|
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+8
| | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* Add instance url to the downloaded imagesJeremy Benoist2016-10-301-0/+4
|
* Fixing testsJeremy Benoist2016-10-301-7/+24
|
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+129