1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
wallabag/src/Wallabag/ImportBundle/Controller
Jeremy Benoist ef75e1220e
Send every imported item to the queue
Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format.
Then, the worker retrieve that information, find / create the entry and save it.
2016-09-11 21:57:46 +02:00
..
ImportController.php Add tagged services for import 2016-01-02 23:27:41 +01:00
PocketController.php Send every imported item to the queue 2016-09-11 21:57:46 +02:00
ReadabilityController.php Add Readability import 2016-09-01 08:00:30 +02:00
WallabagController.php Convert array + phpDoc 2016-04-12 12:25:29 +02:00
WallabagV1Controller.php Refacto wallabag import 2016-03-28 16:43:33 +02:00
WallabagV2Controller.php Refacto wallabag import 2016-03-28 16:43:33 +02:00