Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use httplug | adev | 2019-05-28 | 1 | -7/+1 |
| | |||||
* | Jump to Symfony 3.4 | Jeremy Benoist | 2018-10-04 | 1 | -0/+8 |
| | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle | ||||
* | Replace Wallabag v1 error strings with v2 strings | Jerome Charaoui | 2017-06-01 | 1 | -0/+2 |
| | |||||
* | Move Tags assigner to a separate file | Thomas Citharel | 2017-05-27 | 1 | -0/+8 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Moved total messages from import | Nicolas Lœuillet | 2016-12-08 | 1 | -0/+6 |
| | |||||
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 4 | -0/+85 |
| | |||||
* | Add warning message for import + download images | Jeremy Benoist | 2016-11-03 | 8 | -4/+17 |
| | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations | ||||
* | Add entry.saved event to import & rest | Jeremy Benoist | 2016-11-02 | 3 | -0/+21 |
| | |||||
* | Cleanup | Jeremy Benoist | 2016-10-30 | 1 | -1/+0 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 4 | -0/+82 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | fix tests | Thomas Citharel | 2016-09-25 | 1 | -2/+2 |
| | |||||
* | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 5 | -5/+111 |
| | |||||
* | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 3 | -1/+54 |
| | |||||
* | Display a message when async import won’t work | Jeremy Benoist | 2016-09-24 | 1 | -2/+14 |
| | | | | | 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 | -6/+2 |
| | |||||
* | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 1 | -8/+8 |
| | |||||
* | Display how many messages are queue | Jeremy Benoist | 2016-09-13 | 1 | -0/+11 |
| | | | | | - update the docker-composer to add Redis - add migrations | ||||
* | Display a message when async is enabled | Jeremy Benoist | 2016-09-11 | 4 | -1/+15 |
| | |||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 3 | -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 Rabbit | Jeremy Benoist | 2016-09-11 | 1 | -1/+22 |
| | |||||
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 1 | -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 CraueConfiguration | Nicolas Lœuillet | 2016-09-11 | 1 | -1/+0 |
| | |||||
* | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 1 | -0/+9 |
| | |||||
* | Add Readability import | Jeremy Benoist | 2016-09-01 | 2 | -0/+53 |
| | | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016) | ||||
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 4 | -25/+32 |
| | | | | | | | - 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>` | ||||
* | french translation & pocket | Thomas Citharel | 2016-03-03 | 1 | -0/+7 |
| | |||||
* | Mark all imported articles as read | Thomas Citharel | 2016-03-03 | 1 | -0/+5 |
| | |||||
* | Make English welcome message more natural | Olivier Mehani | 2016-02-25 | 1 | -1/+1 |
| | | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | Merge pull request #1665 from wallabag/v2-translations | Jeremy Benoist | 2016-02-11 | 1 | -1/+6 |
|\ | | | | | lots of diverse translation stuff & some typos | ||||
| * | lots of diverse translation stuff & some typos | Thomas Citharel | 2016-02-11 | 1 | -1/+6 |
| | | |||||
* | | reimport v1 entries if they were not fetched | Thomas Citharel | 2016-02-11 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 2 | -1/+7 |
|\ | | | | | Settings page | ||||
| * | Add warning message for PocketImport | Jeremy Benoist | 2016-01-31 | 1 | -0/+6 |
| | | | | | | | | Warn user if pocket_consumer_key isn't defined | ||||
| * | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -1/+1 |
| | | |||||
* | | [#1590] Add JSON import from wallabag v2 | Nicolas Lœuillet | 2016-01-20 | 2 | -0/+11 |
|/ | |||||
* | updated tests | Nicolas Lœuillet | 2016-01-07 | 4 | -5/+3 |
| | |||||
* | Added french translations | Nicolas Lœuillet | 2016-01-05 | 4 | -3/+5 |
| | |||||
* | Add tagged services for import | Jeremy Benoist | 2016-01-02 | 4 | -13/+32 |
| | | | | | | | | | - 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 | 3 | -0/+38 |
| | |||||
* | Rewrote Pocket Import | Jeremy Benoist | 2016-01-02 | 3 | -38/+13 |
| | | | | | | | 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 | -0/+26 |
| | | | | PR #1443 was merged into this branch to handle all import type in the same place. | ||||
* | First test on PocketImport | Jeremy Benoist | 2016-01-02 | 1 | -0/+11 |
| | | | | Giving ability to define the Client add abitliy to easliy test the import. | ||||
* | Update url & service name | Jeremy Benoist | 2016-01-02 | 3 | -6/+6 |
| | | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface | ||||
* | - remove importers configuration | Nicolas Lœuillet | 2016-01-02 | 1 | -1/+0 |
| | | | | - add check on userId for findOneByURL for entries | ||||
* | fix #1502 avoid duplicate entry and store pocket url in config | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+1 |
| | |||||
* | assign tags to entries and add lastPocketImport attribute to user | Nicolas Lœuillet | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | create ImportController to list importers | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+16 |
| | |||||
* | refactor pocket import | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+8 |
| | |||||
* | 1st draft for Pocket import via API | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+16 |