Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 2 | -11/+11 |
| | |||||
* | Fix option attributes | Jeremy Benoist | 2017-06-01 | 1 | -3/+3 |
| | |||||
* | Fix tests | Jeremy Benoist | 2017-06-01 | 1 | -0/+1 |
| | |||||
* | Add disableContentUpdate import option | Jerome Charaoui | 2017-06-01 | 1 | -1/+3 |
| | | | | | | This commit also decouples the "import" and "update" functions inside ContentProxy. If a content array is available, it must be passed to the new importEntry method. | ||||
* | Use username to import | Thomas Citharel | 2017-05-04 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Casted maxIterations for Redis import | Nicolas Lœuillet | 2016-12-06 | 1 | -1/+1 |
| | | | | Simpleue\Worker wants an integer, we gave it a string | ||||
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 2 | -2/+5 |
| | |||||
* | Cleanup | Jeremy Benoist | 2016-11-03 | 1 | -5/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 1 | -0/+3 |
|\ | |||||
| * | Add Instapaper to CLI import | Laurent | 2016-11-01 | 1 | -0/+3 |
| | | |||||
* | | Add more importer to wallabag:import command | Jeremy Benoist | 2016-11-02 | 1 | -10/+16 |
|/ | | | | All importer available expect Pocket which require an oAuth login. | ||||
* | 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. |