Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding test | Jeremy Benoist | 2016-03-04 | 2 | -7/+6 |
| | | | | Reformat json file (thanks pro.jsonlint.com) | ||||
* | cs & tests for wllbg v1 import | Thomas Citharel | 2016-03-03 | 1 | -3/+0 |
| | |||||
* | french translation & pocket | Thomas Citharel | 2016-03-03 | 1 | -2/+21 |
| | |||||
* | Mark all imported articles as read | Thomas Citharel | 2016-03-03 | 2 | -0/+4 |
| | |||||
* | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 1 | -0/+1 |
|\ | | | | | Settings page | ||||
| * | Add warning message for PocketImport | Jeremy Benoist | 2016-01-31 | 1 | -0/+1 |
| | | | | | | | | Warn user if pocket_consumer_key isn't defined | ||||
* | | [#1590] Add JSON import from wallabag v2 | Nicolas Lœuillet | 2016-01-20 | 1 | -0/+60 |
|/ | |||||
* | Fix Pocket generateUrl parameters | Jeremy Benoist | 2016-01-15 | 1 | -2/+2 |
| | |||||
* | Fix recent update | Jeremy Benoist | 2016-01-15 | 2 | -3/+4 |
| | | | | | | - 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 import | Jeremy Benoist | 2016-01-02 | 3 | -16/+21 |
| | | | | | | | | | - 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 import | Jeremy Benoist | 2016-01-02 | 2 | -1/+59 |
| | |||||
* | Rewrote Pocket Import | Jeremy Benoist | 2016-01-02 | 2 | -58/+35 |
| | | | | | | | 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 merge | Jeremy Benoist | 2016-01-02 | 1 | -2/+46 |
| | | | | PR #1443 was merged into this branch to handle all import type in the same place. | ||||
* | Update url & service name | Jeremy Benoist | 2016-01-02 | 1 | -6/+9 |
| | | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface | ||||
* | create ImportController to list importers | Nicolas Lœuillet | 2016-01-02 | 2 | -5/+21 |
| | |||||
* | service call | Nicolas Lœuillet | 2016-01-02 | 1 | -2/+2 |
| | |||||
* | refactor pocket import | Nicolas Lœuillet | 2016-01-02 | 1 | -105/+7 |
| | |||||
* | 1st draft for Pocket import via API | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+139 |