aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
|/
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-1/+1
* 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/+2
* Avoid losing entry when fetching failJeremy Benoist2016-09-171-11/+5
* Change flash message for queued articlesJeremy Benoist2016-09-131-11/+0
* Add ability to define created_at for all importJeremy Benoist2016-09-111-0/+5
* CSJeremy Benoist2016-09-111-2/+0
* Some cleanup & refactorJeremy Benoist2016-09-111-24/+4
* Convert other imports to RabbitJeremy Benoist2016-09-111-70/+57
* Clearing entities in the loop fail on PostgresJeremy Benoist2016-09-111-4/+1
* Fix error on EntityManager clearJeremy Benoist2016-09-111-1/+4
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-2/+0
* Add Readability importJeremy Benoist2016-09-011-0/+181