aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/ImportController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add Pinboard importJeremy Benoist2016-11-041-0/+2
|
* Add Instapaper importJeremy Benoist2016-09-271-2/+10
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Display a message when async import won’t workJeremy Benoist2016-09-241-14/+22
| | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues.
* Only display message in queue for adminJeremy Benoist2016-09-161-0/+8
| | | | Instead of for EVERYONE
* Display how many messages are queueJeremy Benoist2016-09-131-0/+54
| | | | | - update the docker-composer to add Redis - add migrations
* Add tagged services for importJeremy Benoist2016-01-021-2/+4
| | | | | | | | | - 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 Pocket ImportJeremy Benoist2016-01-021-46/+2
| | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
* Update after previous mergeJeremy Benoist2016-01-021-2/+46
| | | | PR #1443 was merged into this branch to handle all import type in the same place.
* create ImportController to list importersNicolas Lœuillet2016-01-021-0/+17