]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ImportBundle/Resources/config/services.yml
Rewrote Pocket Import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 30 Dec 2015 11:23:51 +0000 (12:23 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 2 Jan 2016 22:27:41 +0000 (23:27 +0100)
commit252ebd60719d32ec954d0519c9edf2b52b03310c
tree044c97abeda75c33901d8bfcd33fa107279b1778
parentb4b592a0c0ee356e81775baf8f9976288d7b686c
Rewrote Pocket Import

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).
src/Wallabag/CoreBundle/Tools/Utils.php
src/Wallabag/ImportBundle/Controller/ImportController.php
src/Wallabag/ImportBundle/Controller/PocketController.php
src/Wallabag/ImportBundle/Import/ImportInterface.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig
src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig
src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php