aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/ImportInterface.php
Commit message (Collapse)AuthorAgeFilesLines
* Add tagged services for importJeremy Benoist2016-01-021-0/+7
| | | | | | | | | - 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-18/+11
| | | | | | | 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 url & service nameJeremy Benoist2016-01-021-0/+33
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* create ImportController to list importersNicolas LÅ“uillet2016-01-021-0/+2
|
* refactor pocket importNicolas LÅ“uillet2016-01-021-0/+10