aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/WallabagController.php
Commit message (Collapse)AuthorAgeFilesLines
* Change flash message for queued articlesJeremy Benoist2016-09-131-0/+6
|
* Add more testsJeremy Benoist2016-09-111-1/+1
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Convert other imports to RabbitJeremy Benoist2016-09-111-1/+1
|
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Refacto wallabag importJeremy Benoist2016-03-281-0/+85
Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import.