aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/InstapaperImport.php
Commit message (Expand)AuthorAgeFilesLines
* Replace continue; with break; to avoid PHP 7.3 warningsphp73Thomas Citharel2019-01-121-1/+1
* Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
* php-cs-fixerKevin Decherf2018-09-051-2/+2
* 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
* Add support for tag in Instapaper importJeremy Benoist2017-05-311-0/+17
* Allow fetching content on all import typesJerome Charaoui2016-12-031-2/+0
* 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