Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reordered upgrade documentation | Nicolas Lœuillet | 2016-09-28 | 1 | -1/+0 |
| | |||||
* | Some fixes about upgrade from 2.0.x -> 2.1.0 | Nicolas Lœuillet | 2016-09-28 | 1 | -0/+1 |
| | |||||
* | Add Instapaper translations | Jeremy Benoist | 2016-09-27 | 11 | -52/+96 |
| | |||||
* | Add controller test for Instapaper | Jeremy Benoist | 2016-09-27 | 4 | -0/+12 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 9 | -3/+308 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | Update messages.pl.yml | Mateusz Rumiński | 2016-09-27 | 1 | -12/+12 |
| | | | add missing translation for Firefox and Chrome imports | ||||
* | Merge pull request #2192 from wallabag/import-browser-bookmarks | Jeremy Benoist | 2016-09-26 | 24 | -7/+747 |
|\ | | | | | Import Firefox & Chrome bookmarks into wallabag | ||||
| * | Move prepareEntry to dedicated place | Jeremy Benoist | 2016-09-26 | 3 | -35/+42 |
| | | | | | | | | | | Yeah first try was ugly, now each part are in the dedicated place. Also, the date is hardly truncated to 10 chars because Firefox date are 16 chars long and Chrome are 17 chars long. So instead of divised them by a huge number, I prefer to truncate them. | ||||
| * | Update Firefox file | Jeremy Benoist | 2016-09-25 | 1 | -12/+24 |
| | | | | | | | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so). | ||||
| * | Fix bad date format in Browser import | Jeremy Benoist | 2016-09-25 | 3 | -62/+23 |
| | | |||||
| * | Fixed tests by removing clear() | Nicolas Lœuillet | 2016-09-25 | 1 | -4/+0 |
| | | |||||
| * | fix tests | Thomas Citharel | 2016-09-25 | 3 | -24/+24 |
| | | |||||
| * | cs & fixes | Thomas Citharel | 2016-09-25 | 5 | -33/+14 |
| | | |||||
| * | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 23 | -189/+558 |
| | | |||||
| * | Indentation and renamed fixtures file | Nicolas Lœuillet | 2016-09-25 | 9 | -27/+27 |
| | | |||||
| * | Add Chrome path for Mac OS | Nicolas Lœuillet | 2016-09-25 | 5 | -14/+4 |
| | | |||||
| * | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 17 | -7/+431 |
| | | |||||
* | | Fix tag count for PostgreSQL | Jeremy Benoist | 2016-09-25 | 2 | -8/+6 |
| | | |||||
* | | CS | Jeremy Benoist | 2016-09-25 | 3 | -6/+4 |
| | | |||||
* | | Use scheduled entity insertions to avoid tag duplicate | Jeremy Benoist | 2016-09-25 | 3 | -7/+24 |
| | | | | | | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import. | ||||
* | | Fix tags count in menu | Jeremy Benoist | 2016-09-25 | 4 | -47/+47 |
|/ | | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query | ||||
* | Display a message when async import won’t work | Jeremy Benoist | 2016-09-24 | 13 | -16/+69 |
| | | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues. | ||||
* | Merge pull request #2301 from wallabag/fix-rss-feeds | Jeremy Benoist | 2016-09-22 | 2 | -18/+2 |
|\ | | | | | fix feeds not syncing on android app | ||||
| * | fix feeds not syncing on android app | Thomas Citharel | 2016-09-21 | 2 | -18/+2 |
| | | |||||
* | | Update messages.pl.yml | Mateusz Rumiński | 2016-09-19 | 1 | -5/+5 |
| | | | | | | add missing translation | ||||
* | | Update wallabag_user.pl.yml | Mateusz Rumiński | 2016-09-19 | 1 | -1/+1 |
| | | | | | | add missing " | ||||
* | | polish version | Mateusz Rumiński | 2016-09-19 | 1 | -0/+11 |
| | | | | | | create wallabag_user.pl.yml file | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-09-19 | 2 | -4/+26 |
|\| | |||||
| * | Fix issue #2296: epub export with `+` in the title. | Étienne Gilli | 2016-09-18 | 1 | -1/+5 |
| | | |||||
| * | CS | Jeremy Benoist | 2016-09-03 | 1 | -1/+1 |
| | | |||||
| * | Update test | Jeremy Benoist | 2016-09-03 | 1 | -4/+6 |
| | | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite. | ||||
| * | Add a check for the database connection | Jeremy Benoist | 2016-09-03 | 1 | -2/+18 |
| | | | | | | | | | | | | Checking for the driver isn't enough. We are now checking if we can etablish a connection to the database before trying to do anything. By displaying the error from the Exception (in case of error) we hope to reduce issues overload about people getting error with the database | ||||
* | | Merge pull request #1941 from wallabag/v2-asynchronous-jobs | Jeremy Benoist | 2016-09-19 | 50 | -390/+1056 |
|\ \ | | | | | | | Use asynchronous jobs for imports | ||||
| * | | Avoid losing entry when fetching fail | Jeremy Benoist | 2016-09-17 | 16 | -82/+69 |
| | | | | | | | | | | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content. | ||||
| * | | Missing some migrations | Jeremy Benoist | 2016-09-16 | 1 | -1/+0 |
| | | | | | | | | | | | | and CS | ||||
| * | | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 21 | -23/+79 |
| | | | |||||
| * | | Only display message in queue for admin | Jeremy Benoist | 2016-09-16 | 1 | -0/+8 |
| | | | | | | | | | | | | Instead of for EVERYONE | ||||
| * | | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 2 | -9/+9 |
| | | | |||||
| * | | Change flash message for queued articles | Jeremy Benoist | 2016-09-13 | 18 | -37/+46 |
| | | | |||||
| * | | Display how many messages are queue | Jeremy Benoist | 2016-09-13 | 3 | -0/+67 |
| | | | | | | | | | | | | | | | - update the docker-composer to add Redis - add migrations | ||||
| * | | Update import.worker.enabled translation | Jeremy Benoist | 2016-09-12 | 10 | -16/+16 |
| | | | |||||
| * | | Add tests on ImportCommand | Jeremy Benoist | 2016-09-11 | 1 | -1/+5 |
| | | | |||||
| * | | Add more tests | Jeremy Benoist | 2016-09-11 | 4 | -3/+7 |
| | | | | | | | | | | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests) | ||||
| * | | Re-facto EntryConsumer | Jeremy Benoist | 2016-09-11 | 3 | -112/+78 |
| | | | | | | | | | | | | Using an abstract method allow to share code but also can be used it we add a new broker in the future | ||||
| * | | Display a message when async is enabled | Jeremy Benoist | 2016-09-11 | 15 | -1/+37 |
| | | | |||||
| * | | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 15 | -45/+320 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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` - | ||||
| * | | Retrieve created date from Pocket | Jeremy Benoist | 2016-09-11 | 1 | -0/+4 |
| | | | |||||
| * | | Add test for RabbitMQ | Jeremy Benoist | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Also update Symfony deps | ||||
| * | | Fix DateTime & clear() | Jeremy Benoist | 2016-09-11 | 3 | -7/+16 |
| | | | |||||
| * | | Add ability to define created_at for all import | Jeremy Benoist | 2016-09-11 | 5 | -2/+32 |
| | | | | | | | | | | | | | | | | | | At the moment only Readability & wallabag v2 import allow created_at import. Pocket removed `time_added` field from their API v2 to v3... And wallabag v1 doesn't export that value. |