| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Also update ImportController with latest import (chrome, firefox & instapaper).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Mostly if Redis or RabbitMQ isn’t installed / launched.
I guess it’ll avoid some issues.
|
| |
|
|
|
|
| |
Instead of for EVERYONE
|
| |
|
|
|
|
|
| |
- update the docker-composer to add Redis
- add migrations
|
|
|
|
| |
And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
|
|
|
|
|
|
|
|
| |
- 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`
-
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
|
|
|
|
| |
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
|
|
|
|
|
| |
Use an abstract class to store all common action from wallabag vX import.
Move specificity in v1 & v2 import.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- convert english translation to translate key
- remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material)
- fix tests about text in response (now checking translation key instead of translated text)
- remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
|
|
|
|
| |
Reformat json file (thanks pro.jsonlint.com)
|
| |
|
| |
|
| |
|
|\
| |
| | |
Settings page
|
| |
| |
| |
| | |
Warn user if pocket_consumer_key isn't defined
|
|/ |
|
| |
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
PR #1443 was merged into this branch to handle all import type in the same place.
|
|
|
|
|
| |
Prefix ur with service namel: [service]_[route name]
Add comment in Interface
|
| |
|
| |
|
| |
|
|
|