aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* updated testsNicolas Lœuillet2016-01-073-3/+3
|
* Added french translationsNicolas Lœuillet2016-01-053-3/+3
|
* Add tagged services for importJeremy Benoist2016-01-023-13/+25
| | | | | | | | | - 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-022-0/+31
|
* Rewrote Pocket ImportJeremy Benoist2016-01-022-28/+2
| | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
* Update after previous mergeJeremy Benoist2016-01-021-0/+26
| | | | PR #1443 was merged into this branch to handle all import type in the same place.
* Update url & service nameJeremy Benoist2016-01-022-2/+2
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* assign tags to entries and add lastPocketImport attribute to userNicolas Lœuillet2016-01-021-1/+1
|
* create ImportController to list importersNicolas Lœuillet2016-01-021-0/+16
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-0/+16