aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/InstapaperImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow fetching content on all import typesJerome Charaoui2016-12-031-2/+0
| | | | | For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
* Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-0/+1
|
* Add controller test for InstapaperJeremy Benoist2016-09-271-0/+6
|
* Add Instapaper importJeremy Benoist2016-09-271-0/+134
Also update ImportController with latest import (chrome, firefox & instapaper).