aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/WallabagController.php
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix some namespaces and phpdocNicolas Hart2017-07-291-0/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-23/+23
|
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-1/+1
|
* 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.