]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add Instapaper import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 27 Sep 2016 05:57:53 +0000 (07:57 +0200)
committerNicolas LÅ“uillet <nicolas@loeuillet.org>
Tue, 27 Sep 2016 18:27:08 +0000 (20:27 +0200)
commitff1a5362f7254d686864ea53994da6c517b3d3e8
tree1edc0b6b46cf12bd17918355f7dbe090324e6f70
parent55345331c47ca6f389e38a842584c3062476601d
Add Instapaper import

Also update ImportController with latest import (chrome, firefox & instapaper).
13 files changed:
app/config/config.yml
src/Wallabag/ImportBundle/Command/RedisWorkerCommand.php
src/Wallabag/ImportBundle/Controller/ImportController.php
src/Wallabag/ImportBundle/Controller/InstapaperController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/AbstractImport.php
src/Wallabag/ImportBundle/Import/InstapaperImport.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/config/rabbit.yml
src/Wallabag/ImportBundle/Resources/config/redis.yml
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/Instapaper/index.html.twig [new file with mode: 0644]
tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
tests/Wallabag/ImportBundle/Import/InstapaperImportTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/fixtures/instapaper-export.csv [new file with mode: 0644]