aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/ReadabilityController.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
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-10/+10
|
* 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)
* 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/+5
|
* Add Readability importJeremy Benoist2016-09-011-0/+65
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)