aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/InstapaperImport.php
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixerKevin Decherf2018-09-051-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* CSJeremy Benoist2017-10-091-3/+3
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-1/+1
| | | | | | Objects are always passed by reference, so it doesn't make sense to return an object which is passed by reference as it will always be the same object. This change makes the code a bit more readable.
* Add support for tag in Instapaper importJeremy Benoist2017-05-311-0/+17
|
* 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).