aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/InstapaperImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix Instapaper import dateJeremy Benoist2019-05-241-0/+4
|
* Fix status from InstapaperJeremy Benoist2019-01-191-1/+0
| | | | That status was used as `http_status` in ContentProxy->stockEntry
* CSJeremy Benoist2019-01-151-1/+1
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-0/+12
|\
| * Validate imported entry to avoid error on importJeremy Benoist2019-01-031-0/+12
| | | | | | | | | | We got some imports with a missing `url` field generating some errors while trying to retrieve an existing entry with that url. Introducing the `validateEntry` allow us to dismiss a message when it doesn't have an url (or other missing stuff in the future)
* | Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
|/
* 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).