]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Add Pinboard import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 4 Nov 2016 21:44:31 +0000 (22:44 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 4 Nov 2016 21:44:31 +0000 (22:44 +0100)
commit9ab024b4f5388e2a41c50a8a2b79e4033788782a
treeae01ddb121b5037aae89e892d1b971208b5108dd
parentb5571b52ccbc11d71637e1ccb07421cf606ac846
Add Pinboard import
24 files changed:
app/config/config.yml
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/ImportBundle/Command/ImportCommand.php
src/Wallabag/ImportBundle/Command/RedisWorkerCommand.php
src/Wallabag/ImportBundle/Controller/ImportController.php
src/Wallabag/ImportBundle/Controller/PinboardController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/PinboardImport.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/Pinboard/index.html.twig [new file with mode: 0644]
tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/fixtures/pinboard_export [new file with mode: 0644]