aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Command
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-012-11/+11
|
* Fix option attributesJeremy Benoist2017-06-011-3/+3
|
* Fix testsJeremy Benoist2017-06-011-0/+1
|
* Add disableContentUpdate import optionJerome Charaoui2017-06-011-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 importThomas Citharel2017-05-041-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 importNicolas Lœuillet2016-12-061-1/+1
| | | | Simpleue\Worker wants an integer, we gave it a string
* Add Pinboard importJeremy Benoist2016-11-042-2/+5
|
* CleanupJeremy Benoist2016-11-031-5/+0
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+3
|\
| * Add Instapaper to CLI importLaurent2016-11-011-0/+3
| |
* | Add more importer to wallabag:import commandJeremy Benoist2016-11-021-10/+16
|/ | | | All importer available expect Pocket which require an oAuth login.
* Add Instapaper importJeremy Benoist2016-09-271-1/+1
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-3/+6
|
* Add Chrome path for Mac OSNicolas Lœuillet2016-09-251-3/+1
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-5/+14
|
* Add tests on ImportCommandJeremy Benoist2016-09-111-1/+5
|
* Add more testsJeremy Benoist2016-09-111-1/+4
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-111-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 commandNicolas Lœuillet2016-05-271-4/+2
|
* Add CLI import for wallabag v2 filesNicolas Lœuillet2016-05-271-1/+12
|
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-89/+18
|
* Update after previous mergeJeremy Benoist2016-01-021-0/+124
PR #1443 was merged into this branch to handle all import type in the same place.