aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/config
Commit message (Collapse)AuthorAgeFilesLines
* Add Pinboard importJeremy Benoist2016-11-043-0/+40
|
* Add entry.saved event to import & restJeremy Benoist2016-11-023-0/+21
|
* CleanupJeremy Benoist2016-10-301-1/+0
|
* Add Instapaper importJeremy Benoist2016-09-273-0/+37
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* fix testsThomas Citharel2016-09-251-2/+2
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-253-3/+66
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+10
|
* AMPQ -> AMQPJeremy Benoist2016-09-141-8/+8
|
* Enable Redis async importJeremy Benoist2016-09-113-29/+115
| | | | | | | | - 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` -
* Convert other imports to RabbitJeremy Benoist2016-09-111-1/+22
|
* Send every imported item to the queueJeremy Benoist2016-09-111-6/+5
| | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.
* Replace RabbitMQ injection with CraueConfigurationNicolas Lœuillet2016-09-111-1/+0
|
* 1st draft for rabbitMQNicolas Lœuillet2016-09-111-0/+9
|
* Add Readability importJeremy Benoist2016-09-011-0/+10
| | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-111-0/+2
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-041-1/+1
|\ | | | | Settings page
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-311-1/+1
| |
* | [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-0/+9
|/
* updated testsNicolas Lœuillet2016-01-071-2/+0
|
* Added french translationsNicolas Lœuillet2016-01-051-0/+2
|
* Add tagged services for importJeremy Benoist2016-01-021-0/+7
| | | | | | | | | - 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-021-0/+7
|
* Rewrote Pocket ImportJeremy Benoist2016-01-021-10/+11
| | | | | | | 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).
* First test on PocketImportJeremy Benoist2016-01-021-0/+11
| | | | Giving ability to define the Client add abitliy to easliy test the import.
* Update url & service nameJeremy Benoist2016-01-021-4/+4
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* - remove importers configurationNicolas Lœuillet2016-01-021-1/+0
| | | | - add check on userId for findOneByURL for entries
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-021-0/+1
|
* refactor pocket importNicolas Lœuillet2016-01-021-0/+8