Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 1 | -1/+1 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 1 | -3/+6 |
| | |||||
* | Add Chrome path for Mac OS | Nicolas Lœuillet | 2016-09-25 | 1 | -3/+1 |
| | |||||
* | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 1 | -5/+14 |
| | |||||
* | Add tests on ImportCommand | Jeremy Benoist | 2016-09-11 | 1 | -1/+5 |
| | |||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 1 | -1/+4 |
| | | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests) | ||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 1 | -0/+41 |
| | | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` - | ||||
* | Enhance option in command | Nicolas Lœuillet | 2016-05-27 | 1 | -4/+2 |
| | |||||
* | Add CLI import for wallabag v2 files | Nicolas Lœuillet | 2016-05-27 | 1 | -1/+12 |
| | |||||
* | Rewrote Wallabag v1 import | Jeremy Benoist | 2016-01-02 | 1 | -89/+18 |
| | |||||
* | Update after previous merge | Jeremy Benoist | 2016-01-02 | 1 | -0/+124 |
PR #1443 was merged into this branch to handle all import type in the same place. |