aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Form/Type
Commit message (Collapse)AuthorAgeFilesLines
* Add tagged services for importJeremy Benoist2016-01-021-7/+0
| | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
* Update after previous mergeJeremy Benoist2016-01-021-0/+29
PR #1443 was merged into this branch to handle all import type in the same place.