aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Mark all imported articles as readThomas Citharel2016-03-031-0/+5
|
* Fix recent updateJeremy Benoist2016-01-151-3/+5
| | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
* 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.