aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagV2Import.php
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup & refactorJeremy Benoist2016-09-111-12/+6
|
* Convert other imports to RabbitJeremy Benoist2016-09-111-2/+18
|
* Refacto wallabag importJeremy Benoist2016-03-281-51/+8
| | | | | Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import.
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-271-14/+18
| | | | Also, simplify exportAs matching format
* 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>`
* Mark all imported articles as readThomas Citharel2016-03-031-1/+1
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+1
|
* Test if some keys are missing in v2 importNicolas LÅ“uillet2016-02-051-3/+9
|
* [#1590] Add JSON import from wallabag v2Nicolas LÅ“uillet2016-01-201-0/+75