aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Adding testJeremy Benoist2016-03-041-0/+1
| | | | Reformat json file (thanks pro.jsonlint.com)
* Mark all imported articles as readThomas Citharel2016-03-031-0/+2
|
* Fix recent updateJeremy Benoist2016-01-151-1/+1
| | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
* Add tagged services for importJeremy Benoist2016-01-021-10/+11
| | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+58