aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagV1Import.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add ability to define created_at for all importJeremy Benoist2016-09-111-0/+1
| | | | | | 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.
* Some cleanup & refactorJeremy Benoist2016-09-111-12/+6
|
* Convert other imports to RabbitJeremy Benoist2016-09-111-2/+18
|
* Refacto wallabag importJeremy Benoist2016-03-281-157/+20
| | | | | Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import.
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-10/+15
|
* Convert english translation fileJeremy Benoist2016-03-201-1/+1
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* cs & tests for wllbg v1 importThomas Citharel2016-03-031-1/+0
|
* french translation & pocketThomas Citharel2016-03-031-0/+1
|
* Mark all imported articles as readThomas Citharel2016-03-031-1/+14
|
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-21/+7
|
* import tags from v1 (#1657)Thomas Citharel2016-02-121-0/+23
|
* add testsThomas Citharel2016-02-111-6/+5
|
* CSThomas Citharel2016-02-111-4/+3
|
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-111-5/+17
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-9/+9
|
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-1/+1
| | | | Fix #1566
* updated testsNicolas Lœuillet2016-01-071-5/+2
|
* Added french translationsNicolas Lœuillet2016-01-051-3/+6
|
* Few phpDoc fixJeremy Benoist2016-01-031-1/+1
| | | | And some little mistakes
* Add tagged services for importJeremy Benoist2016-01-021-2/+24
| | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+137