Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some namespaces and phpdoc | Nicolas Hart | 2017-07-29 | 1 | -0/+2 |
| | |||||
* | CS | Jeremy Benoist | 2017-07-24 | 1 | -6/+6 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 11 | -133/+132 |
| | |||||
* | Fix tests & deprecation notice | Jeremy Benoist | 2016-12-15 | 5 | -5/+5 |
| | |||||
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 2 | -0/+79 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 2 | -2/+87 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | cs & fixes | Thomas Citharel | 2016-09-25 | 2 | -4/+4 |
| | |||||
* | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 3 | -12/+93 |
| | |||||
* | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 1 | -0/+91 |
| | |||||
* | Display a message when async import won’t work | Jeremy Benoist | 2016-09-24 | 1 | -14/+22 |
| | | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues. | ||||
* | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | Only display message in queue for admin | Jeremy Benoist | 2016-09-16 | 1 | -0/+8 |
| | | | | Instead of for EVERYONE | ||||
* | Change flash message for queued articles | Jeremy Benoist | 2016-09-13 | 3 | -0/+18 |
| | |||||
* | Display how many messages are queue | Jeremy Benoist | 2016-09-13 | 1 | -0/+54 |
| | | | | | - update the docker-composer to add Redis - add migrations | ||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 2 | -2/+2 |
| | | | | 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 | 4 | -8/+16 |
| | | | | | | | | - 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 Rabbit | Jeremy Benoist | 2016-09-11 | 5 | -5/+21 |
| | |||||
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 1 | -4/+21 |
| | | | | | 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. | ||||
* | Add Readability import | Jeremy Benoist | 2016-09-01 | 1 | -0/+65 |
| | | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016) | ||||
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 2 | -8/+8 |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | ||||
* | Refacto wallabag import | Jeremy Benoist | 2016-03-28 | 3 | -100/+121 |
| | | | | | Use an abstract class to store all common action from wallabag vX import. Move specificity in v1 & v2 import. | ||||
* | Fix some Scrutinizer issues | Jeremy Benoist | 2016-03-27 | 1 | -0/+9 |
| | |||||
* | Add flashes messages | Jeremy Benoist | 2016-03-20 | 3 | -8/+18 |
| | |||||
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 1 | -5/+5 |
| | | | | | | | - 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>` | ||||
* | Adding test | Jeremy Benoist | 2016-03-04 | 2 | -7/+6 |
| | | | | Reformat json file (thanks pro.jsonlint.com) | ||||
* | cs & tests for wllbg v1 import | Thomas Citharel | 2016-03-03 | 1 | -3/+0 |
| | |||||
* | french translation & pocket | Thomas Citharel | 2016-03-03 | 1 | -2/+21 |
| | |||||
* | Mark all imported articles as read | Thomas Citharel | 2016-03-03 | 2 | -0/+4 |
| | |||||
* | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 1 | -0/+1 |
|\ | | | | | Settings page | ||||
| * | Add warning message for PocketImport | Jeremy Benoist | 2016-01-31 | 1 | -0/+1 |
| | | | | | | | | Warn user if pocket_consumer_key isn't defined | ||||
* | | [#1590] Add JSON import from wallabag v2 | Nicolas Lœuillet | 2016-01-20 | 1 | -0/+60 |
|/ | |||||
* | Fix Pocket generateUrl parameters | Jeremy Benoist | 2016-01-15 | 1 | -2/+2 |
| | |||||
* | Fix recent update | Jeremy Benoist | 2016-01-15 | 2 | -3/+4 |
| | | | | | | - 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) | ||||
* | Add tagged services for import | Jeremy Benoist | 2016-01-02 | 3 | -16/+21 |
| | | | | | | | | | - 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 import | Jeremy Benoist | 2016-01-02 | 2 | -1/+59 |
| | |||||
* | Rewrote Pocket Import | Jeremy Benoist | 2016-01-02 | 2 | -58/+35 |
| | | | | | | | 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). | ||||
* | Update after previous merge | Jeremy Benoist | 2016-01-02 | 1 | -2/+46 |
| | | | | PR #1443 was merged into this branch to handle all import type in the same place. | ||||
* | Update url & service name | Jeremy Benoist | 2016-01-02 | 1 | -6/+9 |
| | | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface | ||||
* | create ImportController to list importers | Nicolas Lœuillet | 2016-01-02 | 2 | -5/+21 |
| | |||||
* | service call | Nicolas Lœuillet | 2016-01-02 | 1 | -2/+2 |
| | |||||
* | refactor pocket import | Nicolas Lœuillet | 2016-01-02 | 1 | -105/+7 |
| | |||||
* | 1st draft for Pocket import via API | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+139 |