]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Rewrote Wallabag v1 import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 30 Dec 2015 12:26:30 +0000 (13:26 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 2 Jan 2016 22:27:41 +0000 (23:27 +0100)
commitb1d05721cf37ab94ec1a6837fe79cf19474dd0ff
tree95cb2413a6044af6603a40339a1ceb2961206ae3
parent252ebd60719d32ec954d0519c9edf2b52b03310c
Rewrote Wallabag v1 import
14 files changed:
app/config/config.yml
src/Wallabag/ImportBundle/Command/ImportCommand.php
src/Wallabag/ImportBundle/Controller/PocketController.php
src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php [new file with mode: 0644]
src/Wallabag/ImportBundle/DependencyInjection/Configuration.php
src/Wallabag/ImportBundle/DependencyInjection/WallabagImportExtension.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Import/WallabagV1Import.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig
src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig [new file with mode: 0644]
src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v1.json [new file with mode: 0644]
web/uploads/import/.gitkeep [new file with mode: 0644]