aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote Pocket ImportJeremy Benoist2016-01-022-58/+35
| | | | | | | 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.
* Update url & service nameJeremy Benoist2016-01-021-6/+9
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* create ImportController to list importersNicolas Lœuillet2016-01-022-5/+21
|
* service callNicolas Lœuillet2016-01-021-2/+2
|
* refactor pocket importNicolas Lœuillet2016-01-021-105/+7
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-0/+139