aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Controller/WallabagV1Controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Refacto wallabag importJeremy Benoist2016-03-281-50/+18
| | | | | Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import.
* Add flashes messagesJeremy Benoist2016-03-201-3/+6
|
* Adding testJeremy Benoist2016-03-041-0/+1
| | | | Reformat json file (thanks pro.jsonlint.com)
* Mark all imported articles as readThomas Citharel2016-03-031-0/+2
|
* Fix recent updateJeremy Benoist2016-01-151-1/+1
| | | | | | - 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-10/+11
| | | | | | | | | - 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
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+58