aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to define created_at for all importJeremy Benoist2016-09-111-0/+5
| | | | | | At the moment only Readability & wallabag v2 import allow created_at import. Pocket removed `time_added` field from their API v2 to v3... And wallabag v1 doesn't export that value.
* 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
| | | | It looks like when you clear entities on Postgres some references are lost and tags are not saved :-/
* Fix error on EntityManager clearJeremy Benoist2016-09-111-1/+4
| | | | | Introduced in the recent 2.5.5 release. Also updated deps.
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-2/+0
|
* Add Readability importJeremy Benoist2016-09-011-0/+181
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)