aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/WallabagV2Controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-1/+1
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-8/+8
|
* Enable Redis async importJeremy Benoist2016-09-111-2/+4
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Convert other imports to RabbitJeremy Benoist2016-09-111-1/+7
|
* Refacto wallabag importJeremy Benoist2016-03-281-50/+18
| | | | | Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import.
* Add flashes messagesJeremy Benoist2016-03-201-3/+6
|
* Mark all imported articles as readThomas Citharel2016-03-031-0/+2
|
* [#1590] Add JSON import from wallabag v2Nicolas LÅ“uillet2016-01-201-0/+60